Class CustomIntegerProperty

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

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

    • CustomIntegerProperty

      public CustomIntegerProperty()
      Instantiates a new custom integer property.
    • CustomIntegerProperty

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

    • clone

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

      public String toString()
      Overrides:
      toString in class Object
    • getValue

      public int getValue()
      Gets the value.
      Returns:
      the value
    • setValue

      public void setValue(int value)
      Sets the value.
      Parameters:
      value - the new value