docx
    Preparing search index...

    Variable TextDirectionConst

    TextDirection: {
        BOTTOM_TO_TOP_LEFT_TO_RIGHT: "btLr";
        LEFT_TO_RIGHT_TOP_TO_BOTTOM: "lrTb";
        TOP_TO_BOTTOM_RIGHT_TO_LEFT: "tbRl";
    } = ...

    Text direction values for table cells.

    Specifies the direction in which text flows within a table cell.

    Type Declaration

    • ReadonlyBOTTOM_TO_TOP_LEFT_TO_RIGHT: "btLr"

      Text flows from bottom to top, left to right

    • ReadonlyLEFT_TO_RIGHT_TOP_TO_BOTTOM: "lrTb"

      Text flows from left to right, top to bottom (default)

    • ReadonlyTOP_TO_BOTTOM_RIGHT_TO_LEFT: "tbRl"

      Text flows from top to bottom, right to left