LineSpacingRuleValues Enumeration
Defines the LineSpacingRuleValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration LineSpacingRuleValues
'Usage
Dim instance As LineSpacingRuleValues
public enum LineSpacingRuleValues
Members
Member name | Description | |
---|---|---|
Auto | Automatically Determined Line Height. When the item is serialized out as xml, its value is "auto". | |
Exact | Exact Line Height. When the item is serialized out as xml, its value is "exact". | |
AtLeast | Minimum Line Height. When the item is serialized out as xml, its value is "atLeast". |