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