共用方式為


FrameProperties.YAlign Property

Definition

Relative Vertical Position

Represents the following attribute in the schema: w:yAlign

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

Property Value

Returns EnumValue<T>.

Attributes

Applies to