Class FullReference
java.lang.Object
com.independentsoft.office.drawing.extensions.FullReference
- All Implemented Interfaces:
IExtensionContent
Represents the full-reference chart extension (
c15:fullRef) that carries
the full (unfiltered) range formula of a chart data reference in a
c15:sqref child (uri {02D57815-91ED-43cb-92C2-25804820EDAC}).-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new full reference.FullReference(InternalXMLStreamReader reader)Instantiates a new full reference. -
Method Summary
Modifier and TypeMethodDescriptionclone()Clone.Gets the formula (the text of thec15:sqrefchild).voidsetFormula(String formula)Sets the formula (the text of thec15:sqrefchild).toString()
-
Field Details
-
NAMESPACE
- See Also:
- Constant Field Values
-
-
Constructor Details
-
FullReference
public FullReference()Instantiates a new full reference. -
FullReference
Instantiates a new full reference.- Parameters:
reader- the reader- Throws:
XMLStreamException- the XML stream exception
-
-
Method Details
-
clone
Description copied from interface:IExtensionContentClone.- Specified by:
clonein interfaceIExtensionContent- Overrides:
clonein classObject- Returns:
- the extension content
-
toString
-
getFormula
Gets the formula (the text of thec15:sqrefchild).- Returns:
- the formula
-
setFormula
Sets the formula (the text of thec15:sqrefchild).- Parameters:
formula- the new formula
-