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<T extends ITableElement>
Represents a collection of elements absorbed from existing table
|
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(T[] array,
int index)
Copies the entire collection to a compatible one-dimensional Array, starting at the specified
index of the target array
|
Copyright © 2018 Aspose. All Rights Reserved.