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

interface XMimeTypeInfo

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