docx

    Type Alias IPageNumberTypeAttributes

    type IPageNumberTypeAttributes = {
        formatType?: typeof NumberFormat[keyof typeof NumberFormat];
        separator?: typeof PageNumberSeparator[keyof typeof PageNumberSeparator];
        start?: number;
    }
    Index

    Properties

    formatType?: typeof NumberFormat[keyof typeof NumberFormat]
    separator?: typeof PageNumberSeparator[keyof typeof PageNumberSeparator]
    start?: number
    MMNEPVFCICPMFPCPTTAAATR