Type Alias IParagraphStylePropertiesOptions

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