Package com.independentsoft.office
Class CustomDoubleProperty
java.lang.Object
com.independentsoft.office.CustomProperty
com.independentsoft.office.CustomDoubleProperty
The Class CustomDoubleProperty.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new custom double property.CustomDoubleProperty(String name, double value)Instantiates a new custom double property. -
Method Summary
Methods inherited from class com.independentsoft.office.CustomProperty
getName, setName
-
Constructor Details
-
CustomDoubleProperty
public CustomDoubleProperty()Instantiates a new custom double property. -
CustomDoubleProperty
Instantiates a new custom double property.- Parameters:
name- the namevalue- the value
-
-
Method Details
-
clone
- Specified by:
clonein classCustomProperty
-
toString
-
getValue
public double getValue()Gets the value.- Returns:
- the value
-
setValue
public void setValue(double value)Sets the value.- Parameters:
value- the new value
-