import "XTransferableSupplier.idl";
 
  
| Public Member Functions | |
| XTransferable | getTransferable () | 
| To get access to a transferable representation of a selected part of an object. | |
| void | insertTransferable ([in] XTransferable xTrans) raises ( UnsupportedFlavorException ) | 
| Hands over a transferable object that shall be inserted. | |
| XTransferable getTransferable | ( | ) | 
To get access to a transferable representation of a selected part of an object.
| void insertTransferable | ( | [in] XTransferable | xTrans | ) | ||
| raises | ( | UnsupportedFlavorException ) | ||||
Hands over a transferable object that shall be inserted.
| xTrans | The transferable object to be inserted | 
A NULL value is not allowed.
| com::sun::star::datatransfer::UnsupportedFlavorException | if the given com::sun::star::datatransfer::XTransferable has no com::sun::star::datatransfer::DataFlavor or the called object can't handle any of the available ones. |