Table of Contents

Enum LineSpacingRule

Namespace
DocWright.Core.Document
Assembly
DocWright.Core.dll

How the line spacing value of a paragraph is interpreted (ECMA-376 Part 1 §17.18.48 ST_LineSpacingRule).

public enum LineSpacingRule

Fields

Auto = 0

The value is in 240ths of a single line (w:lineRule "auto").

Exact = 1

The value is an exact line height in twips (w:lineRule "exact").

AtLeast = 2

The value is a minimum line height in twips (w:lineRule "atLeast").