Syntax
interface XMimeTypeInfo : 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 -
Method Details
|
|
Syntax
- boolean supportsMimeType
(
- string MimeTypeName );
Description
asks whether a Mime type is supported or not.
Syntax
- sequence< string > getSupportedMimeTypeNames
();
Returns
-
a sequence of the names of all supported Mime types.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.