ListLevel Properties
Represent a list level in a numbered or bulleted list.| Name | Description |
|---|---|
| BulletLevel | Gets whether the current level is indicated with bullets instead of numbers. |
| CharacterProperties | Provides access to the character formatting options for the level marker. |
| ConvertPreviousLevelNumberingToDecimal | Gets or sets whether any list numbers from previous levels should be converted to decimal numbers. Inherited from ListLevelProperties. |
| DisplayFormatString | Specifies the number format string for the level’s marker. Inherited from ListLevelProperties. |
| NumberingFormat | Gets or sets the numbering style for the list level. Inherited from ListLevelProperties. |
| ParagraphProperties | Provides access to the level’s paragraph formatting options. |
| ParagraphStyle | Gets or sets the paragraph style applied to the level’s marker. |
| RelativeRestartLevel | Gets or sets the list level that must appear before the specified list level restarts numbering. Inherited from ListLevelProperties. |
| Separator | Specifies the character inserted after the number in a numbered list item. Inherited from ListLevelProperties. |
| Start | Gets or sets the starting number for the specified list level. Inherited from ListLevelProperties. |
| SuppressBulletResize | Gets or sets whether to resize a picture used as a bullet marker. Inherited from ListLevelProperties. |
| SuppressRestart | Gets or sets whether to restart numbering at the specified level. Inherited from ListLevelProperties. |
See Also