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 |
---|---|
int |
AbsorbedTable.compareTo(AbsorbedTable other)
Compares the current AbsorbedTable object with another AbsorbedTable object and returns an integer that indicates whether the current object precedes, follows, or occurs in the same position in the sort order as the other object.
|
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 © 2024 Aspose. All Rights Reserved.