asposecells.api

Class CustomProperty

Represents identifier information.

Constructor Summary
 
Property Getters/Setters Summary
methodgetName()
method
setName(value)
           Returns or sets the name of the object.
methodgetStringValue()
method
           Returns or sets the value of the custom property.
methodgetValue()
method
setValue(value)
           Returns or sets the value of the custom property.
 

    • Constructor Detail

      • CustomProperty

        CustomProperty()
    • Property Getters/Setters Detail

      • getName/setName : String 

        String getName() / setName(value)
        
        Returns or sets the name of the object.
      • getStringValue/setStringValue : String 

        String getStringValue() / setStringValue(value)
        
        Returns or sets the value of the custom property. NOTE: This member is now obsolete. Instead, please use CustomProperty.Value property. This property will be removed 12 months later since June 2010. Aspose apologizes for any inconvenience you may have experienced.
      • getValue/setValue : String 

        String getValue() / setValue(value)
        
        Returns or sets the value of the custom property.