IdxRichEditReadOnlyShapeCollection.Get(IdxRichEditDocumentRange) Method
Returns a collection of all floating shapes within the specified document range.
Declaration
function Get(const ARange: IdxRichEditDocumentRange): IdxRichEditReadOnlyShapeCollection;
Parameters
| Name | Type |
|---|---|
| ARange | IdxRichEditDocumentRange |
Returns
| Type |
|---|
| IdxRichEditReadOnlyShapeCollection |
Remarks
Call this function and pass a text range as the ARange parameter to obtain a subset of the stored floating shapes within a document. The function returns an empty collection if no stored shape has an anchor position within the specified range.
See Also