java.lang.Object
UnitFormulaErr
com.aspose.diagram.UnitFormulaErrV
public class UnitFormulaErrV
- extends UnitFormulaErr
Specified attributes of an element.
|
Constructor Summary |
UnitFormulaErrV(int unit, java.lang.String f, java.lang.String err, java.lang.String v)
Constructor.
|
|
Property Getters/Setters Summary |
java.lang.String | getErr() | → inherited from UnitFormulaErr
|
void | setErr(java.lang.String) | |
|
Indicates that the formula evaluates to an error.
|
java.lang.String | getF() | → inherited from UnitFormulaErr
|
void | setF(java.lang.String) | |
|
Represents the element's formula.
|
int | getUnit() | → inherited from UnitFormulaErr
|
void | setUnit(int) | |
|
Units of measure.
The value of the property is MeasureConst integer constant. |
java.lang.String | getV() | |
void | setV(java.lang.String) | |
|
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.Object | deepClone() | |
|
Creates deep copy of this instance.
|
boolean | equals(java.lang.Object value) | |
|
Are objects equal.
|
int | hashCode() | |
|
Serves as a hash function for a particular type.
|
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 | → inherited from UnitFormulaErr
|
public int getUnit() / public void setUnit(int value)
|
-
Units of measure.
The value of the property is MeasureConst integer constant.
getF/setF | → inherited from UnitFormulaErr
|
public java.lang.String getF() / public void setF(java.lang.String value)
|
-
Represents the element's formula.
getErr/setErr | → inherited from UnitFormulaErr
|
public java.lang.String getErr() / public void setErr(java.lang.String value)
|
-
Indicates that the formula evaluates to an error.
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:
See Also:
Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
Aspose.Diagram Support Forum - our preferred method of support.