TextOrientationType Enum
TextOrientationType Enum
Enumerates text orientation types.
type TextOrientationType int32
Fields
| Field | Description |
|---|---|
| ClockWise | Rotates text with 90 degrees clockwise. |
| CounterClockWise | Rotates text with 90 degrees counterclockwise. |
| NoRotation | Represents the default value. |
| TopToBottom | Displays text from top to bottom of the cell. Stacked text. |