:: com :: sun :: star :: text ::

interface XTextShapesSupplier
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XTextShapesSupplier
Description
provides the collection of ::com::sun::star::drawing::TextShape s.

Methods' Summary
getShapes returns the collection of shapes.
Methods' Details
getShapes
::com::sun::star::container::XIndexAccess
getShapes();
 
 

Description
returns the collection of shapes.
See also
::com::sun::star::drawing::DrawPage
Top of Page