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

exception FilterOptionsRequest
Base Hierarchy
::com::sun::star::uno::Exception
 |
 +-FilterOptionsRequest
Description
Is used for interaction handle to get filter options. @since #107627#

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