Uses of Class
com.itextpdf.tool.xml.html.table.TableStyleValues
Packages that use TableStyleValues
Package
Description
Contains classes that can apply css rules on certain
Element
s.Element
s created for specific use when processing HTML.TagProcessor implementations for
table
tags.-
Uses of TableStyleValues in com.itextpdf.tool.xml.css.apply
Methods in com.itextpdf.tool.xml.css.apply with parameters of type TableStyleValuesModifier and TypeMethodDescriptionprivate void
HtmlCellCssApplier.setBottomOfBorder
(HtmlCell cell, String key, String value, TableStyleValues values) private void
HtmlCellCssApplier.setLeftOfBorder
(HtmlCell cell, String key, String value, TableStyleValues values) private void
HtmlCellCssApplier.setRightOfBorder
(HtmlCell cell, String key, String value, TableStyleValues values) private void
HtmlCellCssApplier.setTopOfBorder
(HtmlCell cell, String key, String value, TableStyleValues values) -
Uses of TableStyleValues in com.itextpdf.tool.xml.html.pdfelement
Fields in com.itextpdf.tool.xml.html.pdfelement declared as TableStyleValuesMethods in com.itextpdf.tool.xml.html.pdfelement that return TableStyleValuesModifier and TypeMethodDescriptionHtmlCell.getCellValues()
Gets theTableStyleValues
of the HtmlCell.Methods in com.itextpdf.tool.xml.html.pdfelement with parameters of type TableStyleValuesModifier and TypeMethodDescriptionvoid
HtmlCell.setCellValues
(TableStyleValues values) Sets theTableStyleValues
of the HtmlCell. -
Uses of TableStyleValues in com.itextpdf.tool.xml.html.table
Fields in com.itextpdf.tool.xml.html.table declared as TableStyleValuesModifier and TypeFieldDescriptionprivate final TableStyleValues
CellSpacingEvent.styleValues
private final TableStyleValues
TableBorderEvent.styleValues
Methods in com.itextpdf.tool.xml.html.table that return TableStyleValuesModifier and TypeMethodDescriptionTableBorderEvent.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.Methods in com.itextpdf.tool.xml.html.table with parameters of type TableStyleValuesModifier and TypeMethodDescriptionprivate void
Table.setVerticalMargin
(PdfPTable table, Tag t, TableStyleValues values, WorkerContext ctx) Sets the top and bottom margin of the given table.Constructors in com.itextpdf.tool.xml.html.table with parameters of type TableStyleValuesModifierConstructorDescriptionCellSpacingEvent
(TableStyleValues styleValues) Construct a new CellSpacingEvent with the given TableStyleValuesTableBorderEvent
(TableStyleValues styleValues) Construct a new TableBorderEvent with the given TableStyleValues.