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

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