public class TableRowWrapper extends Object implements IWrapElement
tr element.| Constructor and Description |
|---|
TableRowWrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCell(com.itextpdf.layout.element.Cell cell)
Adds a cell to the row.
|
List<com.itextpdf.layout.element.Cell> |
getCells()
Gets the cells of the row.
|
public void addCell(com.itextpdf.layout.element.Cell cell)
cell - the cellpublic List<com.itextpdf.layout.element.Cell> getCells()
Copyright © 1998–2020 iText Group NV. All rights reserved.