Enum LineSpacingRule
Specifies a line spacing format to be applied to a paragraph.
Namespace: Syncfusion.DocIO
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public enum LineSpacingRule
Fields
Name | Description |
---|---|
AtLeast | Line spacing is always at least a specified amount. The amount is specified separately. |
Exactly | Line spacing is only the exact maximum amount of space required. This setting commonly uses less space than single spacing. |
Multiple | Line spacing determined by the number of lines indicated. |