HeightRuleValues Enumeration

Defines the HeightRuleValues enumeration.

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Декларация
Public Enumeration HeightRuleValues
'Применение
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".

See Also

Reference

DocumentFormat.OpenXml.Wordprocessing Namespace