Version

ContentRunsCollection Class

Contains the inline content for the associated Paragraph, such as text, hyperlinks, inline pictures, and inline shapes.
Syntax
'Declaration
 
Public Class ContentRunsCollection 
   Inherits Infragistics.Documents.Word.CollectionBase(Of ParagraphContent)
Remarks

A run of text can be added to the paragraph using the AddTextRun method.

A hyperlink can be added to the paragraph using the AddHyperlink method.

A picture which appears inline with textual content can be added to the paragraph using the AddInlinePicture method.

A shape which appears inline with textual content can be added to the paragraph using the AddInlineShape method.

"Inline" content is defined as content whose position within the document changes dynamically as other content is added to or removed from the document. The ContentRunsCollection class is the container for all such content.

Pictures and Shapes which are anchored to a specific location within the document can be added to a paragraph using the Anchors collection.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also