Class CustomStringProperty

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

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

    • CustomStringProperty

      public CustomStringProperty()
      Instantiates a new custom string property.
    • CustomStringProperty

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