Constructor Summary |
---|
ConnectionABCD()
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
method | getA() | |
Represents different information depending on its parent element.
|
||
method | getB() | |
Represents different information depending on its parent element.
|
||
method | getC() | |
Represents different information based on its parent element.
|
||
method | getD() | |
Represents different information based on its parent element.
|
||
method | getDel() | |
method | setDel(value) | |
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. | ||
method | getID() | |
method | setID(value) | |
The unique ID of the element within its parent element. | ||
method | getIX() | |
method | setIX(value) | |
The zero-based index of the element within its parent element. | ||
method | getName() | |
method | setName(value) | |
The name of the element. | ||
method | getNameU() | |
method | setNameU(value) | |
The universal name of the element. | ||
method | 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.
|
||
method | 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 | ||
---|---|---|
method | deepClone() | |
Creates deep copy of this instance.
|
String getName() / setName(value)
String getNameU() / setNameU(value)
int getID() / setID(value)
int getIX() / setIX(value)
int getDel() / setDel(value)
DoubleValue getX()
DoubleValue getY()
DoubleValue getA()
DoubleValue getB()
DoubleValue getC()
DoubleValue getD()