Skip to main content

ListLevelNumberAlignment Enum

Lists values that specify the paragraph text alignment in numbered list levels.

Declaration

export enum ListLevelNumberAlignment {
    Left = 0,
    Center = 1,
    Right = 2
}

Members

Name Description
Center

Text is aligned to the center of the list level’s paragraph.

Left

Text is aligned to the left of the list level’s paragraph.

Right

Text is aligned to the right of the list level’s paragraph.

Remarks

Values listed by this enumeration are used to set the alignment property.