Version

ContentBlocksCollection Class Members

The following tables list the members exposed by ContentBlocksCollection.

Public Properties
 NameDescription
Public PropertyCountReturns the number of elements in this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<ContentBlock>)
Public PropertyDocumentReturns the Document with which this collection is associated. (Inherited from Infragistics.Documents.Word.CollectionBase<ContentBlock>)
Public PropertyItemReturns the object at the specified ordinal position within this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<ContentBlock>)
Public Methods
 NameDescription
Public MethodAddAdds the specified item to this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<ContentBlock>)
Public MethodAddParagraphAdds a Paragraph to this collection.  
Public MethodAddTableAdds a Table to this collection.  
Public MethodClearRemoves all elements from this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<ContentBlock>)
Public MethodContainsReturns a boolean value indicating whether the specified item is contained within this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<ContentBlock>)
Public MethodGetParagraphsReturns an enumerator which includes only the paragraphs which belong to this collection.  
Public MethodGetTablesReturns an enumerator which includes only the tables which belong to this collection.  
Public MethodIndexOfReturns the index of the specified item within this collection, or -1 if the item is not a member of this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<ContentBlock>)
Public MethodInsertInserts the specified item into this collection at the specified index (Inherited from Infragistics.Documents.Word.CollectionBase<ContentBlock>)
Public MethodInsertParagraphInserts a Paragraph at the specified ordinal position within this collection.  
Public MethodInsertTableInserts a Table at the specified ordinal position within this collection.  
Public MethodRemoveRemoves the specified item from this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<ContentBlock>)
Public MethodRemoveAtRemoves the item at the specified ordinal position within this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<ContentBlock>)
Public MethodToStringReturns the string representation of this object. (Inherited from Infragistics.Documents.Word.CollectionBase<ContentBlock>)
See Also