Package | Description |
---|---|
com.itextpdf.tool.xml.html.pdfelement |
Element s created for specific use when processing HTML. |
com.itextpdf.tool.xml.html.table |
TagProcessor implementations for
table tags. |
Modifier and Type | Method | Description |
---|---|---|
TableStyleValues |
HtmlCell.getCellValues() |
Gets the
TableStyleValues of the HtmlCell. |
Modifier and Type | Method | Description |
---|---|---|
void |
HtmlCell.setCellValues(TableStyleValues values) |
Sets the
TableStyleValues of the HtmlCell. |
Modifier and Type | Method | Description |
---|---|---|
TableStyleValues |
TableBorderEvent.getTableStyleValues() |
Returns the used TableStyleValues
|
static TableStyleValues |
Table.setBorderAttributeForCell(Tag tag) |
|
static TableStyleValues |
Table.setStyleValues(Tag tag) |
Set the table style values in a
TableStyleValues object based on
attributes and css of the given tag. |
Constructor | Description |
---|---|
CellSpacingEvent(TableStyleValues styleValues) |
Construct a new CellSpacingEvent with the given TableStyleValues
|
TableBorderEvent(TableStyleValues styleValues) |
Construct a new TableBorderEvent with the given TableStyleValues.
|
Copyright © 1998–2018. All rights reserved.