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 and Description |
---|---|
TableStyleValues |
HtmlCell.getCellValues()
Gets the TableStyleValues of the HtmlCell.
|
Modifier and Type | Method and Description |
---|---|
void |
HtmlCell.setCellValues(TableStyleValues values)
Sets the TableStyleValues of the HtmlCell.
|
Modifier and Type | Method and 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 and Description |
---|
CellSpacingEvent(TableStyleValues styleValues)
Construct a new CellSpacingEvent with the given TableStyleValues
|
TableBorderEvent(TableStyleValues styleValues)
Construct a new TableBorderEvent with the given TableStyleValues.
|
Copyright © 2016. All rights reserved.