IdxRichEditSubDocument.Shapes Property
Provides access to the collection of shapes (including floating images and text boxes) in a subdocument.
Declaration
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