public class TableWrapper extends Object implements IWrapElement
Constructor and Description |
---|
TableWrapper() |
Modifier and Type | Method and Description |
---|---|
void |
addCell(com.itextpdf.layout.element.Cell cell) |
void |
addFooterCell(com.itextpdf.layout.element.Cell cell) |
void |
addHeaderCell(com.itextpdf.layout.element.Cell cell) |
int |
getRowsSize() |
void |
newFooterRow() |
void |
newHeaderRow() |
void |
newRow() |
com.itextpdf.layout.element.Table |
toTable(WaitingColgroupsHelper colgroupsHelper) |
public int getRowsSize()
public void newRow()
public void newHeaderRow()
public void newFooterRow()
public void addHeaderCell(com.itextpdf.layout.element.Cell cell)
public void addFooterCell(com.itextpdf.layout.element.Cell cell)
public void addCell(com.itextpdf.layout.element.Cell cell)
public com.itextpdf.layout.element.Table toTable(WaitingColgroupsHelper colgroupsHelper)
Copyright © 1998–2019 iText Group NV. All rights reserved.