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. |
com.aspose.pdf.tagged.logicalstructure.elements.bls |
The
<b>com.aspose.pdf.tagged.logicalstructure.elements.bls </b> is a namespace for PDF Logical Structure classes. |
Modifier and Type | Method and Description |
---|---|
static int |
InternalHelper.getMcId(Table table) |
void |
TableAbsorber.replace(Page page,
AbsorbedTable oldTable,
Table newTable)
Replaces an
AbsorbedTable with Table on the page. |
static void |
InternalHelper.setMcId(Table table,
int mcid) |
static void |
InternalHelper.setMcName(Table table,
String s) |
Modifier and Type | Method and Description |
---|---|
Table |
TableElement.getTable() |