docx
    Preparing search index...

    Variable sectionMarginDefaultsConst

    sectionMarginDefaults: {
        BOTTOM: number;
        FOOTER: number;
        GUTTER: number;
        HEADER: number;
        LEFT: number;
        RIGHT: number;
        TOP: number;
    } = ...

    Default margin values for sections (in twips).

    Standard margins are 1 inch (1440 twips) on all sides. Header/footer margins are 0.5 inches (708 twips) from page edge.

    Type Declaration

    • BOTTOM: number

      Bottom margin: 1440 twips (1 inch)

    • Footer margin from bottom: 708 twips (0.5 inches)

    • GUTTER: number

      Gutter margin for binding: 0 twips

    • Header margin from top: 708 twips (0.5 inches)

    • LEFT: number

      Left margin: 1440 twips (1 inch)

    • Right margin: 1440 twips (1 inch)

    • TOP: number

      Top margin: 1440 twips (1 inch)