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

interface XTransferableSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XTransferableSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Usage Restrictions
not published
Description
provide access to a ::com::sun::star::datatransfer::XTransferable implementation from the object.

Methods' Summary
getTransferable allows to get access to ::com::sun::star::datatransfer::XTransferable implementation.  
Methods' Details
getTransferable
::com::sun::star::datatransfer::XTransferable
getTransferable();

Description
allows to get access to ::com::sun::star::datatransfer::XTransferable implementation.
Returns
::com::sun::star::datatransfer::XTransferable implementation
Top of Page