com.aspose.diagram

Class UnitFormulaErrV

  • All Implemented Interfaces:
    com.aspose.diagram.b.a.i
    public class UnitFormulaErrV 
    extends UnitFormulaErr

Specified attributes of an element.

Constructor Summary
UnitFormulaErrV(intunit, java.lang.Stringf, java.lang.Stringerr, java.lang.Stringv)
Constructor.
 
Property Getters/Setters Summary
java.lang.StringgetErr()
void
setErr(java.lang.Stringvalue)
           Indicates that the formula evaluates to an error.
java.lang.StringgetF()
void
setF(java.lang.Stringvalue)
           Represents the element's formula.
intgetUnit()
void
setUnit(intvalue)
           Units of measure. The value of the property is MeasureConst integer constant.
java.lang.StringgetV()
void
setV(java.lang.Stringvalue)
           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
java.lang.ObjectdeepClone()
Creates deep copy of this instance.
booleanequals(java.lang.Object value)
Are objects equal.
inthashCode()
Serves as a hash function for a particular type.
 

    • Constructor Detail

      • UnitFormulaErrV

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

      • getV/setV

        public java.lang.String getV() / public void setV(java.lang.String 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

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

        public java.lang.String getF() / public void setF(java.lang.String value)
        
        Represents the element's formula.
      • getErr/setErr

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

      • equals

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

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

        public java.lang.Object deepClone()
                        throws java.lang.Exception
        Creates deep copy of this instance.
        Returns: