Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / TextCollection Class
Properties Methods

In This Topic
    TextCollection Class Members
    In This Topic

    The following tables list the members exposed by TextCollection.

    Public Properties
     NameDescription
    Public Property Gets the number of content items in the collection. (Inherited from GrapeCity.Documents.Word.ContentCollection<T>)
    Public Property Gets the first item in the collection. (Inherited from GrapeCity.Documents.Word.ContentCollection<T>)
    Public Property Gets the item at the specified index in the collection. (Inherited from GrapeCity.Documents.Word.ContentCollection<T>)
    Public Property Gets the last item in the collection. (Inherited from GrapeCity.Documents.Word.ContentCollection<T>)
    Top
    Public Methods
     NameDescription
    Public MethodAdds a Text to this collection at the InsertLocation.End location.  
    Public MethodOverloaded. Adds a line Break to this collection at the InsertLocation.End location.  
    Public MethodAdds a LastRenderedPageBreak to this collection at the InsertLocation.End location.  
    Public MethodAdds a Symbol to this collection at the InsertLocation.End location.  
    Public MethodOverloaded. Adds a Tab to this collection at the InsertLocation.End location.  
    Public Method Prints debug info of the collection into console. (Inherited from GrapeCity.Documents.Word.ContentCollection<T>)
    Public MethodInserts a Text into this collection at a specified location.  
    Public MethodOverloaded. Inserts a line Break into this collection at a specified location.  
    Public MethodInserts a LastRenderedPageBreak into this collection at a specified location.  
    Public MethodInserts a Symbol into this collection at a specified location.  
    Public MethodOverloaded. Inserts a Tab into this collection at a specified location.  
    Public Method Prints debug info of the collection into the string. (Inherited from GrapeCity.Documents.Word.ContentCollection<T>)
    Top
    See Also