docx
    Preparing search index...

    Type Alias IParagraphStylePropertiesOptions

    IParagraphStylePropertiesOptions: {
        border?: IBordersOptions;
        numbering?:
            | {
                custom?: boolean;
                instance?: number;
                level: number;
                reference: string;
            }
            | false;
        shading?: IShadingAttributesProperties;
    } & ILevelParagraphStylePropertiesOptions

    Paragraph style properties options.

    These properties are used when defining paragraph styles and include border, shading, and numbering options in addition to level properties.