Uses of Class
aspose.pdf.Cell

Uses of Cell in aspose.pdf
 

Methods in aspose.pdf that return Cell
 Cell Cells.add()
          Initializes a new instance of the Cell class and add it to the Cells collection.
 Cell Cells.add(java.lang.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(java.lang.String cellString, TextInfo textInfo)
          Initializes a new instance of the Cell class and add it to the Cells collection.
 Cell Cells.getCell(int index)
          Gets a Cell object from the collection according to cell index.
 Cell Table.getCell(int row, int column, boolean isTableChanged)
          Gets a cell according to it's row and column index.
 Cell Cells.getCell(java.lang.String cellID)
          Gets a Cell object from the collection according to cell ID.
 Cell Paragraph.getParentCell()
          get Cell object that indicates the parent cell of the paragraph.
 

Methods in aspose.pdf with parameters of type Cell
 void Cells.add(Cell cell)
          Adds a new Cell object into the collection.
 void Cells.addCell(Cell cell)
          Adds a new Cell object into the collection.
 void Cells.appendToCells(Cell cell)
          append table's cell to cell 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.moveAt(Cell cellToMoveAt, Cells newCells)
           
 void Cells.remove(Cell cellToRemove)
          Removes a Cell object from the collection.
 void JavaScripts.Remove(Cell jsToRemove)
          Removes a JavaScript object from the collection.
 void Cells.setCell(int index, Cell value)
          Sets a Cell object from the collection according to cell index.
 void Cells.setCell(java.lang.String cellID, Cell value)
          Sets a Cell object from the collection according to cell ID.
 void Paragraph.setParentCell(Cell parCell)
          set a boolean value that indicates the parent cell of the paragraph.
 

Constructors in aspose.pdf with parameters of type Cell
Table(Cell cell)
          Initializes a new instance of the Table class in the Cell.