Methods' Details |
getSystemDataTypeFromDataFlavor
any |
getSystemDataTypeFromDataFlavor( |
[in] DataFlavor |
aDataFlavor ); |
- Description
- Converts a DataFlavor to system dependent data type.
- Parameter aDataFlavor
- Describes the format for which a system dependent data types is requested.
- Returns
- A system dependent data transfer type for the given DataFlavor
if there is one available.
If the is no system dependent data type for a given DataFlavor
the returned any is empty.
|
|
getDataFlavorFromSystemDataType
DataFlavor |
getDataFlavorFromSystemDataType( |
[in] any |
aSysDataType ); |
- Description
- Converts a system dependent data type to a DataFlavor.
- Parameter aSysDataType
- A system dependent data type. If aSysDataType is empty so is the returned DataFlavor.
- Returns
- A DataFlavor for the given system dependent data transfer type.
If there is no appropriate mapping for a system dependent data type, the returned DataFlavor will be empty.
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.