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

(Global Index)

Syntax

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

Description

makes it possible to connect a document with an Exporter .

Method Summary

setSourceDocument sets the source document for the exporter.

Known Services Which Export this Interface

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

com::sun::star::drawing::GraphicExportFilter

Method Details



setSourceDocument

Syntax

void setSourceDocument (
com::sun::star::lang::XComponent xDoc )
raises ( com::sun::star::lang::IllegalArgumentException );

Description

sets the source document for the exporter.

Throws

com::sun::star::lang::IllegalArgumentException if xDoc does not support any service which is supported by this exporter.
Top of Page