Class JRPptxExporter

All Implemented Interfaces:
Exporter<ExporterInput,PptxReportConfiguration,PptxExporterConfiguration,OutputStreamExporterOutput>

Exports a JasperReports document to Microsoft PowerPoint 2007 format (PPTX).

This exporter uses an absolute positioned layout and currently there is a single special configuration that can be applied to a PPTX exporter instance (see PptxReportConfiguration) to configure its behavior: one can ignore hyperlinks in generated documents if they are not intended for the PPTX output format. This can be customized using either the isIgnoreHyperlink() exporter configuration flag, or its corresponding exporter hint called net.sf.jasperreports.export.pptx.ignore.hyperlink.

It supports font mappings, batch mode exporting, and filtering out content using exporter filters.

Documents produced using this exporter can be generated in the great majority of the samples shipped with the JasperReports project source files, where the pptx Ant task is defined.

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