Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / TextFlowDirection Enumeration

In This Topic
    TextFlowDirection Enumeration
    In This Topic
    Specifies the text flow and reading order of the content.
    Syntax
    'Declaration
     
    Public Enum TextFlowDirection 
       Inherits System.Enum
    public enum TextFlowDirection : System.Enum 
    Members
    MemberDescription
    BottomToTopLeftToRight Bottom to top, left to right.
    LefToRightTopToBottom Left to right, top to bottom.
    LeftToRightTopToBottomRotated Left to right, top to bottom rotated.
    TopToBottomLeftToRightRotated Top to bottom, left to right rotated.
    TopToBottomRightToLeft Top to bottom, right to left.
    TopToBottomRightToLeftRotated Top to bottom, right to left rotated.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.TextFlowDirection

    See Also