FrameProperties.XAlign Property

Definition

Relative Horizontal Position

Represents the following attribute in the schema: w:xAlign

[DocumentFormat.OpenXml.SchemaAttr(23, "xAlign")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues> XAlign { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues> XAlign { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "xAlign")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues>? XAlign { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:xAlign")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues>? XAlign { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues>? XAlign { get; set; }
member this.XAlign : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "xAlign")>]
member this.XAlign : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:xAlign")>]
member this.XAlign : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues> with get, set
Public Property XAlign As EnumValue(Of HorizontalAlignmentValues)

Property Value

Returns EnumValue<T>.

Attributes

Applies to