direction property

String? direction
getter/setter pair

The text direction of this paragraph.

If unset, the value defaults to LEFT_TO_RIGHT since text direction is not inherited. Possible string values are:

  • "TEXT_DIRECTION_UNSPECIFIED" : The text direction is inherited from the parent.
  • "LEFT_TO_RIGHT" : The text goes from left to right.
  • "RIGHT_TO_LEFT" : The text goes from right to left.

Implementation

core.String? direction;