Uses of Class
com.itextpdf.tool.xml.html.table.TableRowElement
-
Packages that use TableRowElement Package Description com.itextpdf.tool.xml.html.table TagProcessor implementations fortable
tags. -
-
Uses of TableRowElement in com.itextpdf.tool.xml.html.table
Methods in com.itextpdf.tool.xml.html.table with parameters of type TableRowElement Modifier and Type Method Description int
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 TableRowElement Modifier and Type Method Description private void
Table. widenLastCell(java.util.List<TableRowElement> tableRows, float horBorderSpacing)
Adds horizontal border spacing to the right padding of the last cell of each row.
-