The following tables list the members exposed by ContentRunsCollection.
| Name | Description | |
|---|---|---|
|  | Count | Returns the number of elements in this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<ParagraphContent>) | 
|  | Document | Returns the Document with which this collection is associated. (Inherited from Infragistics.Documents.Word.CollectionBase<ParagraphContent>) | 
|  | Item | Returns the object at the specified ordinal position within this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<ParagraphContent>) | 
| Name | Description | |
|---|---|---|
|  | Add | Adds the specified item to this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<ParagraphContent>) | 
|  | AddHyperlink | Overloaded. Adds a TextHyperlink to the associated Paragraph. | 
|  | AddInlinePicture | Overloaded. Adds an InlinePicture to the associated Paragraph. | 
|  | AddInlineShape | Overloaded. Adds an InlineShape to the associated Paragraph. | 
|  | AddNewLine | Overloaded. Adds a new line to the associated paragraph. | 
|  | AddPageNumberField | Adds a PageNumberField to the associated Paragraph. | 
|  | AddTextRun | Overloaded. Adds a TextRun to the associated Paragraph. | 
|  | Clear | Removes all elements from this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<ParagraphContent>) | 
|  | Contains | Returns a boolean value indicating whether the specified item is contained within this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<ParagraphContent>) | 
|  | 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<ParagraphContent>) | 
|  | Insert | Inserts the specified item into this collection at the specified index (Inherited from Infragistics.Documents.Word.CollectionBase<ParagraphContent>) | 
|  | InsertHyperlink | Overloaded. Inserts a TextHyperlink into the associated Paragraph at the specified ordinal position. | 
|  | InsertInlinePicture | Overloaded. Inserts an InlinePicture into the associated Paragraph at the specified ordinal position. | 
|  | InsertInlineShape | Overloaded. Inserts an InlineShape into the associated Paragraph at the specified ordinal position. | 
|  | InsertPageNumberField | Overloaded. Inserts a PageNumberField into the associated Paragraph at the specified ordinal position. | 
|  | InsertTextRun | Overloaded. Inserts a TextRun into the associated Paragraph at the specified ordinal position. | 
|  | Remove | Removes the specified item from this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<ParagraphContent>) | 
|  | RemoveAt | Removes the item at the specified ordinal position within this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<ParagraphContent>) | 
|  | ToString | Returns the string representation of this object. (Inherited from Infragistics.Documents.Word.CollectionBase<ParagraphContent>) |