docx
    Preparing search index...

    Type Alias ILevelParagraphStylePropertiesOptions

    Paragraph style properties for numbering levels.

    These properties are used when defining paragraph styles within numbering level definitions.

    type ILevelParagraphStylePropertiesOptions = {
        alignment?: typeof AlignmentType[keyof typeof AlignmentType];
        contextualSpacing?: boolean;
        indent?: IIndentAttributesProperties;
        keepLines?: boolean;
        keepNext?: boolean;
        leftTabStop?: number;
        outlineLevel?: number;
        rightTabStop?: number;
        spacing?: ISpacingProperties;
        thematicBreak?: boolean;
    }
    Index

    Properties

    alignment?: typeof AlignmentType[keyof typeof AlignmentType]

    Paragraph text alignment (left, right, center, justified, etc.)

    contextualSpacing?: boolean

    Whether to ignore spacing before/after when adjacent paragraphs have the same style

    Indentation settings for the paragraph

    keepLines?: boolean

    Specifies that all lines of the paragraph are to be kept on a single page when possible.

    keepNext?: boolean

    Specifies that the paragraph (or at least part of it) should be rendered on the same page as the next paragraph when possible. If multiple paragraphs are to be kept together but they exceed a page, then the set of paragraphs begin on a new page and page breaks are used thereafter as needed.

    leftTabStop?: number

    Position in twips for a left-aligned tab stop

    outlineLevel?: number

    Outline level for table of contents and document outline (0-9)

    rightTabStop?: number

    Position in twips for a right-aligned tab stop

    Spacing before/after paragraph and between lines

    thematicBreak?: boolean

    Whether to display a horizontal line (thematic break) below the paragraph