NoteNumbering Enumeration |
Represents note numbering mode.
Namespace:
GemBox.Document
Assembly:
GemBox.Document (in GemBox.Document.dll) Version: 31.0.35.1089
Syntaxpublic enum NoteNumbering
Public Enumeration NoteNumbering
Members
| Member name | Value | Description |
---|
| Continuous | 0 |
Continuous.
|
| RestartEachSection | 1 |
Resets numbering on each section to start at the number specified in the StartAt.
|
| RestartEachPage | 2 |
Resets numbering on each page to start at the number specified in the StartAt.
|
See Also