LineSpacingRule enumeration

LineSpacingRule enumeration

Specifies line spacing values for a paragraph.

Members

NameDescription
AT_LEASTThe line spacing can be greater than or equal to, but never less than, the value specified in the ParagraphFormat.line_spacing property.
EXACTLYThe line spacing never changes from the value specified in the ParagraphFormat.line_spacing property, even if a larger font is used within the paragraph.
MULTIPLEThe line spacing is specified in the ParagraphFormat.line_spacing property as the number of lines. One line equals 12 points.

See Also