ListLevelOverride
Overview
ListLevelOverride is a class in Aspose.Words FOSS for Python.
Inherits from: BaseModel.
One <w:lvlOverride> inside a concrete <w:num>.
Properties: ilvl, is_formatting, is_start_at, list_level, start_at_raw.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
ilvl | int | Read | Gets the ilvl. |
is_start_at | bool | Read | Gets the is start at. |
start_at_raw | int | Read | Gets the start at raw. |
is_formatting | bool | Read | Gets the is formatting. |
list_level | Optional[ListLevel] | Read | Gets the list level. |