interface XTextShapesSupplier in module com::sun::star::text::

(Global Index)

Syntax

interface XTextShapesSupplier : com::sun::star::uno::XInterface ;

Description

provides the collection of TextShape s.

Method Summary

getShapes returns the collection of shapes.

Method Details



getShapes

Syntax

com::sun::star::container::XIndexAccess getShapes ();

Description

returns the collection of shapes.

See also

DrawPage
Top of Page