ListLevel
Overview
ListLevel is a class in Aspose.Words FOSS for Python.
Inherits from: BaseModel.
ListLevel.number_format specifies the numeric format string for the list level.
Properties: alignment, font, number_format, number_position, number_style, restart_after_level, and 3 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
number_format | str | Read | Gets the number format. |
number_style | int | Read | Gets the number style. |
start_at | int | Read | Gets the start at. |
alignment | int | Read | Gets the alignment. |
number_position | float | Read | Gets the number position. |
text_position | float | Read | Gets the text position. |
font | Optional[Font] | Read | Gets the font. |
restart_after_level | int | Read | Gets the restart after level. |
trailing_character | int | Read | Gets the trailing character. |