Methods' Details
|
- getAvailableFilterNames
-  
sequence< string >
getAvailableFilterNames();
- Description
- return filter names of all available frame loader
You can use a name of returned list to create a new frame loader
at a XMultiServiceFactory implementation. If you wish to get further
informations about loader properties use method getLoaderProperties()
of this interface.
|
- getLoaderProperties
-  
- sequence< com::sun::star::beans::PropertyValue >
getLoaderProperties(
[ in ] string |
sFilterName ); |
- Description
- return extended information about all supported properties of an frame loader
If you know a name of a loader call these method to get a set of all
supported properties. Use these values to create a new loader with special
arguments.
|
- searchFilter
-  
- string
searchFilter(
-
- Description
- search a filter for given parameter
If you don't know a filter name of a loader, call these method to search for anyone
who supports a given parameter. Use returned name to get further information
by means of getLoaderProperties() or create a new frame loader at a
XMultiServiceFactory. Don't forget to add returned filter name to argument list
for faster creation! Otherwise, we must search for right loader again.
(We look for FilterName first!)
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.