SheetXL - v0.3.20
    Preparing search index...

    Variable ReadingDirectionConst

    ReadingDirection: { Auto: "auto"; LeftToRight: "ltr"; RightToLeft: "rtl" } = ...

    Specifies the reading order of text within a text frame.

    Type declaration

    • ReadonlyAuto: "auto"

      The reading direction is automatically determined based on the text content.

    • ReadonlyLeftToRight: "ltr"

      The reading direction is from left to right.

    • ReadonlyRightToLeft: "rtl"

      The reading direction is from right to left.