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

An plain text export module.

See:
          Description

Class Summary
EncodingSelector  
EncodingSelector.GenericPrinterSpecification  
PlainTextExportDialog A dialog that is used to export reports to plain text.
PlainTextExportGUIModule The module definition for the plain text export gui module.
PlainTextExportPlugin Encapsulates the PlainTextExportDialog into a separate plugin.
PlainTextExportTask An export task implementation that writes the report into a plain text file.
 

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

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

This output target does not support any graphics. The font will be fixed size, the font size is defined by the output target, not the elements. All elements use the same font. Elements which are smaller than the used font size, will not be printed.

This is no general purpose export, and reports using this export should be carefully designed to suit this export target.