Class IncTable
- java.lang.Object
-
- com.lowagie.text.html.simpleparser.IncTable
-
public class IncTable extends Object
- Author:
- psoares
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidaddCol(PdfPCell cell)voidaddCols(ArrayList ncols)Deprecated.voidaddCols(List<PdfPCell> ncols)PdfPTablebuildTable()voidendRow()ArrayListgetRows()Deprecated.usegetTableRows()List<List<PdfPCell>>getTableRows()
-
-
-
Constructor Detail
-
IncTable
@Deprecated public IncTable(HashMap props)
Deprecated.Creates a new instance of IncTable- Parameters:
props- a HashMap of the properties
-
-
Method Detail
-
addCol
public void addCol(PdfPCell cell)
-
addCols
@Deprecated public void addCols(ArrayList ncols)
Deprecated.
-
endRow
public void endRow()
-
getRows
@Deprecated public ArrayList getRows()
Deprecated.usegetTableRows()- Returns:
- an ArrayList of the Rows
-
buildTable
public PdfPTable buildTable()
-
-