docx
    Preparing search index...

    Type Alias IPageNumberTypeAttributes

    Options for configuring page numbering.

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

    Properties

    formatType?: typeof NumberFormat[keyof typeof NumberFormat]

    Number format (decimal, roman, letter, etc.)

    separator?: typeof PageNumberSeparator[keyof typeof PageNumberSeparator]

    Separator between chapter and page number

    start?: number

    Starting page number for the section