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, levels, list_id, overrides.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
list_id | int | Read | Gets the list id. |
is_multi_level | bool | Read | Gets the is multi level. |
levels | list[ListLevel] | Read | Gets the levels. |
overrides | list[ListLevelOverride] | Read | Gets the overrides. |