CommentProperties.TextHAlign Property

Definition

textHAlign

Represents the following attribute in the schema: textHAlign

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

Property Value

Attributes

Applies to