ListDef
Overview
ListDef is a class in Aspose.Words FOSS for Python.
Parsed list definition with full level information.
Properties: is_hybrid, is_simple, levels, lsid.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
lsid | int | Read | Gets the lsid. |
is_hybrid | bool | Read | Gets the is hybrid. |
is_simple | bool | Read | Gets the is simple. |
levels | list[ListLevelData] | Read | Gets the levels. |