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

interface XComponentSupplier
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