CommentProperties.TextVAlign Property

Definition

textVAlign

Represents the following attribute in the schema: textVAlign

[DocumentFormat.OpenXml.SchemaAttr(0, "textVAlign")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues> TextVAlign { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues> TextVAlign { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "textVAlign")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues>? TextVAlign { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("textVAlign")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues>? TextVAlign { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues>? TextVAlign { get; set; }
member this.TextVAlign : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "textVAlign")>]
member this.TextVAlign : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("textVAlign")>]
member this.TextVAlign : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues> with get, set
Public Property TextVAlign As EnumValue(Of TextVerticalAlignmentValues)

Property Value

Attributes

Applies to