Package | Description |
---|---|
com.aspose.pdf |
The com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like
Document or indirectly through several
subpackages. |
Modifier and Type | Method and Description |
---|---|
static com.aspose.ms.System.Collections.Generic.List<AbsorbedTable> |
FlowConverter.convertPDFToTableAbsorber(Page page,
IDocument document) |
List<AbsorbedTable> |
TableAbsorber.getTableList()
Returns readonly IList containing tables that were found
|
Modifier and Type | Method and Description |
---|---|
void |
TableAbsorber.remove(AbsorbedTable table)
Removes an
AbsorbedTable from the page. |
void |
TableAbsorber.replace(Page page,
AbsorbedTable oldTable,
Table newTable)
Replaces an
AbsorbedTable with Table on the page. |
Copyright © 2023 Aspose. All Rights Reserved.