|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
HtmlDirExportTask | An export task implementation that exports the report into a HTML directory structure. |
HtmlExportDialog | A dialog that is used to perform the printing of a report into an HTML file. |
HTMLExportGUIModule | The module definition for the Html export gui module. |
HtmlExportPlugin | Encapsulates the HtmlExportDialog into a separate plugin. |
HtmlStreamExportTask | An export task implementation that exports the report into a single HTML file. |
HtmlZipExportTask | An export task implementation that exports the report into a ZIPped Html directory structure. |
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.
prints all content into a single stream. Generated images will be ignored and the stream contains an inlined stylesheet definition. External images loaded by an file or http url will be referenced in the stream, all other internally generated image content will be discarded.
Writes the content and all external content into a directory. The report contents will be written into a single file, while any external content will be written into a separate data directory. This output mode will generate PNG files for all internal images; external images can be copied into the output directory.
Provides the same features as the directory export, but will generate the contents within a ZIP file.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |