com.lowagie.text.html.simpleparser
public class IncTable extends Object
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() |