interface XTransferableSource in module com::sun::star::datatransfer::

(Global Index)

Syntax

interface XTransferableSource : com::sun::star::uno::XInterface ;

Description

The transferable source interface.

See also

XTransferable

Method Summary

getDataSourceDescription

Method Details



getDataSourceDescription

Syntax

string getDataSourceDescription ();

Returns

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