Class CustomDoubleProperty

java.lang.Object
com.independentsoft.office.CustomProperty
com.independentsoft.office.CustomDoubleProperty

public class CustomDoubleProperty extends CustomProperty
The Class CustomDoubleProperty.
  • Constructor Details

    • CustomDoubleProperty

      public CustomDoubleProperty()
      Instantiates a new custom double property.
    • CustomDoubleProperty

      public CustomDoubleProperty(String name, double value)
      Instantiates a new custom double property.
      Parameters:
      name - the name
      value - the value
  • Method Details

    • clone

      public CustomDoubleProperty clone()
      Specified by:
      clone in class CustomProperty
    • toString

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

      public double getValue()
      Gets the value.
      Returns:
      the value
    • setValue

      public void setValue(double value)
      Sets the value.
      Parameters:
      value - the new value