com.aspose.slides
Class ChartDataCellFactory

java.lang.Object
  extended by com.aspose.slides.ChartDataCellFactory
Direct Known Subclasses:
ChartDataWorkbook

Deprecated.

@Deprecated
public class ChartDataCellFactory
extends java.lang.Object

Provides access to embedded Excel workbook


Method Summary
 void clear(int sheetIndex)
          Deprecated.  Clear all cells values on sheet
 ChartDataCell getCell(int worksheetIndex, int row, int column)
          Deprecated.  Gets the cell that can be used for chart series or categories
 ChartDataCell getCell(int worksheetIndex, int row, int column, java.lang.Object value)
          Deprecated.  Gets the cell that can be used for chart series or categories
 ChartDataCell getCell(int worksheetIndex, java.lang.String cellName)
          Deprecated.  Gets the cell that can be used for chart series or categories
 ChartDataCell getCell(int worksheetIndex, java.lang.String cellName, java.lang.Object value)
          Deprecated.  Gets the cell that can be used for chart series or categories
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCell

public ChartDataCell getCell(int worksheetIndex,
                             int row,
                             int column)
Deprecated. 

Gets the cell that can be used for chart series or categories

Parameters:
worksheetIndex - Index of the worksheet.
row - The row.
column - The column.
Returns:
Cell object

getCell

public ChartDataCell getCell(int worksheetIndex,
                             java.lang.String cellName)
Deprecated. 

Gets the cell that can be used for chart series or categories

Parameters:
worksheetIndex - Index of the worksheet.
cellName - Name of the cell.
Returns:
Cell object

getCell

public ChartDataCell getCell(int worksheetIndex,
                             java.lang.String cellName,
                             java.lang.Object value)
Deprecated. 

Gets the cell that can be used for chart series or categories

Parameters:
worksheetIndex - Index of the worksheet.
cellName - Name of the cell.
value - The value.
Returns:
Cell object

getCell

public ChartDataCell getCell(int worksheetIndex,
                             int row,
                             int column,
                             java.lang.Object value)
Deprecated. 

Gets the cell that can be used for chart series or categories

Parameters:
worksheetIndex - Index of the worksheet.
row - The row.
column - The column.
value - The value.
Returns:
Cell object

clear

public void clear(int sheetIndex)
Deprecated. 

Clear all cells values on sheet

Parameters:
sheetIndex - Index of sheet