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

interface XTransferable2
Base Interfaces
XTransferable2XTransferable

XTransferable
(referenced interface's summary:)

Methods' Summary
getTransferData2  
isComplex * Returns true if the selection contains embedded objects or is a large text blob. * *
Since LibreOffice 6.4  
Methods' Details
getTransferData2
any
getTransferData2( [in] DataFlavor  aFlavor,
[in] string  aDestShellID )
raises( UnsupportedFlavorException,
::com::sun::star::io::IOException );

isComplex
boolean
isComplex();

Description
* Returns true if the selection contains embedded objects or is a large text blob. * *
Since LibreOffice 6.4
Top of Page