| Package | Description |
|---|---|
| org.databene.formats.html.model |
| Modifier and Type | Method and Description |
|---|---|
TableRow |
TableRow.addCell(TableCell cell) |
TableRow |
TableHead.newRow() |
TableRow |
TableFoot.newRow() |
TableRow |
TableBody.newRow() |
TableRow |
Table.newRow() |
| Modifier and Type | Method and Description |
|---|---|
TableHead |
TableHead.addRow(TableRow row) |
TableFoot |
TableFoot.addRow(TableRow row) |
TableBody |
TableBody.addRow(TableRow row) |
Table |
Table.addRow(TableRow row) |
Copyright © 2006–2016 Volker Bergmann. All rights reserved.