textDirection property

String? textDirection
getter/setter pair

The direction of the text in the cell. Possible string values are:

  • "TEXT_DIRECTION_UNSPECIFIED" : The text direction is not specified. Do not use this.
  • "LEFT_TO_RIGHT" : The text direction of left-to-right was set by the user.
  • "RIGHT_TO_LEFT" : The text direction of right-to-left was set by the user.

Implementation

core.String? textDirection;