Uses of Class
com.itextpdf.tool.xml.html.table.TableStyleValues
-
Packages that use TableStyleValues 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 fortable
tags. -
-
Uses of TableStyleValues in com.itextpdf.tool.xml.html.pdfelement
Methods in com.itextpdf.tool.xml.html.pdfelement that return TableStyleValues Modifier and Type Method Description TableStyleValues
HtmlCell. getCellValues()
Gets theTableStyleValues
of the HtmlCell.Methods in com.itextpdf.tool.xml.html.pdfelement with parameters of type TableStyleValues Modifier and Type Method Description void
HtmlCell. setCellValues(TableStyleValues values)
Sets theTableStyleValues
of the HtmlCell. -
Uses of TableStyleValues in com.itextpdf.tool.xml.html.table
Methods in com.itextpdf.tool.xml.html.table that return TableStyleValues Modifier and Type Method Description TableStyleValues
TableBorderEvent. getTableStyleValues()
Returns the used TableStyleValuesstatic TableStyleValues
Table. setBorderAttributeForCell(Tag tag)
static TableStyleValues
Table. setStyleValues(Tag tag)
Set the table style values in aTableStyleValues
object based on attributes and css of the given tag.Constructors in com.itextpdf.tool.xml.html.table with parameters of type TableStyleValues Constructor Description CellSpacingEvent(TableStyleValues styleValues)
Construct a new CellSpacingEvent with the given TableStyleValuesTableBorderEvent(TableStyleValues styleValues)
Construct a new TableBorderEvent with the given TableStyleValues.
-