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

interface XTextGraphicObjectsSupplier
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XTextGraphicObjectsSupplier
Description
provides access to the collection of all embedded and linked graphics within this context (i.e. within this document).

Methods' Summary
getGraphicObjects
Methods' Details
getGraphicObjects
::com::sun::star::container::XNameAccess
getGraphicObjects();
 
 

Returns
the collection of graphic objects in this object (document).
Top of Page