:: com :: sun :: star :: document ::

exception FilterOptionsRequest
Base Hierarchy
FilterOptionsRequest
 ┗ ::com::sun::star::uno::Exception
Description
Is used for interaction handle to get filter options.
Since
OOo 1.1.2

Elements' Summary
rModel The model of the document that should be provided to filters that supports XExporter interface.  
rProperties The Media-descriptor of the document  
Elements' Details
rModel
::com::sun::star::frame::XModel rModel;
Description
The model of the document that should be provided to filters that supports XExporter interface.
rProperties
sequence< ::com::sun::star::beans::PropertyValue > rProperties;
Description
The Media-descriptor of the document
Top of Page