@jsfkit/types
    Preparing search index...

    Type Alias PageMargins

    Page margins for a worksheet, in inches. Used when printing or rendering print previews.

    type PageMargins = {
        bottom: number;
        footer: number;
        header: number;
        left: number;
        right: number;
        top: number;
    }
    Index

    Properties

    bottom: number

    Bottom page margin, in inches.

    footer: number

    Footer margin, in inches (distance from the bottom of the page to the footer).

    header: number

    Header margin, in inches (distance from the top of the page to the header).

    left: number

    Left page margin, in inches.

    right: number

    Right page margin, in inches.

    top: number

    Top page margin, in inches.