com.lowagie.text.html.simpleparser

Class IncTable

public class IncTable extends Object

Author: psoares

Field Summary
ArrayListcols
HashMapprops
ArrayListrows
Constructor Summary
IncTable(HashMap props)
Creates a new instance of IncTable
Method Summary
voidaddCol(PdfPCell cell)
voidaddCols(ArrayList ncols)
PdfPTablebuildTable()
voidendRow()
ArrayListgetRows()

Field Detail

cols

private ArrayList cols

props

private HashMap props

rows

private ArrayList rows

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)

buildTable

public PdfPTable buildTable()

endRow

public void endRow()

getRows

public ArrayList getRows()