asposediagram.api

Class UnitFormulaErrV

Specified attributes of an element.

Constructor Summary
UnitFormulaErrV(unit, f, err, v)
Constructor.
 
Property Getters/Setters Summary
methodgetErr()
method
setErr(value)
           Indicates that the formula evaluates to an error.
methodgetF()
method
setF(value)
           Represents the element's formula.
methodgetUnit()
method
setUnit(value)
           Units of measure. The value of the property is MeasureConst integer constant.
methodgetV()
method
setV(value)
           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.
 
Method Summary
methoddeepClone()
Creates deep copy of this instance.
methodequals(value)
Are objects equal.
methodhashCode()
Serves as a hash function for a particular type.
 

    • Constructor Detail

      • UnitFormulaErrV

        UnitFormulaErrV(unit, f, err, v)
        Constructor.
        Parameters:
        unit: int - A MeasureConst value.
        f: String -
        err: String -
        v: String -
    • Property Getters/Setters Detail

      • getV/setV : String 

        String getV() / setV(value)
        
        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.
      • getUnit/setUnit : int 

        int getUnit() / setUnit(value)
        
        Units of measure. The value of the property is MeasureConst integer constant.
      • getF/setF : String 

        String getF() / setF(value)
        
        Represents the element's formula.
      • getErr/setErr : String 

        String getErr() / setErr(value)
        
        Indicates that the formula evaluates to an error.
    • Method Detail

      • equals

        boolean equals(value)
        Are objects equal.
        Parameters:
        value: Object -
        Returns:
      • hashCode

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

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