Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XTextShapesSupplier

Base Interface
com::sun::star::uno::XInterface

Description
provides the collection of 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