public class ResultTable extends ResultElement
bbox, page| Constructor and Description |
|---|
ResultTable() |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,com.duallab.pdf2data.structure.geom.Rectangle> |
getBboxes() |
ResultCell |
getCell(int row, int column)
Returns a cell with specified row and column indexes.
|
int |
getNumberOfColumns()
Returns a number of table columns.
|
int |
getNumberOfRows()
Returns a number of table rows.
|
String |
toString() |
getBbox, getPage, setBbox, setPagepublic int getNumberOfRows()
public int getNumberOfColumns()
public ResultCell getCell(int row, int column)
row - index of row (from 1 to ...)
column - index of column (from 1 to ...)
Copyright © 2021. All rights reserved.