Save This Page
Home » iText-src-2.1.3 » com.lowagie » text » html » simpleparser » [javadoc | source]
com.lowagie.text.html.simpleparser
public class: IncTable [javadoc | source]
java.lang.Object
   com.lowagie.text.html.simpleparser.IncTable
Constructor:
 public IncTable(HashMap props) 
    Creates a new instance of IncTable
Method from com.lowagie.text.html.simpleparser.IncTable Summary:
addCol,   addCols,   buildTable,   endRow,   getRows
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.lowagie.text.html.simpleparser.IncTable Detail:
 public  void addCol(PdfPCell cell) 
 public  void addCols(ArrayList ncols) 
 public PdfPTable buildTable() 
 public  void endRow() 
 public ArrayList getRows()