IdxRichEditShapeCollection Interface
In This Article
Exposes a document’s floating shape collection.
#Declaration
Delphi
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