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

interface XTextEmbeddedObjectsSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XTextEmbeddedObjectsSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
provides the collection of all embedded objects within this context (i.e. this document).

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

Returns
the collection of embedded objects.
Top of Page