service DataFormatTranslator in module com::sun::star::datatransfer::

(Global Index)

Syntax

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

See also

DataFlavor

Exported Interfaces

com::sun::star::datatransfer::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