| 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 | Class and Description |
|---|---|
class |
TableElementCollection<T1 extends ITableElement>
Represents a collection of elements absorbed from existing table
T: Instance of type implementing ITableElement
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbsorbedCell
Represents cell of table that exist on the page
|
class |
AbsorbedColumn
Represents column of table that exist on the page
|
class |
AbsorbedRow
Represents row of table that exist on the page
|
class |
AbsorbedTable
Represents table that exist on the page
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableElementCollection.addItem(ITableElement element)
Adds the text fragment element at the specified index.
|
void |
TableElementCollection.copyToTArray(T1[] array,
int index)
Copies the entire collection to a compatible one-dimensional Array, starting at the specified
index of the target array
|
Copyright © 2023 Aspose. All Rights Reserved.