ListLevel

Overview

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

ListLevel.number_format specifies the numeric format string for the list level.

Properties: alignment, font, number_format, number_position, number_style, restart_after_level, and 3 more.

Properties

NameTypeAccessDescription
number_formatstrReadGets the number format.
number_styleintReadGets the number style.
start_atintReadGets the start at.
alignmentintReadGets the alignment.
number_positionfloatReadGets the number position.
text_positionfloatReadGets the text position.
fontOptional[Font]ReadGets the font.
restart_after_levelintReadGets the restart after level.
trailing_characterintReadGets the trailing character.

See Also