Package | Description |
---|---|
com.groupdocs.parser.data |
The package provides classes which represent parsing results.
|
Modifier and Type | Method and Description |
---|---|
PageTableAreaCell |
PageTableArea.getCell(int rowIndex,
int columnIndex)
Gets the table cell by row and column indexes.
|
Constructor and Description |
---|
PageTableArea(Iterable<Double> rows,
Iterable<Double> columns,
Iterable<PageTableAreaCell> cells,
Page page,
Rectangle rectangle)
Initializes a new instance of the
PageTableArea class. |
Copyright © 2020. All rights reserved.