Uses of Class
org.openpdf.newtable.TableSectionBox
Packages that use TableSectionBox
-
Uses of TableSectionBox in org.openpdf.newtable
Fields in org.openpdf.newtable declared as TableSectionBoxMethods in org.openpdf.newtable that return TableSectionBoxModifier and TypeMethodDescriptionprotected @Nullable TableSectionBoxTableCellBox.getSection()private TableSectionBoxTableRowBox.getSection()protected @Nullable TableSectionBoxTableBox.sectionAbove(TableSectionBox section, boolean skipEmptySections) protected @Nullable TableSectionBoxTableBox.sectionBelow(TableSectionBox section, boolean skipEmptySections) Methods in org.openpdf.newtable with parameters of type TableSectionBoxModifier and TypeMethodDescriptionprivate @Nullable TableCellBoxTableBox.getTableCellBox(TableCellBox cell, @Nullable TableSectionBox section, int rBelow) protected @Nullable TableSectionBoxTableBox.sectionAbove(TableSectionBox section, boolean skipEmptySections) protected @Nullable TableSectionBoxTableBox.sectionBelow(TableSectionBox section, boolean skipEmptySections)