Package | Description |
---|---|
com.aspose.pdf.generator.legacyxmlmodel |
Modifier and Type | Method and Description |
---|---|
Cell |
Cells.add()
Initializes a new instance of the
Cell class and add it to the Cells collection. |
Cell |
Cells.add(String cellString)
Initializes a new instance of the
Cell class,adds a string to the new cell object
and then add the Cell object to the Cells collection. |
Cell |
Cells.add(String cellString,
TextInfo textInfo)
Initializes a new instance of the
Cell class and add it to the Cells collection. |
Cell |
Cells.get_Item(int index)
Gets or sets a
Cell object from the collection according to cell index. |
Cell |
Cells.get_Item(String cellID)
Gets or sets a
Cell object from the collection according to cell ID. |
Modifier and Type | Method and Description |
---|---|
void |
Cells.add(Cell cell)
Adds a new
Cell object into the collection. |
void |
Cells.copyTo(Cell[] cellArray,
int index)
Copies the elements to a cells array, starting at a specified array index.
|
int |
Cells.indexOf(Cell cell)
Gets the index of a specified cell in the collection.
|
void |
Cells.insert(Cell cellToInsertAfter,
Cell newCell)
Inserts a new
Cell object into the collection after specified Cell object. |
void |
Cells.insert(int index,
Cell cell)
Inserts a new
Cell object into the collection at specified position. |
void |
Cells.remove(Cell cellToRemove)
Removes a
Cell object from the collection. |
void |
Cells.set_Item(int index,
Cell value) |
void |
Cells.set_Item(String cellID,
Cell value) |
Constructor and Description |
---|
Table(Cell cell)
Initializes a new instance of the
Table class in the Cell . |
Copyright © 2014 Aspose. All Rights Reserved.