com.lowagie.text.html.simpleparser

Class IncTable


public class IncTable
extends java.lang.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()

Field Details

cols

public ArrayList cols

props

public HashMap props

rows

public ArrayList rows

Constructor Details

IncTable

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

Method Details

addCol

public void addCol(PdfPCell cell)

addCols

public void addCols(ArrayList ncols)

buildTable

public PdfPTable buildTable()

endRow

public void endRow()

getRows

public ArrayList getRows()