DocList
Overview
DocList is a class in Aspose.Words FOSS for Python.
Inherits from: BaseModel.
DocList.list_id is the identifier of the list within the document.
Properties: is_multi_level, list_id, list_levels, overrides.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
list_id | int | Read | Gets the list id. |
is_multi_level | bool | Read | Gets the is multi level. |
list_levels | list[ListLevel] | Read | Gets the list levels. |
overrides | list[ListLevelOverride] | Read | Gets the overrides. |