Specifies line spacing type for a paragraph.
[Visual Basic]
Public Enum LineSpacingRule
[C#]public enum LineSpacingRule
Remarks
Members
| Member Name | Description | Value |
| AtLeast | The line spacing can be greater than or equal to, but never less than, the value specified in the LineSpacing property. | 0 |
| Exactly | The line spacing never changes from the value specified in the LineSpacing property, even if a larger font is used within the paragraph. | 1 |
| Multiple | The line spacing is specified in the LineSpacing property as the number of lines. One line equals 12 points. | 2 |
Requirements
Namespace: Aspose.Editor.Client
Assembly: Aspose.Editor.Client (in Aspose.Editor.Client.dll)
See Also
Aspose.Editor.Client Namespace | ParagraphFormat