java.lang.Object
com.aspose.diagram.Bullet
public class Bullet
| Constructor Summary |
|---|
Bullet(int value)
Constructor. |
| Property Getters/Setters Summary | ||
|---|---|---|
UnitFormulaErr | getUfe() | |
| Specifies attributes of an element. | ||
int | getValue() | |
void | setValue(int) | |
| Determines the bullet style. The value of the property is BulletValue integer constant. | ||
| Method Summary | ||
|---|---|---|
boolean | equals(java.lang.Object value) | |
| Are objects equal. | ||
int | hashCode() | |
| Serves as a hash function for a particular type. | ||
| Constructor Detail |
|---|
public Bullet(int value)
value - A | Property Getters/Setters Detail |
|---|
getValue/setValue | |
public int getValue() / public void setValue(int value) | |
getUfe | |
public UnitFormulaErr getUfe() | |
| Method Detail |
|---|
equals | |
public boolean equals(java.lang.Object value) | |
value - hashCode | |
public int hashCode() | |