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

interface 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