|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStringChartValue
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 | |
---|---|
java.lang.String |
getAsLiteralString()
Returns or sets the literal string if DataSourceType property is DataSourceType.StringLiterals. |
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. |
void |
setAsLiteralString(java.lang.String value)
Returns or sets the literal string if DataSourceType property is DataSourceType.StringLiterals. |
void |
setFromOneCell(IChartDataCell cell)
|
java.lang.String |
toString()
|
Methods inherited from interface com.aspose.slides.IMultipleCellChartValue |
---|
getAsCells, setAsCells |
Methods inherited from interface com.aspose.slides.IBaseChartValue |
---|
getData, getDataSourceType, setData, setDataSourceType |
Method Detail |
---|
java.lang.String getAsLiteralString()
Returns or sets the literal string if DataSourceType property is DataSourceType.StringLiterals.
Read/write String
.
void setAsLiteralString(java.lang.String value)
Returns or sets the literal string if DataSourceType property is DataSourceType.StringLiterals.
Read/write String
.
java.lang.String toString()
toString
in class java.lang.Object
void setFromOneCell(IChartDataCell cell)
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.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |