public class IncTable extends Object
Constructor and Description |
---|
IncTable(HashMap props)
Deprecated.
|
IncTable(Map<String,String> props) |
Modifier and Type | Method and Description |
---|---|
void |
addCol(PdfPCell cell) |
void |
addCols(ArrayList ncols)
Deprecated.
|
void |
addCols(List<PdfPCell> ncols) |
PdfPTable |
buildTable() |
void |
endRow() |
ArrayList |
getRows()
Deprecated.
use
getTableRows() |
List<List<PdfPCell>> |
getTableRows() |
@Deprecated public IncTable(HashMap props)
public void addCol(PdfPCell cell)
@Deprecated public void addCols(ArrayList ncols)
public void endRow()
@Deprecated public ArrayList getRows()
getTableRows()
public PdfPTable buildTable()
Copyright © 2020. All rights reserved.