LibreOffice
LibreOffice 24.2 SDK API Reference
|
Implementations of this interface do create a com::sun::star::datatransfer::XMimeContentType from a given string that represents a MIME content-type (see Rfc2045 and Rfc2046). More...
import"XMimeContentTypeFactory.idl";
Public Member Functions | |
com::sun::star::datatransfer::XMimeContentType | createMimeContentType ([in] string aContentType) raises ( com::sun::star::lang::IllegalArgumentException ) |
Creates an object that implements XMimeContentType. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
Implementations of this interface do create a com::sun::star::datatransfer::XMimeContentType from a given string that represents a MIME content-type (see Rfc2045 and Rfc2046).
com::sun::star::datatransfer::XMimeContentType createMimeContentType | ( | [in] string | aContentType | ) | |
raises | ( | com::sun::star::lang::IllegalArgumentException | |||
) |
Creates an object that implements XMimeContentType.
aContentType | A string that represents a MIME content-type as specified in Rfc2045 and Rfc2046. |
com::sun::star::lang::IllegalArgumentException | if the string does not conform to Rfc2045 and Rfc2046; |
Exception: Quoted parameter values may contain spaces.