ListLevel
Overview
ListLevel is a class in Aspose.Words for Python.
Inherits from: BaseModel.
ListLevel.number_format specifies the format string used to display list numbers.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
number_format | str | Read | Gets or sets the string that defines how list numbers are displayed |
number_style | int | Read | Indicates the numbering style (e.g., decimal, bullet) as an integer code |
start_at | int | Read | Gets or sets the integer at which the list numbering begins |
alignment | int | Read | Defines the alignment of the list number (left, center, right) as an integer |
number_position | float | Read | Gets or sets the float specifying the horizontal offset of the list number |
text_position | float | Read | Defines the horizontal offset of the list text relative to the number |