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.

    Type Declaration

    • Optional Readonlyborder?: IBordersOptions

      Border settings for the paragraph

    • Optional Readonlynumbering?:
          | {
              custom?: boolean;
              instance?: number;
              level: number;
              reference: string;
          }
          | false

      Numbering configuration for lists, or false to remove numbering

    • Optional Readonlyshading?: IShadingAttributesProperties

      Background shading/fill color for the paragraph