Documents for Excel, Java Edition Documentation
com.grapecity.documents.excel.drawing Package / VerticalAnchor Enumeration
In This Topic
    VerticalAnchor Enumeration
    In This Topic
    Specifies the vertical alignment of text in a text frame.
    Members
    MemberDescription
    AnchorBottomAligns text to bottom of text frame.
    AnchorMiddleCenters text vertically.
    AnchorTopAligns text to top of text frame.
    Inheritance Hierarchy

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

    See Also