Package org.pentaho.reporting.engine.classic.core.modules.gui.html

An HTML export module.

See:
          Description

Class Summary
HtmlDirExportDialog A dialog that is used to perform the printing of a report into an HTML file.
HtmlDirExportPlugin Encapsulates the HtmlExportDialog into a separate plugin.
HtmlDirExportTask An export task implementation that exports the report into a HTML directory structure.
HtmlExportGUIModule The module definition for the Html export gui module.
HtmlStreamExportDialog A dialog that is used to perform the printing of a report into an HTML file.
HtmlStreamExportPlugin Encapsulates the HtmlExportDialog into a separate plugin.
HtmlStreamExportTask An export task implementation that exports the report into a single HTML file.
HtmlZipExportDialog A dialog that is used to perform the printing of a report into an HTML file.
HtmlZipExportPlugin Encapsulates the HtmlExportDialog into a separate plugin.
HtmlZipExportTask An export task implementation that exports the report into a ZIPped Html directory structure.
 

Package org.pentaho.reporting.engine.classic.core.modules.gui.html Description

An HTML export module. The module registers itself during the module initialization in the preview frame.

The module supports both HTML 4.01 and XHTML 1.0 output.

As with all table style exports, this target does not support overlapping elements. If two elements request the same cell, the first element wins.

This target supports three modes.