Package com.itextpdf.layout.element
Class Table.RowRange
- java.lang.Object
-
- com.itextpdf.layout.element.Table.RowRange
-
- Enclosing class:
- Table
public static class Table.RowRange extends java.lang.ObjectA simple object which holds the row numbers of a section of a table.
-
-
Constructor Summary
Constructors Constructor Description RowRange(int startRow, int finishRow)Creates aTable.RowRange
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetFinishRow()Gets the finishing row number of the table sectionintgetStartRow()Gets the starting row number of the table section
-
-
-
Constructor Detail
-
RowRange
public RowRange(int startRow, int finishRow)Creates aTable.RowRange- Parameters:
startRow- the start number of the row group, inclusivefinishRow- the finish number of the row group, inclusive
-
-