com :: sun :: star :: datatransfer :: interface XTransferDataAccess
- Base Interface
- com::sun::star::uno::XInterface
- Description
- This interface provides direct access to the data in all data flavors. It can
be used by the clipboard implementation to optimize data transport on
flush operations.
- See also
- com::sun::star::datatransfer::XTransferable
Methods' Details
|
- queryDataSize
-  
- hyper
queryDataSize(
-
- Description
- To query for the summarized data size in bytes of a sequence of DataFlavor .
- Parameter aFlavorList
-
A squence of requested DataFlavor .
An unsupported DataFlavor will be ignored.
- Returns
-
The number of bytes of the transfer data in the specified sequence of DataFlavor .
|
- getData
-  
- sequence< any >
getData(
-
- Description
- To get all the data of a sequence of DataFlavor .
- Parameter aFlavorList
-
The sequence of requested DataFlavor .
An unsupported DataFlavor will be ignored.
- Returns
-
The data in the requested DataFlavor .
For unsupported DataFlavor an
empty any will be returned.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.