ListInfo
Overview
ListInfo is a class in Aspose.Words FOSS for Python.
Information about a list.
Properties: abstract_num_id, levels, list_id.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
list_id | int | Read | Gets the list id. |
abstract_num_id | int | Read | Gets the abstract num id. |
levels | dict[int, ListLevelInfo] | Read | Gets the levels. |