Class StringReference
java.lang.Object
com.independentsoft.office.charts.StringReference
The Class StringReference.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the formula.Gets the string cache.voidsetFormula(String formula)Sets the formula.voidsetStringCache(StringCache stringCache)Sets the string cache.toString()
-
Constructor Details
-
StringReference
public StringReference()Instantiates a new string reference.
-
-
Method Details
-
clone
-
toString
-
getFormula
Gets the formula.- Returns:
- the formula
-
setFormula
Sets the formula.- Parameters:
formula- the new formula
-
getStringCache
Gets the string cache.- Returns:
- the string cache
-
setStringCache
Sets the string cache.- Parameters:
stringCache- the new string cache
-