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

interface XTextShapesSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XTextShapesSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
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