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 |
---|---|
Cell |
Cells.add()
Add cell to collection.
|
Cell |
Cells.add(String text)
Add cell to collection.
|
Cell |
Cells.add(String text,
TextState ts)
Add cell to collection.
|
Cell |
Cells.get_Item(int index)
Gets cell.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Cell> |
Cells.iterator()
Gets collection's enumerator.
|
Modifier and Type | Method and Description |
---|---|
void |
Cells.add(Cell cell)
Add cell to collection.
|
void |
Cells.insert(int index,
Cell cell)
Insert cell to collection.
|
void |
Cells.remove(Cell cell)
Remove cell set from collection.
|
void |
Cells.set_Item(int index,
Cell value)
Sets cells.
|
Modifier and Type | Method and Description |
---|---|
Cell |
TableCellElement.getCell() |