TableCellTextDirection Enum
Represents a direction of the text flow for the parent element.
Fields
BottomToTop | The text in the parent element shall flow from bottom to top vertically. |
LeftToRight | The text in the parent element shall flow from left to right horizontally. |
TopToBottom | The text in the parent element shall flow from top to bottom vertically. |
TopToBottomEastAsian | The text in the parent element shall flow from top to bottom vertically, Asian characters will be rendered vertically, but other characters will be rotated 90 degrees to the right. |
TopToBottomEastAsianLeft | The text in the parent element shall flow from top to bottom vertically, Asian characters will be rendered vertically, but other characters will be rotated 90 degrees to the left. |