SheetXL - v0.3.20
    Preparing search index...

    Interface MultiPage

    Interface representing multi-page print options.

    interface MultiPage {
        alignWithMargins?: boolean;
        differentFirst?: boolean;
        differentOddEven?: boolean;
        scaleWithDoc?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    alignWithMargins?: boolean

    Whether content should be aligned with the page margins.

    differentFirst?: boolean

    Specifies if the first page is different from subsequent pages.

    differentOddEven?: boolean

    Specifies if odd and even pages should have different settings.

    scaleWithDoc?: boolean

    Whether the content should scale proportionally with the document.