Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XTransferableSource

Base Interface
com::sun::star::uno::XInterface

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