'Declaration Public Enum TableCellTextDirection Inherits System.Enum
public enum TableCellTextDirection : System.Enum
Member | Description |
---|---|
BottomToTopLeftToRight | Specifies that text flows from bottom to top vertically, then from left to right horizontally on the page. Under this setting, vertical lines are filled before the text expands horizontally. |
LeftToRightTopToBottom | Specifies that text flows from left to right horizontally, then top to bottom vertically on the page. Under this setting, horizontal lines are filled before the text expands vertically. |
LeftToRightTopToBottomRotated | Specifies that text flows from left to right horizontally, then top to bottom vertically on the page. Under this setting, horizontal lines are filled before the text expands vertically. This flow is also rotated such that any East Asian text shall be rotated 270 degrees when displayed on a page. |
Normal | Text flows normally, from left to right along the x-axis. |
TopToBottomLeftToRightRotated | Specifies that text flows from top to bottom vertically, then left to right horizontally on the page. Under this setting, vertical lines are filled before the text expands horizontally. This flow is also rotated such that all text is rotated 90 degrees when displayed on a page. |
TopToBottomRightToLeft | Specifies that text flows from right to left horizontally, then top to bottom vertically on the page. Under this setting, vertical lines are filled before the text expands horizontally. |
TopToBottomRightToLeftRotated | Specifies that text flows from right to left horizontally, then top to bottom vertically on the page. Under this setting, vertical lines are filled before the text expands horizontal. This flow is also rotated such that all text is rotated 90 degrees when displayed on a page. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2