Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / VerticalAlignment Enumeration
In This Topic
    VerticalAlignment Enumeration
    In This Topic
    Specifies the vertical alignment of text.
    Members
    MemberDescription
    BottomSpecifies that text is placed at the bottom.
    CenterSpecifies that text is vertically centered.
    DistributedSpecifies that rotated text should wrap and be aligned to form straight edges on the left and right, including the last line.
    JustifySpecifies that rotated text is vertically justified.
    TopSpecifies that text is placed at the top.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.VerticalAlignment

    See Also