Skip to main content
A newer version of this page is available. .

IdxRichEditShape Interface

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

Declaration

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