docx
    Preparing search index...

    Variable PageTextDirectionTypeConst

    PageTextDirectionType: {
        LEFT_TO_RIGHT_TOP_TO_BOTTOM: "lrTb";
        TOP_TO_BOTTOM_RIGHT_TO_LEFT: "tbRl";
    } = ...

    Specifies the text flow direction for pages in a section.

    This controls whether text flows horizontally (left-to-right) or vertically (top-to-bottom), commonly used for East Asian languages.

    Type Declaration

    • ReadonlyLEFT_TO_RIGHT_TOP_TO_BOTTOM: "lrTb"

      Left-to-right, top-to-bottom (standard Western text flow)

    • ReadonlyTOP_TO_BOTTOM_RIGHT_TO_LEFT: "tbRl"

      Top-to-bottom, right-to-left (vertical East Asian text flow)