|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.lowagie.text.rtf.RtfElement
com.lowagie.text.rtf.table.RtfRow
public class RtfRow
The RtfRow wraps one Row for a RtfTable. INTERNAL USE ONLY
| Field Summary |
|---|
| Fields inherited from class com.lowagie.text.rtf.RtfElement |
|---|
document, inHeader, inTable |
| Fields inherited from interface com.lowagie.text.rtf.RtfBasicElement |
|---|
CLOSE_GROUP, COMMA_DELIMITER, DELIMITER, OPEN_GROUP, TWIPS_FACTOR |
| Constructor Summary | |
|---|---|
protected |
RtfRow(RtfDocument doc,
RtfTable rtfTable,
PdfPRow row,
int rowNumber)
Constructs a RtfRow for a Row. |
protected |
RtfRow(RtfDocument doc,
RtfTable rtfTable,
Row row,
int rowNumber)
Constructs a RtfRow for a Row. |
| Method Summary | |
|---|---|
protected void |
cleanRow()
Cleans the deleted RtfCells from the total RtfCells. |
protected ArrayList |
getCells()
Gets the cells of this RtfRow |
protected RtfTable |
getParentTable()
Gets the parent RtfTable of this RtfRow |
protected void |
handleCellSpanning()
Performs a second pass over all cells to handle cell row/column spanning. |
void |
writeContent(OutputStream result)
Writes the content of this RtfRow |
| Methods inherited from class com.lowagie.text.rtf.RtfElement |
|---|
intToByteArray, isInTable, setInHeader, setInTable, setRtfDocument |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected RtfRow(RtfDocument doc,
RtfTable rtfTable,
Row row,
int rowNumber)
doc - The RtfDocument this RtfRow belongs tortfTable - The RtfTable this RtfRow belongs torow - The Row this RtfRow is based onrowNumber - The number of this row
protected RtfRow(RtfDocument doc,
RtfTable rtfTable,
PdfPRow row,
int rowNumber)
doc - The RtfDocument this RtfRow belongs tortfTable - The RtfTable this RtfRow belongs torow - The Row this RtfRow is based onrowNumber - The number of this row| Method Detail |
|---|
protected void handleCellSpanning()
protected void cleanRow()
public void writeContent(OutputStream result)
throws IOException
writeContent in interface RtfBasicElementwriteContent in class RtfElementresult - The OutputStream to write the content to
IOExceptionprotected RtfTable getParentTable()
protected ArrayList getCells()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||