ListLevelData

Overview

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

One parsed LVL record (measurements in points).

Properties: alignment, bold, first_line_indent_pt, follow, font_index, font_size_pt, and 5 more.

Properties

NameTypeAccessDescription
nfcintRead/WriteGets or sets the nfc.
start_atintRead/WriteGets or sets the start at.
alignmentintRead/WriteGets or sets the alignment.
followintRead/WriteGets or sets the follow.
lvl_textstrRead/WriteGets or sets the lvl text.
left_indent_ptfloatRead/WriteGets or sets the left indent pt.
first_line_indent_ptfloatRead/WriteGets or sets the first line indent pt.
font_indexintRead/WriteGets or sets the font index.
font_size_ptfloatRead/WriteGets or sets the font size pt.
boldboolRead/WriteGets or sets the bold.
italicboolRead/WriteGets or sets the italic.

See Also