SETORIENTATIONLTR
The SETORIENTATIONLTR function converts the orientation of a text object from right-to-left (RTL) to left-to-right (LTR).
- Syntax:
- SETORIENTATIONLTR (single-text-expression, Boolean-expression)
- Meaning:
- SETORIENTATIONLTR (right_to_left_oriented_text_object, true_or_false_text_object)
- Returns:
- A text object with left-to-right orientation.
The second parameter, a Boolean expression, indicates whether symmetric swapping should be applied.
Example
SETORIENTATIONRTL( VLTRData:In1, "FALSE" )
)