Package org.pentaho.reporting.engine.classic.core.modules.output.table.rtf

RTF file output, using iText (requires at least version 1.1).

See:
          Description

Class Summary
FlowRTFOutputProcessor Creation-Date: 09.05.2007, 14:36:28
FlowRTFReportProcessTask Todo: Document Me
RTFReportUtil Utility class to provide an easy to use default implementation of RTF exports.
RTFTableModule The module definition for the RTF table export module.
StreamRTFOutputProcessor Creation-Date: 09.05.2007, 14:36:28
StreamRTFReportProcessTask Todo: Document Me
 

Package org.pentaho.reporting.engine.classic.core.modules.output.table.rtf Description

RTF file output, using iText (requires at least version 1.1).

The cell height cannot be defined directly. The only way of influencing the height of a cell is by defining a font for the cell.

The current implementation is not suited for huge documents, as the whole document is held in memory until the complete table was created. This implementation will be fixed in the future.

If possible, use the HTML export to create reports that can be used in a word processor.