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. |
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) |
Copyright © 2018 Aspose. All Rights Reserved.