Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / VerticalAnchor Enumeration
In This Topic
    VerticalAnchor Enumeration
    In This Topic
    Specifies the vertical anchor for Text frame in the shape.
    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