Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / ITextFrame Interface
Methods

In This Topic
    ITextFrame Interface Members
    In This Topic

    The following tables list the members exposed by ITextFrame.

    Public Methods
     NameDescription
     MethodGets the text direction.  
     MethodGets horizontal anchor for Text frame in the shape  
     MethodGets the distance (in points) between the bottom of the text frame and the bottom of the inscribed rectangle of the shape that contains the text.  
     MethodGets the distance (in points) between the left of the text frame and the bottom of the inscribed rectangle of the shape that contains the text.  
     MethodGets the distance (in points) between the right of the text frame and the bottom of the inscribed rectangle of the shape that contains the text.  
     MethodGets the distance (in points) between the top of the text frame and the bottom of the inscribed rectangle of the shape that contains the text.  
     MethodReturns the ITextRange object that represents the text in the object.  
     MethodGets vertical anchor for Text frame in the shape.  
     MethodSets the text direction.  
     MethodSets horizontal anchor for Text frame in the shape
    If you want to set the horizontal alignment of the text, use ITextRange.setTextAlignment  
     MethodSets the distance (in points) between the bottom of the text frame and the bottom of the inscribed rectangle of the shape that contains the text.  
     MethodSets the distance (in points) between the left of the text frame and the bottom of the inscribed rectangle of the shape that contains the text.  
     MethodSets the distance (in points) between the right of the text frame and the bottom of the inscribed rectangle of the shape that contains the text.  
     MethodSets the distance (in points) between the top of the text frame and the bottom of the inscribed rectangle of the shape that contains the text.  
     MethodSets vertical anchor for Text frame in the shape.  
    Top
    See Also