:: com :: sun :: star :: embed ::

struct VisualRepresentation
Description
can contain a graphical representation in an arbitrary format.

Elements' Summary
Flavor The format of the visual representation.  
Data The data in the format specified by Flavor.  
Elements' Details
Flavor
::com::sun::star::datatransfer::DataFlavor Flavor;
Description
The format of the visual representation.
Data
any Data;
Description
The data in the format specified by Flavor.
Top of Page