|
|||||||||
| Home >> All >> org >> jfree >> report >> modules >> gui >> html >> [ resources overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package org.jfree.report.modules.gui.html.resources
An HTML export module.
See:
Description
| Class Summary | |
| HtmlExportResources | English language resource for the Html export GUI. |
| HtmlExportResources_ca | Catalan language resource for the Html export GUI. |
| HtmlExportResources_de | German language resource for the HTML export GUI. |
| HtmlExportResources_fr | French language resource for the HTML export GUI. |
| HtmlExportResources_hu | Hungarian language resource for the HTML export GUI. |
| HtmlExportResources_nl | Dutch language resource for the Html export GUI. |
| HtmlExportResources_ru | Russian language resource for the Html export GUI. |
| HtmlExportResources_si | Sloveninan language resource for the Html export GUI. |
| HtmlExportResources_sv | Swedish language resource for the Html export GUI. |
Package org.jfree.report.modules.gui.html.resources 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.
- Stream mode
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.
- Directory export
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.
- ZIP Directory export
Provides the same features as the directory export, but will generate the contents within a ZIP file.
|
|||||||||
| Home >> All >> org >> jfree >> report >> modules >> gui >> html >> [ resources overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||