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

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