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

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

interface XExporter

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

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


Known Services which Export this Interface

com::sun::star::document::ExportFilter filter for exports.
com::sun::star::drawing::GraphicExportFilter a component that supports this service lets you export pages, shapes, or groups of shapes from a DrawingDocument to a file in one of the file formats supported by the component.

Methods' Summary

setSourceDocument sets the source document for the exporter.

Methods' Details

setSourceDocument
 
void
setSourceDocument(
[ in ] 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