Version

TableCellTextDirection Enumeration

Constants which describe the direction of text flow for table cells.
Syntax
'Declaration
 
Public Enum TableCellTextDirection 
   Inherits System.Enum
public enum TableCellTextDirection : System.Enum 
Members
MemberDescription
BottomToTopLeftToRightSpecifies 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.
LeftToRightTopToBottomSpecifies 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.
LeftToRightTopToBottomRotatedSpecifies 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.
NormalText flows normally, from left to right along the x-axis.
TopToBottomLeftToRightRotatedSpecifies 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.
TopToBottomRightToLeftSpecifies 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.
TopToBottomRightToLeftRotatedSpecifies 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.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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

See Also