Class CustomProperty

java.lang.Object
com.independentsoft.office.CustomProperty
Direct Known Subclasses:
CustomBooleanProperty, CustomDateProperty, CustomDoubleProperty, CustomIntegerProperty, CustomStringProperty

public abstract class CustomProperty extends Object
The Class CustomProperty.
  • Constructor Details

    • CustomProperty

      public CustomProperty()
  • Method Details

    • clone

      public abstract CustomProperty clone()
      Overrides:
      clone in class Object
    • getName

      public String getName()
      Gets the name.
      Returns:
      the name
    • setName

      public void setName(String name)
      Sets the name.
      Parameters:
      name - the new name