ListInfo

Overview

ListInfo is a class in Aspose.Words FOSS for Python.

Information about a list.

Properties: abstract_num_id, levels, list_id.

Properties

NameTypeAccessDescription
list_idintReadGets the list id.
abstract_num_idintReadGets the abstract num id.
levelsdict[int, ListLevelInfo]ReadGets the levels.

See Also