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

IdxRichEditShape Interface

Exposes a floating shape within the document’s shape collection.

#Declaration

Delphi
IdxRichEditShape = interface(IInterface)

#Remarks

Floating shapes are pictures or text boxes positioned absolutely or relatively in a rich text document, without binding them to specific character positions in text. You can place shapes in front of the document’s “text” layer, behind, or within it by choosing one of the text wrapping options that the IdxRichEditShape interface provides.

The IdxRichEditShape interface provides the properties and methods that allow you to:

The Rich Edit control’s Document.Shapes.Items property references the IdxRichEditShape interface. Use the Picture and TextBox properties to identify if the floating shape is a text box or picture.

#Inheritance

IInterface
IdxRichEditShape
See Also