TextBodyProperties.Anchor Property

Definition

Anchor

Represents the following attribute in the schema: anchor

[DocumentFormat.OpenXml.SchemaAttr(0, "anchor")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues> Anchor { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues> Anchor { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "anchor")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues>? Anchor { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("anchor")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues>? Anchor { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues>? Anchor { get; set; }
member this.Anchor : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "anchor")>]
member this.Anchor : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("anchor")>]
member this.Anchor : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues> with get, set
Public Property Anchor As EnumValue(Of TextAnchoringTypeValues)

Property Value

Attributes

Applies to