java.lang.Object
com.lowagie.text.html.simpleparser.IncTable

public class IncTable extends Object
Author:
psoares
  • Constructor Details

  • Method Details

    • addCol

      public void addCol(PdfPCell cell)
    • addCols

      public void addCols(List<PdfPCell> ncols)
    • endRow

      public void endRow()
    • getTableRows

      public List<List<PdfPCell>> getTableRows()
    • buildTable

      public PdfPTable buildTable()