IdxRichEditShapeCollection Interface
Exposes a document’s floating shape collection.
Declaration
IdxRichEditShapeCollection = interface(IdxRichEditReadOnlyShapeCollection)
Remarks
This interface provides access to the properties and methods that allow you to:
Create new floating shapes (InsertPicture and InsertTextBox);
Identify the number of shapes within a document (Count and GetCount);
Access individual floating shapes within a document (Self, Items, and GetItem).
The subdocument‘s Shapes property exposes the IdxRichEditShapeCollection interface.
Inheritance
IInterface
IdxReadOnlyList<T>
IdxRichEditReadOnlyShapeCollection
IdxRichEditShapeCollection
See Also