Enum LevelSuffix
The content inserted between a numbering symbol and paragraph text (ECMA-376 Part 1 §17.18.46 ST_LevelSuffix).
public enum LevelSuffix
Fields
Tab = 0A tab follows the number (w:val "tab", the default).
Space = 1A single space follows the number (w:val "space").
Nothing = 2Nothing follows the number (w:val "nothing").