Rule.How Property

Definition

Alignment Rule Type

Represents the following attribute in the schema: how

[DocumentFormat.OpenXml.SchemaAttr(0, "how")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.Office.AlignmentValues> How { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.Office.AlignmentValues> How { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "how")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.Office.AlignmentValues>? How { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("how")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.Office.AlignmentValues>? How { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.Office.AlignmentValues>? How { get; set; }
member this.How : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.Office.AlignmentValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "how")>]
member this.How : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.Office.AlignmentValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("how")>]
member this.How : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.Office.AlignmentValues> with get, set
Public Property How As EnumValue(Of AlignmentValues)

Property Value

Returns EnumValue<T>.

Attributes

Applies to