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

interface XFilterAdapter
Description
This is an interface that can be used to link a filter to the FilterAdapter
Throws
com::sun::star::uno::RuntimeException
Since
OOo 1.1.2

Methods' Summary
convert  
Methods' Details
convert
void
convert( [in] ::com::sun::star::io::XInputStream  xml,
[in] ::com::sun::star::io::XOutputStream  device,
[in] boolean  convertToOffice,
[in] string  pluginUrl,
[in] string  fileName );

Top of Page