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/Write | Gets or sets the list id. |
abstract_num_id | int | Read/Write | Gets or sets the abstract num id. |
levels | dict[int, ListLevelInfo] | Read/Write | Gets or sets the levels. |