Class NumberFormat

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

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

    • NumberFormat

      public NumberFormat()
      Instantiates a new number format.
  • Method Details

    • clone

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

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

      public String getFormat()
      Gets the format.
      Returns:
      the format
    • setFormat

      public void setFormat(String format)
      Sets the format.
      Parameters:
      format - the new format
    • isSourceLinked

      public boolean isSourceLinked()
      Checks if is source linked.
      Returns:
      true, if is source linked
    • setSourceLinked

      public void setSourceLinked(boolean isSourceLinked)
      Sets the source linked.
      Parameters:
      isSourceLinked - the new source linked