Version

AnchorsCollection Class

Contains the anchored content for the associated Paragraph.
Syntax
'Declaration
 
Public Class AnchorsCollection 
   Inherits Infragistics.Documents.Word.CollectionBase(Of Anchor)
public class AnchorsCollection : Infragistics.Documents.Word.CollectionBase<Anchor> 
Remarks

A picture which is anchored to a specific location within the document can be added to the paragraph using the AddAnchoredPicture method.

A shape which is anchored to a specific location within the document can be added to the paragraph using the AddAnchoredShape method.

Text, hyperlinks, images, and shapes can be added to a paragraph using the ContentRuns collection. Content which belongs to this collection does not occupy a static location within the document, but rather changes position as other content is added or removed.

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