Version

ContentRunsCollection Class Members

The following tables list the members exposed by ContentRunsCollection.

Public Properties
 NameDescription
Public PropertyCountReturns the number of elements in this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<ParagraphContent>)
Public PropertyDocumentReturns the Document with which this collection is associated. (Inherited from Infragistics.Documents.Word.CollectionBase<ParagraphContent>)
Public PropertyItemReturns the object at the specified ordinal position within this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<ParagraphContent>)
Public Methods
 NameDescription
Public MethodAddAdds the specified item to this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<ParagraphContent>)
Public MethodAddHyperlinkOverloaded. Adds a TextHyperlink to the associated Paragraph.  
Public MethodAddInlinePictureOverloaded. Adds an InlinePicture to the associated Paragraph.  
Public MethodAddInlineShapeOverloaded. Adds an InlineShape to the associated Paragraph.  
Public MethodAddNewLineOverloaded. Adds a new line to the associated paragraph.  
Public MethodAddPageNumberFieldAdds a PageNumberField to the associated Paragraph.  
Public MethodAddTextRunOverloaded. Adds a TextRun to the associated Paragraph.  
Public MethodClearRemoves all elements from this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<ParagraphContent>)
Public MethodContainsReturns a boolean value indicating whether the specified item is contained within this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<ParagraphContent>)
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<ParagraphContent>)
Public MethodInsertInserts the specified item into this collection at the specified index (Inherited from Infragistics.Documents.Word.CollectionBase<ParagraphContent>)
Public MethodInsertHyperlinkOverloaded. Inserts a TextHyperlink into the associated Paragraph at the specified ordinal position.  
Public MethodInsertInlinePictureOverloaded. Inserts an InlinePicture into the associated Paragraph at the specified ordinal position.  
Public MethodInsertInlineShapeOverloaded. Inserts an InlineShape into the associated Paragraph at the specified ordinal position.  
Public MethodInsertPageNumberFieldOverloaded. Inserts a PageNumberField into the associated Paragraph at the specified ordinal position.  
Public MethodInsertTextRunOverloaded. Inserts a TextRun into the associated Paragraph at the specified ordinal position.  
Public MethodRemoveRemoves the specified item from this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<ParagraphContent>)
Public MethodRemoveAtRemoves the item at the specified ordinal position within this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<ParagraphContent>)
Public MethodToStringReturns the string representation of this object. (Inherited from Infragistics.Documents.Word.CollectionBase<ParagraphContent>)
See Also