The following tables list the members exposed by ContentBlocksCollection.
| Name | Description | |
|---|---|---|
![]() | Count | Returns the number of elements in this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<ContentBlock>) |
![]() | Document | Returns the Document with which this collection is associated. (Inherited from Infragistics.Documents.Word.CollectionBase<ContentBlock>) |
![]() | Item | Returns the object at the specified ordinal position within this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<ContentBlock>) |
| Name | Description | |
|---|---|---|
![]() | Add | Adds the specified item to this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<ContentBlock>) |
![]() | AddParagraph | Adds a Paragraph to this collection. |
![]() | AddTable | Adds a Table to this collection. |
![]() | Clear | Removes all elements from this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<ContentBlock>) |
![]() | Contains | Returns a boolean value indicating whether the specified item is contained within this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<ContentBlock>) |
![]() | GetParagraphs | Returns an enumerator which includes only the paragraphs which belong to this collection. |
![]() | GetTables | Returns an enumerator which includes only the tables which belong to this collection. |
![]() | IndexOf | Returns 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>) |
![]() | Insert | Inserts the specified item into this collection at the specified index (Inherited from Infragistics.Documents.Word.CollectionBase<ContentBlock>) |
![]() | InsertParagraph | Inserts a Paragraph at the specified ordinal position within this collection. |
![]() | InsertTable | Inserts a Table at the specified ordinal position within this collection. |
![]() | Remove | Removes the specified item from this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<ContentBlock>) |
![]() | RemoveAt | Removes the item at the specified ordinal position within this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<ContentBlock>) |
![]() | ToString | Returns the string representation of this object. (Inherited from Infragistics.Documents.Word.CollectionBase<ContentBlock>) |