Class Table

All Implemented Interfaces:
Shape, Serializable, Cloneable
Direct Known Subclasses:
TableWithRulingLines

public class Table extends Rectangle
See Also:
  • Constructor Details

  • Method Details

    • empty

      public static final Table empty()
    • getRowCount

      public int getRowCount()
    • getColCount

      public int getColCount()
    • getPageNumber

      public int getPageNumber()
    • setPageNumber

      public void setPageNumber(int pageNumber)
    • getExtractionMethod

      public String getExtractionMethod()
    • add

      public void add(RectangularTextContainer chunk, int row, int col)
    • getRows

      public List<List<RectangularTextContainer>> getRows()
    • getCell

      public RectangularTextContainer getCell(int i, int j)