Field Summary | ||
---|---|---|
const int | CLOCK_WISE | |
text is rotated 90 degrees clockwise | ||
const int | COUNTER_CLOCK_WISE | |
text is rotated 90 degrees counterclockwise | ||
const int | NO_ROTATION | |
Represents the default value. | ||
const int | TOP_TO_BOTTOM | |
Displays text from top to bottom of the cell. Stacked text. |
Field Detail |
---|
CLOCK_WISE | |
const int CLOCK_WISE |
COUNTER_CLOCK_WISE | |
const int COUNTER_CLOCK_WISE |
NO_ROTATION | |
const int NO_ROTATION |
TOP_TO_BOTTOM | |
const int TOP_TO_BOTTOM |