com.lowagie.text.html.simpleparser
Class IncTable

java.lang.Object
  extended by com.lowagie.text.html.simpleparser.IncTable

public class IncTable
extends Object

Author:
psoares

Field Summary
private  ArrayList cols
           
private  HashMap props
           
private  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

private HashMap props

rows

private ArrayList rows

cols

private 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()

Hosted by Hostbasket