Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the HeightRuleValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration HeightRuleValues
'Usage
Dim instance As HeightRuleValues
public enum HeightRuleValues
Members
Member name | Description | |
---|---|---|
Auto | Determine Height Based On Contents. When the item is serialized out as xml, its value is "auto". | |
Exact | Exact Height. When the item is serialized out as xml, its value is "exact". | |
AtLeast | Minimum Height. When the item is serialized out as xml, its value is "atLeast". |