This documentation is archived and is not being maintained.
HeightRuleValues enumeration
Defines the HeightRuleValues enumeration.
Namespace:
DocumentFormat.OpenXml.WordprocessingAssembly:
DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
No code example is currently available or this language may not be supported.
| 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". |