IdxRichEditSubDocument.Shapes Property
In This Article
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 |
---|
Idx |
#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