Class TableRowWrapper

java.lang.Object
com.itextpdf.html2pdf.attach.wrapelement.TableRowWrapper
All Implemented Interfaces:
IWrapElement

public class TableRowWrapper extends Object implements IWrapElement
Wrapper for the tr element.
  • Constructor Details

    • TableRowWrapper

      public TableRowWrapper()
  • Method Details

    • addCell

      public void addCell (com.itextpdf.layout.element.Cell cell)
      Adds a cell to the row.
      Parameters:
      cell - the cell
    • getCells

      public List getCells()
      Gets the cells of the row.
      Returns:
      the cells