com.aspose.slides
Interface IStringChartValue

All Superinterfaces:
IBaseChartValue, IMultipleCellChartValue
All Known Implementing Classes:
StringChartValue

public interface IStringChartValue
extends IMultipleCellChartValue

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

getAsLiteralString

java.lang.String getAsLiteralString()

Returns or sets the literal string if DataSourceType property is DataSourceType.StringLiterals. Read/write String.


setAsLiteralString

void setAsLiteralString(java.lang.String value)

Returns or sets the literal string if DataSourceType property is DataSourceType.StringLiterals. Read/write String.


toString

java.lang.String toString()
Overrides:
toString in class java.lang.Object

setFromOneCell

void setFromOneCell(IChartDataCell cell)

getCellsAddressInWorkbook

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.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.