DocList
Overview
DocList is a class in Aspose.Words for Python.
Inherits from: BaseModel.
DocList.list_id returns the identifier of the list.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
list_id | int | Read | Is the integer identifier of the list within the document |
is_multi_level | bool | Read | Indicates whether the list supports multiple nesting levels |
levels | list[ListLevel] | Read | Provides a list of ListLevel objects defining each level of the list |