| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
provides information regarding which MIME types are supported by a filter. More...
import "XMimeTypeInfo.idl";
 
  
| Public Member Functions | |
| boolean | supportsMimeType ([in] string MimeTypeName) | 
| asks whether a MIME type is supported or not. | |
| sequence< string > | getSupportedMimeTypeNames () | 
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
provides information regarding which MIME types are supported by a filter.
| sequence< string > getSupportedMimeTypeNames | ( | ) | 
| boolean supportsMimeType | ( | [in] string | MimeTypeName | ) | 
asks whether a MIME type is supported or not.