Uses of Class
aspose.pdf.Cells

Uses of Cells in aspose.pdf
 

Fields in aspose.pdf declared as Cells
 Cells Table.VerticalTextCells
          A Cells object that the table contains vertical text cells.
 

Methods in aspose.pdf that return Cells
 Cells Row.getCells()
          Gets a Cells collection that indicates all cells in the row.
 Cells Row.getRowSpanRefCells()
          get Row span Cells
 Cells Table.getVerticalTextCells()
          Gets a Cells object that the table contains vertical text cells.
 Cells Row.getVirtualCells()
          get virtual cell
 

Methods in aspose.pdf with parameters of type Cells
 void Cells.moveAt(Cell cellToMoveAt, Cells newCells)
           
 void Row.setCells(Cells cellsInRow)
          Sets a Cells collection that indicates all cells in the row.
 void Row.setRowSpanRefCells(Cells RowSpanRefCells)
          set RowSpan reference Cells
 void Table.setVerticalTextCells(Cells VerticalTextCells)
          Sets a Cells object that the table contains vertical text cells.
 void Row.setVirtualCells(Cells VirtualCells)
          set virtual cell