Freigeben über


HeightRuleValues-Enumeration

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

Member

Membername Beschreibung
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".

Siehe auch

Referenz

DocumentFormat.OpenXml.Wordprocessing-Namespace