Version

AnchorsCollection Class Members

The following tables list the members exposed by AnchorsCollection.

Public Properties
 NameDescription
Public PropertyCountReturns the number of elements in this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<Anchor>)
Public PropertyDocumentReturns the Document with which this collection is associated. (Inherited from Infragistics.Documents.Word.CollectionBase<Anchor>)
Public PropertyItemReturns the object at the specified ordinal position within this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<Anchor>)
Public Methods
 NameDescription
Public MethodAddAdds the specified item to this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<Anchor>)
Public MethodAddAnchoredPictureOverloaded. Adds an AnchoredPicture to the associated paragraph.  
Public MethodAddAnchoredShapeOverloaded. Adds an AnchoredShape to the associated paragraph.  
Public MethodClearRemoves all elements from this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<Anchor>)
Public MethodContainsReturns a boolean value indicating whether the specified item is contained within this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<Anchor>)
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<Anchor>)
Public MethodInsertInserts the specified item into this collection at the specified index (Inherited from Infragistics.Documents.Word.CollectionBase<Anchor>)
Public MethodInsertAnchoredPictureOverloaded. Inserts an AnchoredPicture into the associated paragraph at the specified ordinal position.  
Public MethodInsertAnchoredShapeOverloaded. Inserts an AnchoredShape into the associated paragraph at the specified ordinal position.  
Public MethodRemoveRemoves the specified item from this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<Anchor>)
Public MethodRemoveAtRemoves the item at the specified ordinal position within this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<Anchor>)
Public MethodToStringReturns the string representation of this object. (Inherited from Infragistics.Documents.Word.CollectionBase<Anchor>)
See Also