SheetXL - v0.3.20
    Preparing search index...

    Interface PageMargin

    Interface representing the margins of a printed page, specified in inches.

    interface PageMargin {
        bottom?: number;
        footer: number;
        header: number;
        left: number;
        right: number;
        top: number;
    }
    Index

    Properties

    bottom?: number

    Margin from the bottom of the page.

    footer: number

    Distance of the footer from the bottom of the page.

    header: number

    Distance of the header from the top of the page.

    left: number

    Margin from the left side of the page.

    right: number

    Margin from the right side of the page.

    top: number

    Margin from the top of the page.