Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: document ::

interface XMimeTypeInfo

Base Interface
com::sun::star::uno::XInterface

Description
provides information regarding which Mime types are supported by a filter


Known Services which Export this Interface

com::sun::star::drawing::GraphicExportFilter a component that supports this service lets you export pages, shapes, or groups of shapes from a DrawingDocument to a file in one of the file formats supported by the component.

Methods' Summary

supportsMimeType asks whether a Mime type is supported or not.
getSupportedMimeTypeNames

Methods' Details

supportsMimeType
 
boolean
supportsMimeType(
[ in ] string MimeTypeName );

Description
asks whether a Mime type is supported or not.
getSupportedMimeTypeNames
 
sequence< string >
getSupportedMimeTypeNames();
Returns
a sequence of the names of all supported Mime types.

Top of Page