|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
21 module
com { module sun { module star { module datatransfer {
Interface to be implemented by objects used to provide data for a data transfer operation.
Definition: XTransferable.idl:30
sequence< DataFlavor > getTransferDataFlavors()
Returns a sequence of supported DataFlavor.
any getTransferData([in] DataFlavor aFlavor)
Called by a data consumer to obtain data from the source in a specified format.
is thrown when an input or output error has occurred.
Definition: IOException.idl:27
Exception will be thrown if there is a request for data in a DataFlavor that is not supported by a da...
Definition: UnsupportedFlavorException.idl:30
Each instance represents the concept of a data format as it would appear on a clipboard,...
Definition: DataFlavor.idl:28
Definition: Ambiguous.idl:20
base interface of all UNO interfaces
Definition: XInterface.idl:46
boolean isDataFlavorSupported([in] DataFlavor aFlavor)
Checks if the data object supports the specified data flavor.