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

interface XTextEmbeddedObjectsSupplier
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XTextEmbeddedObjectsSupplier
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