LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
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. More...
 
string HumanPresentableName
 A human presentable name for the data format. More...
 
type DataType
 The type of the object to transfer, for example, XOutputStream. More...
 

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: