Class CustomBooleanProperty

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

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

    • CustomBooleanProperty

      public CustomBooleanProperty()
      Instantiates a new custom boolean property.
    • CustomBooleanProperty

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

    • clone

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

      public String toString()
      Overrides:
      toString in class Object
    • 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