Enum LineSpacingRule
How the line spacing value of a paragraph is interpreted (ECMA-376 Part 1 §17.18.48 ST_LineSpacingRule).
public enum LineSpacingRule
Fields
Auto = 0The value is in 240ths of a single line (w:lineRule "auto").
Exact = 1The value is an exact line height in twips (w:lineRule "exact").
AtLeast = 2The value is a minimum line height in twips (w:lineRule "atLeast").