CustomProperty

Inheritance: java.lang.Object

public class CustomProperty

Represents a custom property which store name and value pairs of arbitrary user-defined data for worksheet.

Methods

MethodDescription
equals(Object arg0)
getBinaryValue()Gets the binary value of the custom property.
getClass()
getName()Returns or sets the name of the object.
getStringValue()Returns or sets the value of the custom property.
getValue()Returns or sets the value of the custom property.
hashCode()
notify()
notifyAll()
setBinaryValue(byte[] value)Sets the binary value of the custom property.
setName(String value)Returns or sets the name of the object.
setStringValue(String value)Returns or sets the value of the custom property.
setValue(String value)Returns or sets the value of the custom property.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getBinaryValue()

public byte[] getBinaryValue()

Gets the binary value of the custom property.

Returns: byte[]

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getName()

public String getName()

Returns or sets the name of the object.

Returns: java.lang.String

getStringValue()

public String getStringValue()

Returns or sets the value of the custom property.

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.

Returns: java.lang.String

getValue()

public String getValue()

Returns or sets the value of the custom property.

Returns: java.lang.String

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setBinaryValue(byte[] value)

public void setBinaryValue(byte[] value)

Sets the binary value of the custom property.

Parameters:

ParameterTypeDescription
valuebyte[]

setName(String value)

public void setName(String value)

Returns or sets the name of the object.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setStringValue(String value)

public void setStringValue(String value)

Returns or sets the value of the custom property.

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.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setValue(String value)

public void setValue(String value)

Returns or sets the value of the custom property.

Parameters:

ParameterTypeDescription
valuejava.lang.String

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int