| Package | Description |
|---|---|
| com.helger.pdflayout.element.table |
| Modifier and Type | Method and Description |
|---|---|
PLHBoxSplittable |
PLTable.addTableRow(AbstractPLElement<?>... aElements)
Add a new table row.
|
PLHBoxSplittable |
PLTable.addTableRow(Collection<? extends AbstractPLElement<?>> aElements)
Add a new table row.
|
PLHBoxSplittable |
PLTable.addTableRowExt(Iterable<? extends PLTableCell> aCells)
Add a new table row.
|
PLHBoxSplittable |
PLTable.addTableRowExt(PLTableCell... aCells) |
Copyright © 2014–2016 Philip Helger. All rights reserved.