ListInfo
Overview
ListInfo is a class in Aspose.Words for Python.
Information about a list.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
list_id | int | Read | Stores the unique identifier of the list within the document |
abstract_num_id | int | Read | Stores the identifier of the abstract numbering definition for the list |
levels | dict[int, ListLevelInfo] | Read | Is a dict mapping level numbers to ListLevelInfo objects for each list level |