DocList

Overview

DocList is a class in Aspose.Words FOSS for Python. Inherits from: BaseModel.

DocList.list_id is the identifier of the list within the document.

Properties: is_multi_level, levels, list_id, overrides.

Properties

NameTypeAccessDescription
list_idintReadGets the list id.
is_multi_levelboolReadGets the is multi level.
levelslist[ListLevel]ReadGets the levels.
overrideslist[ListLevelOverride]ReadGets the overrides.

See Also