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