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