docx
    Preparing search index...

    Type Alias IDocumentFooter

    Configuration for a document footer.

    type IDocumentFooter = {
        footer: FooterWrapper;
        type: typeof HeaderFooterReferenceType[keyof typeof HeaderFooterReferenceType];
    }
    Index

    Properties

    Properties

    The FooterWrapper instance containing the footer content

    The footer type (default, first page, even pages)