public class CustomProperty
extends java.lang.Object
| Constructor and Description |
|---|
CustomProperty() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns or sets the name of the object.
|
java.lang.String |
getStringValue()
Deprecated.
Use CustomProperty.Value property instead.
|
java.lang.String |
getValue()
Returns or sets the value of the custom property.
|
void |
setName(java.lang.String value)
Returns or sets the name of the object.
|
void |
setStringValue(java.lang.String value)
Deprecated.
Use CustomProperty.Value property instead.
|
void |
setValue(java.lang.String value)
Returns or sets the value of the custom property.
|
public java.lang.String getName()
public void setName(java.lang.String value)
public java.lang.String getStringValue()
Remarks
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.public void setStringValue(java.lang.String value)
Remarks
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.public java.lang.String getValue()
public void setValue(java.lang.String value)
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.