Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / ITextFrame Interface
Properties

In This Topic
    ITextFrame Interface Members
    In This Topic

    The following tables list the members exposed by ITextFrame.

    Public Properties
     NameDescription
     Property Gets or sets the text direction.  
     PropertyGets or sets horizontal anchor for Text frame in the shape
    If you want to set the horizontal alignment of the text, use ITextRange.TextAlignment.  
     Property Gets or sets 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.  
     Property Gets or sets the distance (in points) between the left edge of the text frame and the left edge of the inscribed rectangle of the shape that contains the text.  
     Property Gets or sets the distance (in points) between the right edge of the text frame and the right edge of the inscribed rectangle of the shape that contains the text.  
     Property Gets or sets the distance (in points) between the top of the text frame and the top of the inscribed rectangle of the shape that contains the text.  
     PropertyReturns the ITextRange object that represents the text in the object (read-only).  
     Property Gets or sets vertical anchor for Text frame in the shape.  
    Top
    See Also