asposediagram.api

Class Connection

Contains elements for one connection point defined for the shape.

Constructor Summary
Connection()
Constructor.
 
Property Getters/Setters Summary
methodgetAutoGen()
Specifies if the connection point is generated automatically. A value of 1 indicates that the connection point is generated automatically.
methodgetDel()
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.
methodgetDirX()
Specifies the x-component for the required alignment vector of a matching connection point. The DirX element is also used to orient the attached leg of a dynamic connector.
methodgetDirY()
Specifies the y-component for the required alignment vector of a matching connection point. The DirY element is also used to orient the attached leg of a dynamic connector.
methodgetID()
method
setID(value)
           The unique ID of the element within its parent element.
methodgetIX()
method
setIX(value)
           The zero-based index of the element within its parent element.
methodgetName()
method
setName(value)
           The name of the element.
methodgetNameU()
method
setNameU(value)
           The universal name of the element.
methodgetPrompt()
Contains varying prompt information, based on the element in which it is contained.
methodgetType()
Specifies various types, based on the element in which it is contained.
methodgetX()
Specifies an x-coordinate on a shape in local coordinates.
methodgetY()
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
methoddeepClone()
Creates deep copy of this instance.
 

    • Constructor Detail

      • Connection

        Connection()
        Constructor.
    • Property Getters/Setters Detail

      • getName/setName : String 

        String getName() / setName(value)
        
        The name of the element.
      • getNameU/setNameU : String 

        String getNameU() / setNameU(value)
        
        The universal name of the element.
      • getID/setID : int 

        int getID() / setID(value)
        
        The unique ID of the element within its parent element.
      • getIX/setIX : int 

        int getIX() / setIX(value)
        
        The zero-based index of the element within its parent element.
      • getDel/setDel : int 

        int getDel() / 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.
      • getY : DoubleValue 

        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.
      • getDirX : DoubleValue 

        DoubleValue getDirX()
        
        Specifies the x-component for the required alignment vector of a matching connection point. The DirX element is also used to orient the attached leg of a dynamic connector.
      • getDirY : DoubleValue 

        DoubleValue getDirY()
        
        Specifies the y-component for the required alignment vector of a matching connection point. The DirY element is also used to orient the attached leg of a dynamic connector.
      • getAutoGen : BoolValue 

        BoolValue getAutoGen()
        
        Specifies if the connection point is generated automatically. A value of 1 indicates that the connection point is generated automatically.
      • getPrompt : Str2Value 

        Str2Value getPrompt()
        
        Contains varying prompt information, based on the element in which it is contained.
    • Method Detail

      • deepClone

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