Class NumberReference
java.lang.Object
com.independentsoft.office.charts.NumberReference
The Class NumberReference.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the extension list (c:extLst).Gets the formula.Gets the number cache.voidsetExtensionList(ExtensionList extensionList)Sets the extension list (c:extLst).voidsetFormula(String formula)Sets the formula.voidsetNumberCache(NumberCache numberCache)Sets the number cache.toString()
-
Constructor Details
-
NumberReference
public NumberReference()Instantiates a new number 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
-
getNumberCache
Gets the number cache.- Returns:
- the number cache
-
setNumberCache
Sets the number cache.- Parameters:
numberCache- the new number cache
-