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 TypeMethodDescriptionintTable.NormalRowComparator.compare(TableRowElement o1, TableRowElement o2) intTable.RepeatedRowComparator.compare(TableRowElement o1, TableRowElement o2) Method parameters in com.itextpdf.tool.xml.html.table with type arguments of type TableRowElementModifier and TypeMethodDescriptionprivate voidTable.widenLastCell(List<TableRowElement> tableRows, float horBorderSpacing) Adds horizontal border spacing to the right padding of the last cell of each row.