Uses of Class
com.itextpdf.layout.element.Table.RowRange
Packages that use Table.RowRange
-
Uses of Table.RowRange in com.itextpdf.layout.element
Methods in com.itextpdf.layout.element that return types with arguments of type Table.RowRangeModifier and TypeMethodDescriptionprotected List<Table.RowRange>
Table.getRowGroups()
Returns the list of all row groups. -
Uses of Table.RowRange in com.itextpdf.layout.renderer
Fields in com.itextpdf.layout.renderer declared as Table.RowRangeMethods in com.itextpdf.layout.renderer with parameters of type Table.RowRangeModifier and TypeMethodDescriptionprotected TableRenderer
TableRenderer.createOverflowRenderer
(Table.RowRange rowRange) protected TableRenderer
TableRenderer.createSplitRenderer
(Table.RowRange rowRange) Constructors in com.itextpdf.layout.renderer with parameters of type Table.RowRangeModifierConstructorDescriptionTableRenderer
(Table modelElement, Table.RowRange rowRange) Creates a TableRenderer from aTable
which will partially render the table.