com.aspose.slides
Interface IStringOrDoubleChartValue

All Superinterfaces:
IBaseChartValue, ISingleCellChartValue
All Known Implementing Classes:
StringOrDoubleChartValue

public interface IStringOrDoubleChartValue
extends ISingleCellChartValue


Method Summary
 double getAsLiteralDouble()
           Returns or sets the literal double if DataSourceType property is DataSourceType.DoubleLiterals.
 java.lang.String getAsLiteralString()
           Returns or sets the literal string if DataSourceType property is DataSourceType.StringLiterals.
 void setAsLiteralDouble(double value)
           Returns or sets the literal double if DataSourceType property is DataSourceType.DoubleLiterals.
 void setAsLiteralString(java.lang.String value)
           Returns or sets the literal string if DataSourceType property is DataSourceType.StringLiterals.
 double toDouble()
           
 
Methods inherited from interface com.aspose.slides.ISingleCellChartValue
getAsCell, setAsCell
 
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.


getAsLiteralDouble

double getAsLiteralDouble()

Returns or sets the literal double if DataSourceType property is DataSourceType.DoubleLiterals. Read/write double.


setAsLiteralDouble

void setAsLiteralDouble(double value)

Returns or sets the literal double if DataSourceType property is DataSourceType.DoubleLiterals. Read/write double.


toDouble

double toDouble()


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