Class FullReference

java.lang.Object
com.independentsoft.office.drawing.extensions.FullReference
All Implemented Interfaces:
IExtensionContent

public class FullReference extends Object implements 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 Details

  • Constructor Details

  • Method Details

    • clone

      public IExtensionContent clone()
      Description copied from interface: IExtensionContent
      Clone.
      Specified by:
      clone in interface IExtensionContent
      Overrides:
      clone in class Object
      Returns:
      the extension content
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getFormula

      public String getFormula()
      Gets the formula (the text of the c15:sqref child).
      Returns:
      the formula
    • setFormula

      public void setFormula(String formula)
      Sets the formula (the text of the c15:sqref child).
      Parameters:
      formula - the new formula