|
||||||||
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 | |
---|---|
int |
getDataSourceType()
Specifies whether AsCell, AsCells, AsLiteralString or AsLiteralDouble property is actual in descendants. |
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object. |
void |
setDataSourceType(int value)
Specifies whether AsCell, AsCells, AsLiteralString or AsLiteralDouble property is actual in descendants. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.aspose.slides.IBaseChartValue |
---|
getData, setData |
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.
Read/write DataSourceType
.
getDataSourceType
in interface IBaseChartValue
public void setDataSourceType(int value)
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.
Read/write DataSourceType
.
setDataSourceType
in interface IBaseChartValue
public com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |