ListLevel module

class ListLevel.ListLevel

Bases: DocumentSerializable

Represents a list level.

property BulletCharacter: str

Gets or sets the bullet character of the list level.

property CharacterFormat: CharacterFormat

Gets the character format of the list level.

Clone() ListLevel
property FollowCharacter: FollowCharacterType

Gets or sets the type of character following the number text for the paragraph.

GetListItemText(listItemIndex: int, listType: ListType) str
property IsLegalStyleNumbering: bool

Gets or sets whether the list level uses legal style numbering.

property NoRestartByHigher: bool

Gets or sets whether the list level restarts numbering by higher levels.

property NumberAlignment: ListNumberAlignment

Gets or sets the number alignment of the list level.

property NumberPosition: float

Gets or sets the number position of the list level.

property NumberPrefix: str

Gets or sets the number prefix of the list level.

property NumberSufix: str

Gets or sets the number suffix of the list level.

property ParagraphFormat: ParagraphFormat

Gets the paragraph format of the list level.

property PatternType: ListPatternType

Gets or sets the pattern type of the list level.

property StartAt: int

Gets or sets the start number of the list level.

property TabSpaceAfter: float

Gets or sets the tab space after the list level.

property TextPosition: float

Gets or sets the text position of the list level.

ToString() str
Returns:

str

property UsePrevLevelPattern: bool