| Package | Description |
|---|---|
| com.groupdocs.parser |
The package provides classes for parsing data from documents.
|
| com.groupdocs.parser.export |
The package provides classes that allow users to export data to different formats.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<PageTableArea> |
Parser.getTables()
Extracts tables from the document, detecting them automatically.
|
Iterable<PageTableArea> |
Parser.getTables(int pageIndex)
Extracts tables from the document page, detecting them automatically.
|
Iterable<PageTableArea> |
Parser.getTables(int pageIndex,
PageTableAreaOptions options)
Extracts tables from the document page.
|
Iterable<PageTableArea> |
Parser.getTables(PageTableAreaOptions options)
Extracts tables from the document.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
JsonExporter.PageTableAreaSerializer.serialize(PageTableArea pageTableArea,
Type typeOfSrc,
com.google.gson.JsonSerializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ExporterBase.exportTables(Iterable<PageTableArea> tables,
OutputStream outputStream)
Exports the collection of tables to the stream.
|
void |
JsonExporter.exportTables(Iterable<PageTableArea> tables,
OutputStream outputStream)
Exports the collection of tables to the stream.
|
void |
XmlExporter.exportTables(Iterable<PageTableArea> tables,
OutputStream outputStream)
Exports the collection of tables to the stream.
|
void |
ExporterBase.exportTables(Iterable<PageTableArea> tables,
String fileName)
Exports the collection of tables to the file.
|
Copyright © 2026. All rights reserved.