Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XImporter

Base Interface
com::sun::star::uno::XInterface

Description
makes it possible to connect a document with an Importer .


Known Services which Export this Interface

com::sun::star::document::ImportFilter filter for imports.

Methods' Summary

setTargetDocument sets the target document for the importer.

Methods' Details

setTargetDocument
 
void
setTargetDocument(
[ in ] com::sun::star::lang::XComponent xDoc )
raises ( com::sun::star::lang::IllegalArgumentException );

Description
sets the target document for the importer.
Throws
com::sun::star::lang::IllegalArgumentException if xDoc does not support any service which is supported by this importer.

Top of Page