TextOrientationType
TextOrientationType enumeration
Utility class containing constants. Enumerates text orientation types.
Values
| Name | Description |
|---|---|
| CLOCK_WISE | Rotates text with 90 degrees clockwise. |
| COUNTER_CLOCK_WISE | Rotates text with 90 degrees counterclockwise. |
| NO_ROTATION | Represents the default value. |
| TOP_TO_BOTTOM | Displays text from top to bottom of the cell. Stacked text. |