service ExportFilter in module com::sun::star::document:: |
service ExportFilter;
filter for exports.
Exported Interfaces |
filter interface.
This interface is used to filter a document at saving time.
set document for this filter.
The document can used as the target of a filter output.
support initialization of filter with its own configuration.
A filter must support readonly access to its own configuration, but readonly properties couldn't 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 the 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.