'Declaration Public Enum LineSpacingRule Inherits System.Enum
public enum LineSpacingRule : System.Enum
'Declaration Public Enum LineSpacingRule Inherits System.Enum
public enum LineSpacingRule : System.Enum
Member | Description |
---|---|
AtLeast | The line spacing can be greater than or equal to, but never less than, the value specified in the Spacing.LineSpacing property. |
Auto | Automatically determined line height. |
Exact | The line spacing never changes from the value specified in the Spacing.LineSpacing property, even if a larger font is used within the paragraph. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Word.LineSpacingRule