docx
    Preparing search index...

    Variable sectionPageSizeDefaultsConst

    sectionPageSizeDefaults: {
        HEIGHT: number;
        ORIENTATION: "portrait";
        WIDTH: number;
    } = ...

    Default page size values (in twips, A4 portrait).

    A4 size is 210mm x 297mm (8.27" x 11.69").

    Type Declaration

    • HEIGHT: number

      Page height: 16838 twips (11.69 inches, 297mm)

    • ORIENTATION: "portrait"

      Page orientation: portrait

    • WIDTH: number

      Page width: 11906 twips (8.27 inches, 210mm)