@Deprecated public class ResultTable extends ResultElement
bbox, page
Constructor and Description |
---|
ResultTable()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Map<Integer,com.itextpdf.pdf2data.structure.geom.Rectangle> |
getBboxes()
Deprecated.
|
ResultCell |
getCell(int row, int column)
Deprecated.
Returns a cell with specified row and column indexes.
|
int |
getNumberOfColumns()
Deprecated.
Returns a number of table columns.
|
int |
getNumberOfRows()
Deprecated.
Returns a number of table rows.
|
String |
toString()
Deprecated.
|
getBbox, getPage, setBbox, setPage
public 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 ...)
public Map<Integer,com.itextpdf.pdf2data.structure.geom.Rectangle> getBboxes()
Copyright © 2023. All rights reserved.