Uses of Class
com.itextpdf.tool.xml.html.table.TableRowElement
Packages that use TableRowElement
-
Uses of TableRowElement in com.itextpdf.tool.xml.html.table
Methods in com.itextpdf.tool.xml.html.table with parameters of type TableRowElementModifier and TypeMethodDescriptionint
Table.NormalRowComparator.compare
(TableRowElement o1, TableRowElement o2) int
Table.RepeatedRowComparator.compare
(TableRowElement o1, TableRowElement o2) Method parameters in com.itextpdf.tool.xml.html.table with type arguments of type TableRowElementModifier and TypeMethodDescriptionprivate void
Table.widenLastCell
(List<TableRowElement> tableRows, float horBorderSpacing) Adds horizontal border spacing to the right padding of the last cell of each row.