|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.jrefinery.report.targets.table.TableCellData | +--com.jrefinery.report.targets.table.rtf.RTFCellData
The RTF extension of the TableCellData
base class. The cell data implementation contains
the cell style for a RTF table cell.
Constructor Summary | |
RTFCellData(java.awt.geom.Rectangle2D outerBounds,
RTFCellStyle style)
Creates a new RTFCellData with the given bounds and style. |
Method Summary | |
abstract com.lowagie.text.Cell |
getCell()
Creates a iText TableCell with some content in it. |
RTFCellStyle |
getStyle()
Gets the cell style for the RTF table cell. |
Methods inherited from class com.jrefinery.report.targets.table.TableCellData |
getBounds, isBackground |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RTFCellData(java.awt.geom.Rectangle2D outerBounds, RTFCellStyle style)
outerBounds
- the cell bounds.style
- the cell style.
java.lang.NullPointerException
- if the style is null.Method Detail |
public RTFCellStyle getStyle()
public abstract com.lowagie.text.Cell getCell() throws com.lowagie.text.DocumentException
com.lowagie.text.DocumentException
- if there is a problem adding the cell to the document.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |