Save This Page
Home » iText-src-2.1.3 » com.lowagie » text » rtf » table » [javadoc | source]
com.lowagie.text.rtf.table
public class: RtfRow [javadoc | source]
java.lang.Object
   com.lowagie.text.rtf.RtfElement
      com.lowagie.text.rtf.table.RtfRow

All Implemented Interfaces:
    RtfBasicElement

The RtfRow wraps one Row for a RtfTable. INTERNAL USE ONLY
Fields inherited from com.lowagie.text.rtf.RtfElement:
document,  inTable,  inHeader
Constructor:
 protected RtfRow(RtfDocument doc,
    RtfTable rtfTable,
    Row row,
    int rowNumber) 
    Constructs a RtfRow for a Row.
    Parameters:
    doc - The RtfDocument this RtfRow belongs to
    rtfTable - The RtfTable this RtfRow belongs to
    row - The Row this RtfRow is based on
    rowNumber - The number of this row
 protected RtfRow(RtfDocument doc,
    RtfTable rtfTable,
    PdfPRow row,
    int rowNumber) 
    Constructs a RtfRow for a Row.
    Parameters:
    doc - The RtfDocument this RtfRow belongs to
    rtfTable - The RtfTable this RtfRow belongs to
    row - The Row this RtfRow is based on
    rowNumber - The number of this row
    since: 2.1.3 -
Method from com.lowagie.text.rtf.table.RtfRow Summary:
cleanRow,   getCells,   getParentTable,   handleCellSpanning,   writeContent
Methods from com.lowagie.text.rtf.RtfElement:
intToByteArray,   isInTable,   setInHeader,   setInTable,   setRtfDocument,   writeContent
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.lowagie.text.rtf.table.RtfRow Detail:
 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.
 public  void writeContent(OutputStream result) throws IOException 
    Writes the content of this RtfRow