ConnectionABCD

ConnectionABCD class

The ConnectionABCD element is an obsolete version of the Connection element and exists only for backward compatibility.

new ConnectionABCD()

Constructor.

Methods

NameDescription
deepClone()Creates deep copy of this instance.
getA()Represents different information depending on its parent element.
getB()Represents different information depending on its parent element.
getC()Represents different information based on its parent element.
getD()Represents different information based on its parent element.
getDel()A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca
getID()The unique ID of the element within its parent element.
getIX()The zero-based index of the element within its parent element.
getName()The name of the element.
getNameU()The universal name of the element.
getX()Specifies an x-coordinate on a shape in local coordinates. The following table describes the X element based on the elem
getY()Specifies a y-coordinate on a shape in local coordinates. Local coordinates are those whose frame of reference is the sh
setDel()A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca
setID()The unique ID of the element within its parent element.
setIX()The zero-based index of the element within its parent element.
setName()The name of the element.
setNameU()The universal name of the element.

deepClone()

Creates deep copy of this instance.

Returns: Object — Object

getA()

Represents different information depending on its parent element.

getB()

Represents different information depending on its parent element.

getC()

Represents different information based on its parent element.

getD()

Represents different information based on its parent element.

getDel()

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.

getID()

The unique ID of the element within its parent element.

getIX()

The zero-based index of the element within its parent element.

getName()

The name of the element.

getNameU()

The universal name of the element.

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.

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.

setDel()

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.

setID()

The unique ID of the element within its parent element.

setIX()

The zero-based index of the element within its parent element.

setName()

The name of the element.

setNameU()

The universal name of the element.