java.lang.Object
com.aspose.diagram.BoolValue
public class BoolValue
| Constructor Summary |
|---|
BoolValue(int value, int unit)
Constructor. |
| Property Getters/Setters Summary | ||
|---|---|---|
boolean | isThemed() | |
void | setThemed(boolean) | |
UnitFormulaErr | getUfe() | |
void | setUfe(UnitFormulaErr) | |
| Attributes of an element. | ||
int | getValue() | |
void | setValue(int) | |
| Boolean value The value of the property is BOOL 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. | ||
| Constructor Detail |
|---|
public BoolValue(int value, int unit)
value - A unit - A | Property Getters/Setters Detail |
|---|
getValue/setValue | |
public int getValue() / public void setValue(int value) | |
isThemed/setThemed | |
public boolean isThemed() / public void setThemed(boolean value) | |
getUfe/setUfe | |
public UnitFormulaErr getUfe() / public void setUfe(UnitFormulaErr value) | |
| Method Detail |
|---|
equals | |
public boolean equals(java.lang.Object value) | |
value - hashCode | |
public int hashCode() | |
deepClone | |
public java.lang.Object deepClone()
throws java.lang.Exception | |