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

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