MimeData type provides interface to access and store data to the Clipboard. More...
Reading the property returns a list of MIME type and data pairs representing the data stored in the object. Users can set custom MIME types which are not covered by the other properties.
When setting the property value can take one of the following types:
Returns a list of formats supported by the object. This is a list of MIME types for which the object can return suitable data. The formats in the list are in a priority order.
See also data.
Contains a string if the data stored in the object is HTML (MIME type text/html); otherwise contains an empty string.
Contains a list of URLs contained within the MIME data object. URLs correspond to the MIME type text/uri-list.