|
||||||||||
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,
Row row,
int rowNumber)
Constructs a RtfRow for a Row. |
Method Summary | |
---|---|
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. |
byte[] |
write()
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 rowMethod Detail |
---|
protected void handleCellSpanning()
public byte[] write()
write
in interface RtfBasicElement
write
in class RtfElement
protected RtfTable getParentTable()
protected ArrayList getCells()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |