Class TableRowWrapper
java.lang.Object
com.itextpdf.html2pdf.attach.wrapelement.TableRowWrapper
- All Implemented Interfaces:
-
IWrapElement
Wrapper for the
tr
element.
-
Constructor Summary
-
Method Summary
-
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
Gets the cells of the row.- Returns:
- the cells
-