|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ChartDataCellFactory
public class ChartDataCellFactory
Provides access to cells
Method Summary | |
---|---|
void |
clear(int sheetIndex)
Clear all cells values on sheet |
ChartDataCell |
getCell(int worksheetIndex,
int row,
int column)
Gets the cell that can be used for chart series or categories |
ChartDataCell |
getCell(int worksheetIndex,
int row,
int column,
java.lang.Object value)
Gets the cell that can be used for chart series or categories |
ChartDataCell |
getCell(int worksheetIndex,
java.lang.String cellName)
Gets the cell that can be used for chart series or categories |
ChartDataCell |
getCell(int worksheetIndex,
java.lang.String cellName,
java.lang.Object value)
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 |
---|
public ChartDataCell getCell(int worksheetIndex, int row, int column)
Gets the cell that can be used for chart series or categories
worksheetIndex
- Index of the worksheet.row
- The row.column
- The column.
public ChartDataCell getCell(int worksheetIndex, java.lang.String cellName)
Gets the cell that can be used for chart series or categories
worksheetIndex
- Index of the worksheet.cellName
- Name of the cell.
public ChartDataCell getCell(int worksheetIndex, java.lang.String cellName, java.lang.Object value)
Gets the cell that can be used for chart series or categories
worksheetIndex
- Index of the worksheet.cellName
- Name of the cell.value
- The value.
public ChartDataCell getCell(int worksheetIndex, int row, int column, java.lang.Object value)
Gets the cell that can be used for chart series or categories
worksheetIndex
- Index of the worksheet.row
- The row.column
- The column.value
- The value.
public void clear(int sheetIndex)
Clear all cells values on sheet
sheetIndex
- Index of sheet
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |