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

exception FilterOptionsRequest
Base Hierarchy
FilterOptionsRequest
 ┗ ::com::sun::star::uno::Exception

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