LibreOffice
LibreOffice 25.8 SDK API Reference
Loading...
Searching...
No Matches
DataFlavor Struct Referencepublished

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

import "DataFlavor.idl";

Public Attributes

string MimeType
 The MIME content-type (type/subtype) string describing the data format of the object to transfer.
string HumanPresentableName
 A human presentable name for the data format.
type DataType
 The type of the object to transfer, for example, XOutputStream.

Detailed Description

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

Member Data Documentation

◆ DataType

type DataType

The type of the object to transfer, for example, XOutputStream.

◆ HumanPresentableName

string HumanPresentableName

A human presentable name for the data format.

◆ MimeType

string MimeType

The MIME content-type (type/subtype) string describing the data format of the object to transfer.

MimeType must conform to Rfc2045 and Rfc2046)


The documentation for this struct was generated from the following file: