docx
    Preparing search index...

    Variable VerticalAlignSectionConst

    VerticalAlignSection: {
        BOTH: "both";
        BOTTOM: "bottom";
        CENTER: "center";
        TOP: "top";
    } = ...

    Enumeration for section (<w:sectPr>) vertical alignment. Adds both on top of the table-cell set (§17.18.87 ST_VerticalJc within <w:sectPr>).

    Type declaration

    • ReadonlyBOTH: "both"
    • ReadonlyBOTTOM: "bottom"
    • ReadonlyCENTER: "center"
    • ReadonlyTOP: "top"