Syntax
interface XFilter : com::sun::star::uno::XInterface ;
Description
interface to filter documents.
Method Summary
|
filter |
filters the document.
|
|
cancel |
cancels the loading process.
|
|
Known Services Which Export this Interface
|
com::sun::star::document::ExportFilter -
com::sun::star::document::ImportFilter -
com::sun::star::drawing::GraphicExportFilter -
Method Details
|
|
Syntax
- boolean filter
(
- sequence< com::sun::star::beans::PropertyValue > aDescriptor );
Description
filters the document.
The given MediaDescriptor holds all neccessary information
about the document.
@attention Don't hold hard references to these descriptors. You must copy needed informations!
Otherwise we couldn't destroy (for example) an existing input stream!
Syntax
- void cancel
();
Description
cancels the loading process.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.