aspose.diagram
Class ConnectionABCD

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

Constructor Summary
ConnectionABCD()
           Constructor.
 
Property Getters/Setters Summary
functiongetA()
           Represents different information depending on its parent element.
functiongetB()
           Represents different information depending on its parent element.
functiongetC()
           Represents different information based on its parent element.
functiongetD()
           Represents different information based on its parent element.
functiongetDel()
functionsetDel(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.
functiongetID()
functionsetID(value)
           The unique ID of the element within its parent element.
functiongetIX()
functionsetIX(value)
           The zero-based index of the element within its parent element.
functiongetName()
functionsetName(value)
           The name of the element.
functiongetNameU()
functionsetNameU(value)
           The universal name of the element.
functiongetX()
           Specifies an x-coordinate on a shape in local coordinates. The following table describes the X element based on the element that contains it.
functiongetY()
           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
functiondeepClone()
           Creates deep copy of this instance.
 

Constructor Detail

ConnectionABCD

function ConnectionABCD()
Constructor.

Property Getters/Setters Detail

getName/setName : String 

function getName() / function setName(value)
The name of the element.

getNameU/setNameU : String 

function getNameU() / function setNameU(value)
The universal name of the element.

getID/setID : Number 

function getID() / function setID(value)
The unique ID of the element within its parent element.

getIX/setIX : Number 

function getIX() / function setIX(value)
The zero-based index of the element within its parent element.

getDel/setDel : Number 

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.

getX : DoubleValue 

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.

getY : DoubleValue 

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.

getA : DoubleValue 

function getA()
Represents different information depending on its parent element.

getB : DoubleValue 

function getB()
Represents different information depending on its parent element.

getC : DoubleValue 

function getC()
Represents different information based on its parent element.

getD : DoubleValue 

function getD()
Represents different information based on its parent element.

Method Detail

deepClone

function deepClone()
Creates deep copy of this instance.
Returns:

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.