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

In This Topic
    ITextRange Interface Methods
    In This Topic

    For a list of all members of this type, see ITextRange members.

    Public Methods
     NameDescription
     MethodOverloaded. Adds text to the specified collection.  
     MethodDeletes from parent.  
     MethodGets the ITextRange with the specified index.  
     MethodReturns the number of objects in the collection.  
     MethodReturns the IFontFormat object that represents character formattingfor the IFontFormat object.  
     MethodReturns the index in the collection.  
     MethodGet the paragraphs of

    This method is only used in .Body; otherwise, it throws InvalidOperateExecption.

     
     MethodGet the runs of

    This method is only used in .Paragraph; otherwise, it throws InvalidOperateExecption.

     
     MethodGets a String value that represents the text in a text range.  
     MethodGets the horizontal alignment of the text.  
     MethodReturns the type of ITextRange.  
     MethodSets a String value that represents the text in a text range.  
     MethodSets the horizontal alignment of the text.  
    Top
    See Also