Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.Pdf.New 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)
Returns cell.
|
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.set_Item(int index,
Cell value) |
Modifier and Type | Method and Description |
---|---|
Cell |
TableCellElement.getCell() |
Copyright © 2020 Aspose. All Rights Reserved.