LibreOffice
LibreOffice 24.2 SDK API Reference
|
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... | |
Each instance represents the concept of a data format as it would appear on a clipboard, or during drag and drop.
type DataType |
The type of the object to transfer, for example, XOutputStream.
string HumanPresentableName |
A human presentable name for the data format.
string MimeType |