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 TableSectionBoxTableCellBox. _sectionMethods in com.openhtmltopdf.newtable that return TableSectionBox Modifier and Type Method Description TableSectionBoxTableCellBox. getSection()private TableSectionBoxTableRowBox. getSection()protected TableSectionBoxTableBox. sectionAbove(TableSectionBox section, boolean skipEmptySections)protected TableSectionBoxTableBox. 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 TableSectionBoxTableBox. sectionAbove(TableSectionBox section, boolean skipEmptySections)protected TableSectionBoxTableBox. sectionBelow(TableSectionBox section, boolean skipEmptySections)
-