com.lowagie.text.html.simpleparser
Class IncTable

java.lang.Object
  extended bycom.lowagie.text.html.simpleparser.IncTable

public class IncTable
extends Object

Author:
psoares

Field Summary
 ArrayList cols
           
 HashMap props
           
 ArrayList rows
           
 
Constructor Summary
IncTable(HashMap props)
          Creates a new instance of IncTable
 
Method Summary
 void addCol(PdfPCell cell)
           
 void addCols(ArrayList ncols)
           
 PdfPTable buildTable()
           
 void endRow()
           
 ArrayList getRows()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

props

public HashMap props

rows

public ArrayList rows

cols

public ArrayList cols
Constructor Detail

IncTable

public IncTable(HashMap props)
Creates a new instance of IncTable

Method Detail

addCol

public void addCol(PdfPCell cell)

addCols

public void addCols(ArrayList ncols)

endRow

public void endRow()

getRows

public ArrayList getRows()

buildTable

public PdfPTable buildTable()