Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IdxRichEditSubDocument.Shapes Property

Provides access to the collection of shapes (including floating images and text boxes) in a subdocument.

#Declaration

Delphi
property Shapes: IdxRichEditShapeCollection read;

#Property Value

Type
IdxRichEditShapeCollection

#Remarks

Use this property to insert and access floating images and text boxes inserted into a header, footer, or the main document body. For detailed information on options provided by the shape collection, refer to the IdxRichEditShapeCollection interface description.

See Also