UnitFormulaErrV
Source: aspose.
Specified attributes of an element.
new UnitFormulaErrV(unit, f, err, v)
Constructor.
Parameters
Name | Type | Optional | Description |
---|---|---|---|
unit |
|
|
MeasureConst |
f |
|
|
|
err |
|
|
|
v |
|
|
Methods
deepClone() → Object
Creates deep copy of this instance.
- Returns
-
Object
equals(value) → boolean
Are objects equal.
Parameter
Name | Type | Optional | Description |
---|---|---|---|
value |
Object |
|
- Returns
-
boolean
getErr()
Indicates that the formula evaluates to an error.
getF()
Represents the element's formula.
getUnit()
Units of measure. The value of the property is MeasureConst integer constant.
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.
hashCode() → Number
Serves as a hash function for a particular type.
- Returns
-
Number
setErr()
Indicates that the formula evaluates to an error.
setF()
Represents the element's formula.
setUnit()
Units of measure. The value of the property is MeasureConst integer constant.
setV()
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.