com::sun::star::container::XNameAccess |
- Description
- 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 packed in an Any!
Supported properties are:
name of property value type of property description
"Type" [string ] filter is registered for this type
"UIName" [string ] localized name of filter to show at the UI
"DocumentService" [string ] service name which presents the document
"FilterService" [string ] service name of filter implementation
"Flags" [integer] flags to describe the filter
"UserData" [string ] additional information with private structure!
"FileFormatVersion" [integer] version number of file format
"TemplateName" [string ] name of suitable template
|