java.lang.Object
com.aspose.diagram.ConnectionABCD
public class ConnectionABCD
| Constructor Summary |
|---|
ConnectionABCD()
Constructor. |
| Property Getters/Setters Summary | ||
|---|---|---|
DoubleValue | getA() | |
| Represents different information depending on its parent element. | ||
DoubleValue | getB() | |
| Represents different information depending on its parent element. | ||
DoubleValue | getC() | |
| Represents different information based on its parent element. | ||
DoubleValue | getD() | |
| Represents different information based on its parent 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 | getID() | |
void | setID(int) | |
| The unique ID of the element within its parent element. | ||
int | getIX() | |
void | setIX(int) | |
| The zero-based index of the element within its parent element. | ||
java.lang.String | getName() | |
void | setName(java.lang.String) | |
| The name of the element. | ||
java.lang.String | getNameU() | |
void | setNameU(java.lang.String) | |
| The universal name of the element. | ||
DoubleValue | getX() | |
| 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() | |
| 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 ConnectionABCD()
| Property Getters/Setters Detail |
|---|
getName/setName | |
public java.lang.String getName() / public void setName(java.lang.String value) | |
getNameU/setNameU | |
public java.lang.String getNameU() / public void setNameU(java.lang.String value) | |
getID/setID | |
public int getID() / public void setID(int value) | |
getIX/setIX | |
public int getIX() / public void setIX(int value) | |
getDel/setDel | |
public int getDel() / public void setDel(int value) | |
getX | |
public DoubleValue getX() | |
getY | |
public DoubleValue getY() | |
getA | |
public DoubleValue getA() | |
getB | |
public DoubleValue getB() | |
getC | |
public DoubleValue getC() | |
getD | |
public DoubleValue getD() | |
| Method Detail |
|---|
deepClone | |
public java.lang.Object deepClone()
throws java.lang.Exception | |