Class JROdtExporter

All Implemented Interfaces:
Exporter<ExporterInput,OdtReportConfiguration,OdtExporterConfiguration,OutputStreamExporterOutput>

Exports a JasperReports document to ODF format. It has character output type and exports the document to a grid-based layout.

Open Document Format (short for OASIS Open Document Format for Office Applications) describes electronic documents such as memos, spreadsheets, books, charts, presentations, and word processing documents. .odt is the file extension used for the word processing documents in the Open Document Format, and such files can be obtained in JasperReports using the JROdtExporter class.

Currently, there are the following special configurations that can be applied to an ODT exporter instance (see DocxReportConfiguration) to customize its behavior:

So far, the ODT exporter has the known limitations of grid exporters. It can work in batch mode and supports all types of exporter input and output as well as font mappings.

Author:
Teodor Danciu (teodord@users.sourceforge.net)
See Also: