Uses of Class
com.openhtmltopdf.newtable.TableSectionBox
-
Packages that use TableSectionBox Package Description com.openhtmltopdf.newtable -
-
Uses of TableSectionBox in com.openhtmltopdf.newtable
Fields in com.openhtmltopdf.newtable declared as TableSectionBox Modifier and Type Field Description private TableSectionBox
TableCellBox. _section
Methods in com.openhtmltopdf.newtable that return TableSectionBox Modifier and Type Method Description TableSectionBox
TableCellBox. getSection()
private TableSectionBox
TableRowBox. getSection()
protected TableSectionBox
TableBox. sectionAbove(TableSectionBox section, boolean skipEmptySections)
protected TableSectionBox
TableBox. sectionBelow(TableSectionBox section, boolean skipEmptySections)
Methods in com.openhtmltopdf.newtable that return types with arguments of type TableSectionBox Modifier and Type Method Description private java.lang.Iterable<TableSectionBox>
TableBox. getTableSections()
Methods in com.openhtmltopdf.newtable with parameters of type TableSectionBox Modifier and Type Method Description protected TableSectionBox
TableBox. sectionAbove(TableSectionBox section, boolean skipEmptySections)
protected TableSectionBox
TableBox. sectionBelow(TableSectionBox section, boolean skipEmptySections)
-