Package com.jrefinery.report.targets.table.rtf

RTF file output, using iText.

See:
          Description

Class Summary
RTFCellData The RTF extension of the TableCellData base class.
RTFCellDataFactory Creates a TableCellData object from the given Element and the element's bounds.
RTFCellStyle The RTFCellStyle is used to define the style for the generated RTF-TableCell.
RTFImageCellData A wrapper for Image content within the generated RTFTable.
RTFProcessor The ExcelProcessor coordinates the output process for generating RTF files using the iText library.
RTFProducer The TableProducer is responsible for creating the produced Table.
RTFTextCellData A wrapper for text content within the generated RTF Table.
RTFTextCellStyle  
 

Package com.jrefinery.report.targets.table.rtf Description

RTF file output, using iText.

This package is no final version. iText does not support RTF very well, so this target will be ported to an different RTF writer in a later version.

At the moment, the rtf output does not support ROWSPANning of cells or FONTs other than the standard fonts Serif, SansSerif or Courier.

This package is not enabled by default and not included in the preview frame. There will be no support for bug in this package.