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

interface XImporter

Methods' Summary
setTargetDocument sets the target document for the importer  
Methods' Details
setTargetDocument
void
setTargetDocument( [in] ::com::sun::star::lang::XComponent  Document )
raises( ::com::sun::star::lang::IllegalArgumentException );

Description
sets the target document for the importer
Parameter Document
the target document
Throws
com::sun::star::lang::IllegalArgumentException if Document does not support any service which is supported by this importer
Top of Page