service FilterFactory in module com::sun::star::document:: |
service FilterFactory;
factory to create filter objects
Exported Interfaces |
search suitable filter for given internal type name and additional arguments and create it
After a TypDetection you have an internal name of a type which presents your document. Call createInstance() or createInstanceWithArguments() with these informations and we create a suitable filter for you. There exist two types of filters: ImportFilter and ExportFilter . A combination of both services in one implementation is also possible. You can regulate search for filter by giving correct arguments - like flags for import/export ... @attention Don't use getAvailableServiceNames()! Please use XNameAccess to get informations about our configuration of accessible filters.
readonly access to filter configuration
These interfaces support a readonly access to our internal configuration of all accessible filters.
The return value of XNameAccess::getByName() is a sequence
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.