All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aspose.cells.CustomProperty.html Maven / Gradle / Ivy






CustomProperty




com.aspose.cells
Class CustomProperty

java.lang.Object
    extended by com.aspose.cells.CustomProperty

public class CustomProperty 
extends java.lang.Object

Represents identifier information.


Constructor Summary
CustomProperty()
          
 
Property Getters/Setters Summary
java.lang.StringgetName()
voidsetName(java.lang.String)
           Returns or sets the name of the object.
java.lang.StringgetStringValue()
voidsetStringValue(java.lang.String)
           Returns or sets the value of the custom property.
java.lang.StringgetValue()
voidsetValue(java.lang.String)
           Returns or sets the value of the custom property.
 

Constructor Detail

CustomProperty

public CustomProperty()

Property Getters/Setters Detail

getName/setName

public java.lang.String getName() / public void setName(java.lang.String value)
Returns or sets the name of the object.

setName

public void setName(java.lang.String value)
Returns or sets the name of the object.

getStringValue/setStringValue

public java.lang.String getStringValue() / public void setStringValue(java.lang.String 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.

setStringValue

public void setStringValue(java.lang.String 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

public java.lang.String getValue() / public void setValue(java.lang.String value)
Returns or sets the value of the custom property.

setValue

public void setValue(java.lang.String value)
Returns or sets the value of the custom property.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy