GridMode Enum
Represents the possible types of grid mode for a section.
Fields
| Default | No document grid shall be applied to the contents of the corresponding section in the document. |
| Line | Specifies that the corresponding section will have additional line pitch added to each line in order to maintain the specified number of lines per page. |
| LineAndCharacter | Specifies that the corresponding section will have both the additional line pitch and character pitch added to each line and character in order to maintain a specific number of lines per page and characters per line. Characters will not be automatically aligned with gridlines. |
| SnapToCharacters | Specifies that the corresponding section will have both the additional line pitch and character pitch added to each line and character in order to maintain a specific number of lines per page and characters per line. Characters will be automatically aligned with gridlines. |