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