java.lang.Object
com.aspose.diagram.UnitFormulaErr
- Direct Known Subclasses:
- UnitFormulaErrV
public class UnitFormulaErr
- extends java.lang.Object
Specifies attributes of an element.
|
Property Getters/Setters Summary |
java.lang.String | getErr() | |
void | setErr(java.lang.String) | |
|
Indicates that the formula evaluates to an error.
|
java.lang.String | getF() | |
void | setF(java.lang.String) | |
|
Represents the element's formula.
|
int | getUnit() | |
void | setUnit(int) | |
|
Units of measure.
The value of the property is MeasureConst integer constant. |
|
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.
|
UnitFormulaErr
public UnitFormulaErr(int unit, java.lang.String f, java.lang.String err)
-
Constructor.
- Parameters:
unit - A MeasureConst value. f - err -
UnitFormulaErr
public UnitFormulaErr()
-
Constructor.
|
Property Getters/Setters Detail |
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.
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.