:: com :: sun :: star :: document ::

interface XEmbeddedObjectSupplier
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XEmbeddedObjectSupplier
Description
represents something that provides an embedded object.

Methods' Summary
getEmbeddedObject returns the object which is embedded into this object.
Methods' Details
getEmbeddedObject
::com::sun::star::lang::XComponent
getEmbeddedObject();
 
 

Description
returns the object which is embedded into this object.
Top of Page