:: com :: sun :: star :: datatransfer ::

interface XTransferableSource
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XTransferableSource
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
The transferable source interface.
See also
::com::sun::star::datatransfer::XTransferable

Methods' Summary
getDataSourceDescription  
Methods' Details
getDataSourceDescription
string
getDataSourceDescription();

Returns
A human presentable description of the source that created the transferable object.
Top of Page