|
||||||||
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()
Null value assigning is not allowed. |
java.lang.String |
getAsLiteralString()
Returns or sets value as literal string. |
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()
Read/write Object . |
void |
setAsCells(IChartCellCollection value)
Null value assigning is not allowed. |
void |
setAsLiteralString(java.lang.String value)
Returns or sets value as literal string. |
void |
setData(java.lang.Object value)
Read/write Object . |
void |
setFromOneCell(IChartDataCell cell)
|
java.lang.String |
toString()
Returns string value data. |
Methods inherited from class com.aspose.slides.BaseChartValue |
---|
getDataSourceType, getParent_Immediate, 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()
Null value assigning is not allowed.
Returning value always is not null.
Read/write IChartCellCollection
.
getAsCells
in interface IMultipleCellChartValue
public void setAsCells(IChartCellCollection value)
Null value assigning is not allowed.
Returning value always is not null.
Read/write IChartCellCollection
.
setAsCells
in interface IMultipleCellChartValue
public java.lang.String getAsLiteralString()
Returns or sets value as literal string.
Read/write String
.
getAsLiteralString
in interface IStringChartValue
public void setAsLiteralString(java.lang.String value)
Returns or sets value as literal string.
Read/write String
.
setAsLiteralString
in interface IStringChartValue
public java.lang.Object getData()
Object
.
getData
in interface IBaseChartValue
public void setData(java.lang.Object value)
Object
.
setData
in interface IBaseChartValue
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 |