direction property
The text direction of this paragraph.
If unset, the value defaults to LEFT_TO_RIGHT since paragraph direction is not inherited. Possible string values are:
- "CONTENT_DIRECTION_UNSPECIFIED" : The content direction is unspecified.
- "LEFT_TO_RIGHT" : The content goes from left to right.
- "RIGHT_TO_LEFT" : The content goes from right to left.
Implementation
core.String? direction;