Class Table.RowRange

java.lang.Object
com.itextpdf.layout.element.Table.RowRange
Enclosing class:
Table

public static class Table.RowRange extends Object
A simple object which holds the row numbers of a section of a table.
  • Constructor Details

    • RowRange

      public RowRange (int startRow, int finishRow)
      Creates a Table.RowRange
      Parameters:
      startRow - the start number of the row group, inclusive
      finishRow - the finish number of the row group, inclusive
  • Method Details

    • getStartRow

      public int getStartRow()
      Gets the starting row number of the table section
      Returns:
      the start number of the row group, inclusive
    • getFinishRow

      public int getFinishRow()
      Gets the finishing row number of the table section
      Returns:
      the finish number of the row group, inclusive