Table of Contents

Enum DocumentGridType

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

The document grid mode (w:docGrid w:type). Determines whether the grid's line pitch and character space snap layout. Only Lines and LinesAndChars snap lines to the grid pitch; the others leave line height to normal spacing.

public enum DocumentGridType

Fields

Default = 0

No grid snapping (w:type="default", the default). Lines flow by normal spacing.

Lines = 1

Lines snap to the grid line pitch (w:type="lines").

LinesAndChars = 2

Lines and characters both snap to the grid (w:type="linesAndChars").

SnapToChars = 3

Characters snap to the grid but lines flow normally (w:type="snapToChars").