|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.BaseChartValue
com.aspose.slides.StringChartValue
public class StringChartValue
Represent string value which can be stored in pptx presentation document in two ways: 1) in cell/cells of workbook related to chart; 2) as literal value.
Method Summary | |
---|---|
IChartCellCollection |
getAsCells()
|
java.lang.String |
getAsLiteralString()
|
java.lang.String |
getCellsAddressInWorkbook()
If DataSourceType property is DataSourceType.Worksheet then this method returns address of the cells in workbook which represent the string data. |
java.lang.Object |
getData()
|
void |
setAsCells(IChartCellCollection value)
|
void |
setAsLiteralString(java.lang.String value)
|
void |
setData(java.lang.Object value)
|
void |
setFromOneCell(IChartDataCell cell)
|
java.lang.String |
toString()
Returns string value data. |
Methods inherited from class com.aspose.slides.BaseChartValue |
---|
getDataSourceType, setDataSourceType |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.aspose.slides.IBaseChartValue |
---|
getDataSourceType, setDataSourceType |
Method Detail |
---|
public IChartCellCollection getAsCells()
getAsCells
in interface IMultipleCellChartValue
public void setAsCells(IChartCellCollection value)
setAsCells
in interface IMultipleCellChartValue
public java.lang.String getAsLiteralString()
getAsLiteralString
in interface IStringChartValue
public void setAsLiteralString(java.lang.String value)
setAsLiteralString
in interface IStringChartValue
public java.lang.Object getData()
getData
in interface IBaseChartValue
getData
in class BaseChartValue
public void setData(java.lang.Object value)
setData
in interface IBaseChartValue
setData
in class BaseChartValue
public java.lang.String toString()
Returns string value data. Return null if DataSourceType is false and no string value was assigned.
toString
in interface IStringChartValue
toString
in class java.lang.Object
public void setFromOneCell(IChartDataCell cell)
setFromOneCell
in interface IStringChartValue
public java.lang.String getCellsAddressInWorkbook()
If DataSourceType property is DataSourceType.Worksheet then this method returns address of the cells in workbook which represent the string data. Otherwise return empty string.
getCellsAddressInWorkbook
in interface IStringChartValue
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |