Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / TextDirection Enumeration
In This Topic
    TextDirection Enumeration
    In This Topic
    Specifies the text direction.
    Syntax
    public enum TextDirection : System.Enum 
    Members
    MemberDescription
    Horizontal Horizontal text direction.
    Rotate270 Rotate text by 270 angle.
    Rotate90 Rotate text by 90 angle.
    Stacked Stacked text and the text reading order is from left to right.
    StackedRtl Stacked text and the text reading order is from right to left.
    Vertical Vertical text direction.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.Drawing.TextDirection

    See Also