|
any | getTransferData2 ([in] DataFlavor aFlavor, [in] string aDestShellID) raises ( UnsupportedFlavorException, com::sun::star::io::IOException ) |
| This is equivalent of getTransferData of XTransferable, but takes an additional parameter that specifies the destination document type.
|
|
boolean | isComplex () |
| Returns true if the selection contains embedded objects or is a large text blob.
|
|
any | getTransferData ([in] DataFlavor aFlavor) raises ( UnsupportedFlavorException, com::sun::star::io::IOException ) |
| Called by a data consumer to obtain data from the source in a specified format.
|
|
sequence< DataFlavor > | getTransferDataFlavors () |
| Returns a sequence of supported DataFlavor.
|
|
boolean | isDataFlavorSupported ([in] DataFlavor aFlavor) |
| Checks if the data object supports the specified data flavor.
|
|
any | queryInterface ([in] type aType) |
| queries for a new interface to an existing UNO object.
|
|
void | acquire () |
| increases the reference counter by one.
|
|
void | release () |
| decreases the reference counter by one.
|
|
◆ getTransferData2()
This is equivalent of getTransferData of XTransferable, but takes an additional parameter that specifies the destination document type.
- Parameters
-
aFlavor | requested data format |
aDestShellID | destination document shell ID. The ID of each individual shell must be unique. |
- Returns
- data in specified data format.
- Exceptions
-
◆ isComplex()
Returns true if the selection contains embedded objects or is a large text blob.
- Since
- LibreOffice 6.4
The documentation for this interface was generated from the following file: