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