public class IncTable
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList |
cols |
private java.util.HashMap |
props |
private java.util.ArrayList |
rows |
Constructor and Description |
---|
IncTable(java.util.HashMap props)
Creates a new instance of IncTable
|
Modifier and Type | Method and Description |
---|---|
void |
addCol(PdfPCell cell) |
void |
addCols(java.util.ArrayList ncols) |
PdfPTable |
buildTable() |
void |
endRow() |
java.util.ArrayList |
getRows() |