interface XMimeTypeInfo in module com::sun::star::document::

(Global Index)

Syntax

interface XMimeTypeInfo : com::sun::star::uno::XInterface ;

Description

provides information regarding which Mime types are supported by a filter

Method Summary

supportsMimeType asks whether a Mime type is supported or not.

getSupportedMimeTypeNames

Known Services Which Export this Interface

com::sun::star::drawing::GraphicExportFilter

Method Details



supportsMimeType

Syntax

boolean supportsMimeType (
string MimeTypeName );

Description

asks whether a Mime type is supported or not.


getSupportedMimeTypeNames

Syntax

sequence< string > getSupportedMimeTypeNames ();

Returns

a sequence of the names of all supported Mime types.
Top of Page