Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / TextAlignmentAnchor Enumeration
In This Topic
    TextAlignmentAnchor Enumeration
    In This Topic
    Specifies the horizontal alignment for text within the TextFrame of Shape.
    Members
    MemberDescription
    CenterCenter text alignment.
    DistributeDistribute text alignment.
    JustifyJustify text alignment.
    LeftLeft text alignment.
    MixedMixed text alignment.
    RightRight text alignment.
    Inheritance Hierarchy

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

    See Also