| Package | Description |
|---|---|
| com.itextpdf.tool.xml.html.table |
TagProcessor implementations for
table tags. |
| Modifier and Type | Method | Description |
|---|---|---|
TableRowElement.Place |
TableRowElement.getPlace() |
|
static TableRowElement.Place |
TableRowElement.Place.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static TableRowElement.Place[] |
TableRowElement.Place.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor | Description |
|---|---|
TableRowElement(java.util.List<Element> currentContent,
TableRowElement.Place place) |
Constructor based on the currentContent and a
TableRowElement.Place. |
Copyright © 1998–2018. All rights reserved.