interface XImporter in module com::sun::star::document::

(Global Index)

Syntax

interface XImporter : com::sun::star::uno::XInterface ;

Description

makes it possible to connect a document with an Importer .

Method Summary

setTargetDocument sets the target document for the importer.

Known Services Which Export this Interface

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

Method Details



setTargetDocument

Syntax

void setTargetDocument (
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