Const
Suffix types for list levels.
Defines what follows the numbering text (tab, space, or nothing).
Readonly
No separator after the numbering.
Space character after the numbering.
Tab character after the numbering.
// Add a tab after the numberingsuffix: LevelSuffix.TAB// Add a space after the numberingsuffix: LevelSuffix.SPACE// No separator after the numberingsuffix: LevelSuffix.NOTHING Copy
// Add a tab after the numberingsuffix: LevelSuffix.TAB// Add a space after the numberingsuffix: LevelSuffix.SPACE// No separator after the numberingsuffix: LevelSuffix.NOTHING
Suffix types for list levels.
Defines what follows the numbering text (tab, space, or nothing).