| java.lang.Object com.lowagie.text.rtf.RtfElement com.lowagie.text.rtf.table.RtfRow
RtfRow | public class RtfRow extends RtfElement (Code) | | The RtfRow wraps one Row for a RtfTable.
INTERNAL USE ONLY
version: $Id: RtfRow.java 2776 2007-05-23 20:01:40Z hallm $ author: Mark Hall (mhall@edu.uni-klu.ac.at) author: Steffen Stundzig author: Lorenz Maierhofer author: Thomas Bickel (tmb99@inode.at) |
RtfRow | protected RtfRow(RtfDocument doc, RtfTable rtfTable, Row row, int rowNumber)(Code) | | Constructs a RtfRow for a Row.
Parameters: doc - The RtfDocument this RtfRow belongs to Parameters: rtfTable - The RtfTable this RtfRow belongs to Parameters: row - The Row this RtfRow is based on Parameters: rowNumber - The number of this row |
cleanRow | protected void cleanRow()(Code) | | Cleans the deleted RtfCells from the total RtfCells.
|
getCells | protected ArrayList getCells()(Code) | | Gets the cells of this RtfRow
The cells of this RtfRow |
getParentTable | protected RtfTable getParentTable()(Code) | | Gets the parent RtfTable of this RtfRow
The parent RtfTable of this RtfRow |
handleCellSpanning | protected void handleCellSpanning()(Code) | | Performs a second pass over all cells to handle cell row/column spanning.
|
|
|