LineSpacingRule Enum
Specifies line spacing rule for a paragraph.
Fields
AtLeast | The line spacing needs to be at least value specified by the LineSpacing property (in points). |
Exactly | The line spacing is exactly value specified by the LineSpacing property (in points). |
Multiple | The line spacing is value specified by the LineSpacing property (as the number of lines). |