Click or drag to resize

LineSpacingRule Enumeration

Specifies line spacing values for a paragraph.

Namespace:  SautinSoft.Document
Assembly:  SautinSoft.Document (in SautinSoft.Document.dll) Version: 5.3.6.22
Syntax
public enum LineSpacingRule
Members
  Member nameValueDescription
AtLeast0 The line spacing can be greater than or equal to, but never less than, the value specified in the LineSpacing property.
Exactly1 The line spacing never changes from the value specified in the LineSpacing property, even if a larger font is used within the paragraph.
Multiple2 The line spacing is specified in the LineSpacing property as the number of lines.
See Also