Paragraph line spacing rule

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public enum LineSpacingRule
Public Enumeration LineSpacingRule
public enum class LineSpacingRule
type LineSpacingRule

Members

MemberValueDescription
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. One line equals 12 points.

See Also