Package | Description |
---|---|
com.itextpdf.tool.xml.html.table |
TagProcessor implementations for
table tags. |
Modifier and Type | Method and Description |
---|---|
TableRowElement.Place |
TableRowElement.getPlace() |
static TableRowElement.Place |
TableRowElement.Place.valueOf(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 and Description |
---|
TableRowElement(List<Element> currentContent,
TableRowElement.Place place)
Constructor based on the currentContent and a
TableRowElement.Place . |
Copyright © 2017. All rights reserved.