LineSpacingRule Enumeration |
Specifies line spacing values for a paragraph.
Namespace:
Aspose.Words
Assembly:
Aspose.Words (in Aspose.Words.dll) Version: 20.3
Syntaxpublic enum LineSpacingRule
Public Enumeration LineSpacingRule
public enum class LineSpacingRule
Members|
| Member name | Value | Description |
|---|
| AtLeast | 0 |
The line spacing can be greater than or equal to, but never less than,
the value specified in the LineSpacing property.
|
| Exactly | 1 |
The line spacing never changes from the value specified in the
LineSpacing property,
even if a larger font is used within the paragraph.
|
| Multiple | 2 |
The line spacing is specified in the LineSpacing
property as the number of lines. One line equals 12 points.
|
See Also