Class DocumentTable


  • public final class DocumentTable
    extends Object
    A table object consisting table cells arranged in a rectangular layout.
    • Constructor Detail

      • DocumentTable

        public DocumentTable()
    • Method Detail

      • getRowCount

        public int getRowCount()
        Get the rowCount property: Number of rows in the table.
        Returns:
        the rowCount value.
      • getColumnCount

        public int getColumnCount()
        Get the columnCount property: Number of columns in the table.
        Returns:
        the columnCount value.
      • getCells

        public List<DocumentTableCell> getCells()
        Get the cells property: Cells contained within the table.
        Returns:
        the cells value.
      • getBoundingRegions

        public List<BoundingRegion> getBoundingRegions()
        Get the boundingRegions property: Bounding regions covering the table.
        Returns:
        the boundingRegions value.
      • getSpans

        public List<DocumentSpan> getSpans()
        Get the spans property: Location of the table in the reading order concatenated content.
        Returns:
        the spans value.