Class MultiLevelStringReference
java.lang.Object
com.independentsoft.office.charts.MultiLevelStringReference
The Class MultiLevelStringReference.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new multi level string reference. -
Method Summary
Modifier and TypeMethodDescriptionclone()getCache()Gets the cache.Gets the extension list (c:extLst).Gets the formula.voidsetCache(MultiLevelStringCache cache)Sets the cache.voidsetExtensionList(ExtensionList extensionList)Sets the extension list (c:extLst).voidsetFormula(String formula)Sets the formula.toString()
-
Constructor Details
-
MultiLevelStringReference
public MultiLevelStringReference()Instantiates a new multi level 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
-
getCache
Gets the cache.- Returns:
- the cache
-
setCache
Sets the cache.- Parameters:
cache- the new cache
-