docx
    Preparing search index...

    Variable RelativeVerticalPositionConst

    RelativeVerticalPosition: {
        BOTTOM: "bottom";
        CENTER: "center";
        INLINE: "inline";
        INSIDE: "inside";
        OUTSIDE: "outside";
        TOP: "top";
    } = ...

    Relative vertical position values for floating tables.

    Type Declaration

    • ReadonlyBOTTOM: "bottom"
    • ReadonlyCENTER: "center"
    • ReadonlyINLINE: "inline"
    • ReadonlyINSIDE: "inside"
    • ReadonlyOUTSIDE: "outside"
    • ReadonlyTOP: "top"