service ImportFilter in module com::sun::star::document:: |
service ImportFilter;
filter for imports.
Exported Interfaces |
filter interface.
This interface is used to filter a document at loading time.
set document for this filter.
The document can be used as source of filter input.
support initialization of filter with its own configuration.
A filter must support a readonly access to its own configuration. but readonly properties could not be set. That is the reason for this interface. All Anys of given sequence are from Type PropertyValue .
readonly access to filter configuration.
This interface supports readonly access to our internal configuration of this filter. The filter gets its configuration about XInitialization at creation by using the FilterFactory .
Property Summary |
|
Type | filter is registered for this type. |
UIName | localized name of filter to show at UI elements. |
DocumentService | service name which presents the document. |
FilterService | service name of this filter implementation. |
Flags | flags to describe the filter. |
UserData | additional information with private structure. |
FileFormatVersion | version number of file format. |
TemplateName | name of suitable template. |
Property Details |
|||||||||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.