:: com :: sun :: star :: embed ::

interface XComponentSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XComponentSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Usage Restrictions
not published
Description
provides access to a component.

Methods' Summary
getComponent allows to get access to a component.  
Methods' Details
getComponent
::com::sun::star::util::XCloseable
getComponent();

Description
allows to get access to a component.

The component may not support ::com::sun::star::lang::XComponent interface.

Returns
component representation
Top of Page