TableRowHeight.HeightType Property

Definition

Table Row Height Type

Represents the following attribute in the schema: w:hRule

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

Property Value

Returns EnumValue<T>.

Attributes

Applies to