[]
Represents a single list level, either the only level for a bulleted or numbered list or one of the nine levels of an outline numbered list.
public class ListLevel : FormattingBag
| Name | Description |
|---|---|
| Alignment | Gets or sets the justification of the actual number of the list item. |
| BaseKey | Gets the base (this class) key for formatting properties. |
| CustomNumberStyle | Gets or sets a custom number format using the syntax defined by the XSLT 1.0 format attribute. |
| Font | Gets character formatting used for the list label. |
| Index | Gets the level index in the parent ListTemplate. |
| IsLegal | Gets or sets a value indicating whether the level turns all inherited numbers to Arabic. The false value preserves their number style. |
| LinkedStyle | Gets or sets the paragraph style that is linked to this list level. |
| ListTemplate | Gets the parent ListTemplate. |
| NumberFormat | Gets or sets the number format for the list level. |
| NumberPosition | Gets or sets the position (in points) of the number or bullet for the list level. |
| NumberStyle | Gets or sets the number style for this list level. |
| ParagraphFormat | Gets the paragraph properties that are applied as part of a given numbering level. |
| PictureBullet | Gets or sets image data of the picture bullet shape for the current list level. |
| RestartAfterLevel | Gets or sets the list level that must appear before the specified list level restarts numbering. The value of 0 means the numbering continues sequentially each time the list level appears. |
| StartAt | Gets or sets the starting number for this list level. |
| TabPosition | Gets or sets the tab position (in points) for the list level. |
| TextPosition | Gets or sets the position (in points) for the second line of wrapping text for the list level. |
| TrailingCharacter | Gets or sets the character inserted after the number for the list level. |