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

NameTypeAccessDescription
lsidintReadGets the lsid.
is_hybridboolReadGets the is hybrid.
is_simpleboolReadGets the is simple.
levelslist[ListLevelData]ReadGets the levels.

See Also