aspose.diagram
Class UnitFormulaErr

Specifies attributes of an element.

Constructor Summary
UnitFormulaErr(unit, f, err)
           Constructor.
UnitFormulaErr()
           Constructor.
 
Property Getters/Setters Summary
functiongetErr()
functionsetErr(value)
           Indicates that the formula evaluates to an error.
functiongetF()
functionsetF(value)
           Represents the element's formula.
functiongetUnit()
functionsetUnit(value)
           Units of measure. The value of the property is MeasureConst integer constant.
 
Method Summary
functiondeepClone()
           Creates deep copy of this instance.
functionequals(value)
           Are objects equal.
functionhashCode()
           Serves as a hash function for a particular type.
 

Constructor Detail

UnitFormulaErr

function UnitFormulaErr(unit, f, err)
Constructor.
Parameters:
unit: Number - A MeasureConst value.
f: String -
err: String -

UnitFormulaErr

function UnitFormulaErr()
Constructor.

Property Getters/Setters Detail

getUnit/setUnit : Number 

function getUnit() / function setUnit(value)
Units of measure. The value of the property is MeasureConst integer constant.

getF/setF : String 

function getF() / function setF(value)
Represents the element's formula.

getErr/setErr : String 

function getErr() / function setErr(value)
Indicates that the formula evaluates to an error.

Method Detail

equals

function equals(value)
Are objects equal.
Parameters:
value: Object -
Returns:

hashCode

function hashCode()
Serves as a hash function for a particular type.
Returns:

deepClone

function deepClone()
Creates deep copy of this instance.
Returns:

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