Freigeben über


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

Member

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

Siehe auch

Referenz

DocumentFormat.OpenXml.Wordprocessing-Namespace