SpacingBetweenLines.LineRule Property

Definition

Type of Spacing Between Lines

Represents the following attribute in the schema: w:lineRule

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

Property Value

Returns EnumValue<T>.

Attributes

Applies to