Class StringReference

java.lang.Object
com.independentsoft.office.charts.StringReference

public class StringReference extends Object
The Class StringReference.
  • Constructor Details

    • StringReference

      public StringReference()
      Instantiates a new string reference.
  • Method Details

    • clone

      public StringReference clone()
      Overrides:
      clone in class Object
    • toString

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

      public String getFormula()
      Gets the formula.
      Returns:
      the formula
    • setFormula

      public void setFormula(String formula)
      Sets the formula.
      Parameters:
      formula - the new formula
    • getStringCache

      public StringCache getStringCache()
      Gets the string cache.
      Returns:
      the string cache
    • setStringCache

      public void setStringCache(StringCache stringCache)
      Sets the string cache.
      Parameters:
      stringCache - the new string cache