Enum DocumentGridType
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 = 0No grid snapping (w:type="default", the default). Lines flow by normal spacing.
Lines = 1Lines snap to the grid line pitch (w:type="lines").
LinesAndChars = 2Lines and characters both snap to the grid (w:type="linesAndChars").
SnapToChars = 3Characters snap to the grid but lines flow normally (w:type="snapToChars").