Version

LineFlowDirection Enumeration

Represents the various ways lines of text can be flowed in a document.
Syntax
'Declaration
 
Public Enum LineFlowDirection 
   Inherits System.Enum
public enum LineFlowDirection : System.Enum 
Members
MemberDescription
HorizontalTopToBottomText should be oriented horizontally and flow from top to bottom as new lines are needed.
HorizontalTopToBottomRotatedText should be oriented horizontally and flow from top to bottom as new lines are needed. East Asian characters should be rotated 90 degrees counter-clockwise.
VerticalLeftToRightText should be oriented vertically and flow from left to right as new lines are needed.
VerticalLeftToRightRotatedText should be oriented vertically and flow from left to right as new lines are needed. East Asian characters should be rotated 90 degrees clockwise.
VerticalRightToLeftText should be oriented vertically and flow from right to left as new lines are needed.
VerticalRightToLeftRotatedText should be oriented vertically and flow from right to left as new lines are needed. East Asian characters should be rotated 90 degrees counter-clockwise.
Requirements

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

See Also