com.lowagie.text.html.simpleparser
Class IncTable

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

public class IncTable
extends java.lang.Object

Author:
psoares

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

Constructor Detail

IncTable

public IncTable(java.util.HashMap props)
Creates a new instance of IncTable

Method Detail

addCol

public void addCol(PdfPCell cell)

addCols

public void addCols(java.util.ArrayList ncols)

endRow

public void endRow()

getRows

public java.util.ArrayList getRows()

buildTable

public PdfPTable buildTable()


iText 2.1.7