Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / TextDirection Enumeration
In This Topic
    TextDirection Enumeration
    In This Topic
    Specifies the text direction.
    Members
    MemberDescription
    HorizontalHorizontal text direction.
    Rotate270Rotate text by 270 angle.
    Rotate90Rotate text by 90 angle.
    StackedStacked text and the text reading order is from left to right.
    StackedRtlStacked text and the text reading order is from right to left.
    VerticalVertical text direction.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.drawing.TextDirection

    See Also