Top   Module   Use   Manual   Index 

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

struct DataFlavor


Description
Each instance represents the concept of a data format as it would appear on a clipboard, or during drag and drop.


Elements

string MimeType
Description
The MIME content-type (type/subtype) string describing the data format of the object to transfer. MimeType must be conform to Rfc2045 and Rfc2046 )
string HumanPresentableName
Description
A human presentable name for the data format.
type DataType
Description
The type of the object to transfer, for example, XOutputStream.
Top of Page