:: com :: sun :: star :: datatransfer ::

service DataFormatTranslator
Description
Different platforms use different types to describe data formats available during data exchange operations like clipboard or drag&drop. Implementations of this service do convert system dependent data types to a DataFlavor and vice versa.
See also
XDataFormatTranslator, DataFlavor

Exported Interfaces - Summary
XDataFormatTranslator

Converts a DataFlavor to system data types and vice versa.

::com::sun::star::lang::XServiceInfo

Service should always support this interface.

::com::sun::star::lang::XTypeProvider

Service should always support this interface.

Exported Interfaces - Details
XDataFormatTranslator
Description
Converts a DataFlavor to system data types and vice versa.
::com::sun::star::lang::XServiceInfo
Description
Service should always support this interface.
::com::sun::star::lang::XTypeProvider
Description
Service should always support this interface.

 
Top of Page