UnitFormulaErrV

Inheritance: java.lang.Object, com.aspose.diagram.UnitFormulaErr

public class UnitFormulaErrV extends UnitFormulaErr

Specified attributes of an element.

Constructors

ConstructorDescription
UnitFormulaErrV(int unit, String f, String err, String v)Constructor.

Methods

MethodDescription
deepClone()Creates deep copy of this instance.
equals(Object value)Are objects equal.
getClass()
getErr()Indicates that the formula evaluates to an error.
getF()Represents the element’s formula.
getUnit()Units of measure.
getV()Represents the null string condition for a string cell value.
hashCode()Serves as a hash function for a particular type.
notify()
notifyAll()
setErr(String value)For the description of this property, please see getErr()
setF(String value)For the description of this property, please see getF()
setUnit(int value)For the description of this property, please see getUnit()
setV(String value)For the description of this property, please see getV()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

UnitFormulaErrV(int unit, String f, String err, String v)

public UnitFormulaErrV(int unit, String f, String err, String v)

Constructor.

Parameters:

ParameterTypeDescription
unitint
fjava.lang.String
errjava.lang.String
vjava.lang.String

deepClone()

public Object deepClone()

Creates deep copy of this instance.

Returns: java.lang.Object -

equals(Object value)

public boolean equals(Object value)

Are objects equal.

Parameters:

ParameterTypeDescription
valuejava.lang.Object

Returns: boolean -

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getErr()

public String getErr()

Indicates that the formula evaluates to an error.

Returns: java.lang.String

getF()

public String getF()

Represents the element’s formula.

Returns: java.lang.String

getUnit()

public int getUnit()

Units of measure.

Returns: int

getV()

public String getV()

Represents the null string condition for a string cell value. In some cases it is helpful to distinguish between an empty string cell null and a null string cell value. This attribute is used to distinguish between these forms of an empty value.

Returns: java.lang.String

hashCode()

public int hashCode()

Serves as a hash function for a particular type.

Returns: int -

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setErr(String value)

public void setErr(String value)

For the description of this property, please see getErr()

Parameters:

ParameterTypeDescription
valuejava.lang.String

setF(String value)

public void setF(String value)

For the description of this property, please see getF()

Parameters:

ParameterTypeDescription
valuejava.lang.String

setUnit(int value)

public void setUnit(int value)

For the description of this property, please see getUnit()

Parameters:

ParameterTypeDescription
valueint

setV(String value)

public void setV(String value)

For the description of this property, please see getV()

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