|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.BaseChartValue
public abstract class BaseChartValue
Method Summary | |
---|---|
abstract java.lang.Object |
getData()
|
int |
getDataSourceType()
Specifies whether AsCell, AsCells, AsLiteralString or AsLiteralDouble property is actual in descendants. |
abstract void |
setData(java.lang.Object value)
|
void |
setDataSourceType(int value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getDataSourceType()
Specifies whether AsCell, AsCells, AsLiteralString or AsLiteralDouble property is actual in descendants. In other words it specifies the type of value of the Data property.
getDataSourceType
in interface IBaseChartValue
public void setDataSourceType(int value)
setDataSourceType
in interface IBaseChartValue
public abstract java.lang.Object getData()
getData
in interface IBaseChartValue
public abstract void setData(java.lang.Object value)
setData
in interface IBaseChartValue
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |