ListLevelSettings Properties
Contains settings to define individual bulleted or numbered list levels.| Name | Description |
|---|---|
| alignment | Gets or sets the paragraph text alignment within numbered list levels. |
| displayFormatString | Gets or sets the pattern used to format the list level for display purposes. |
| firstLineIndent | Gets or sets a value specifying the indent of the first line of the current list level’s paragraph. |
| firstLineIndentType | Gets or sets a value specifying whether and how the first line of the current list level’s paragraph is indented. |
| fontBold | Gets or sets whether the font formatting of the current list level’s paragraph is bold. |
| fontColor | Gets or sets the font color of the current list level’s paragraph. |
| fontItalic | Gets or sets whether the font formatting of the current list level’s paragraph is italic. |
| fontName | Gets or sets the font name of the current list level’s paragraph. |
| fontSize | Gets or sets the font size of the current list level’s paragraph. |
| format | Gets or sets the numbering format used for the current list level’s paragraph. |
| leftIndent | Gets or sets the left indent for text within the current list level’s paragraph. |
| separator | Gets or sets the character inserted after the number for a numbered list item. |
| start | Gets the list level item’s start position in the document. |
See Also