| Package | Description |
|---|---|
| com.groupdocs.parser.data |
The package provides classes which represent parsing results.
|
| com.groupdocs.parser.export |
The package provides classes that allow users to export data to different formats.
|
| Modifier and Type | Method and Description |
|---|---|
PageTableAreaCell |
PageTableArea.getCell(int rowIndex,
int columnIndex)
Gets the table cell by row and column indexes.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<PageTableAreaCell> |
PageTableArea.getCells()
Gets the collection of cells.
|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
JsonExporter.PageTableAreaCellSerializer.serialize(PageTableAreaCell cell,
Type typeOfSrc,
com.google.gson.JsonSerializationContext context) |
Copyright © 2026. All rights reserved.