Class StringReference
java.lang.Object
com.independentsoft.office.charts.StringReference
The Class StringReference.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the extension list (c:extLst).Gets the formula.Gets the string cache.voidsetExtensionList(ExtensionList extensionList)Sets the extension list (c:extLst).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
-
getExtensionList
Gets the extension list (c:extLst).- Returns:
- the extension list
-
setExtensionList
Sets the extension list (c:extLst).- Parameters:
extensionList- the new extension list
-
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
-