java.lang.Object
com.aspose.diagram.Scratch
public class Scratch
| Constructor Summary |
|---|
Scratch()
Constructor. |
| Property Getters/Setters Summary | ||
|---|---|---|
Value | getA() | |
void | setA(Value) | |
| A general-purpose element. | ||
Value | getB() | |
void | setB(Value) | |
| A general-purpose scratch element. | ||
Value | getC() | |
void | setC(Value) | |
| A general-purpose element. | ||
Value | getD() | |
void | setD(Value) | |
| A general-purpose element. | ||
int | getDel() | |
void | setDel(int) | |
| A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant. | ||
int | getIX() | |
void | setIX(int) | |
| The zero-based index of the element within its parent element. | ||
DoubleValue | getX() | |
void | setX(DoubleValue) | |
| Specifies an x-coordinate on a shape in local coordinates. The following table describes the X element based on the element that contains it. | ||
DoubleValue | getY() | |
void | setY(DoubleValue) | |
| Specifies a y-coordinate on a shape in local coordinates. Local coordinates are those whose frame of reference is the shape, instead of the page. | ||
| Method Summary | ||
|---|---|---|
java.lang.Object | deepClone() | |
| Creates deep copy of this instance. | ||
| Constructor Detail |
|---|
public Scratch()
| Property Getters/Setters Detail |
|---|
getIX/setIX | |
public int getIX() / public void setIX(int value) | |
getDel/setDel | |
public int getDel() / public void setDel(int value) | |
getA/setA | |
public Value getA() / public void setA(Value value) | |
getB/setB | |
public Value getB() / public void setB(Value value) | |
getC/setC | |
public Value getC() / public void setC(Value value) | |
getD/setD | |
public Value getD() / public void setD(Value value) | |
getX/setX | |
public DoubleValue getX() / public void setX(DoubleValue value) | |
getY/setY | |
public DoubleValue getY() / public void setY(DoubleValue value) | |
| Method Detail |
|---|
deepClone | |
public java.lang.Object deepClone()
throws java.lang.Exception | |