asposediagram.api

Class Connect

Represents a connection between two shapes in a drawing, such as a line and a box in an organization chart.

Constructor Summary
Connect()
Constructor.
 
Property Getters/Setters Summary
methodgetFromCell()
method
           The cell from which a connection is made.
methodgetFromPart()
method
           The cell from which a connection originates. The value of the property is FromPartValue integer constant.
methodgetFromSheet()
method
           The ID of the shape from which a connection or connections originate.
methodgetToCell()
method
setToCell(value)
           The cell to which a connection is made.
methodgetToPart()
method
setToPart(value)
           The part of a shape to which a connection is made. The value of the property is ToPartValue integer constant.
methodgetToSheet()
method
setToSheet(value)
           The ID of the shape to which one or more connections are made
 
Method Summary
methoddeepClone()
Creates deep copy of this instance.
 

    • Constructor Detail

      • Connect

        Connect()
        Constructor.
    • Property Getters/Setters Detail

      • getFromSheet/setFromSheet : long 

        long getFromSheet() / setFromSheet(value)
        
        The ID of the shape from which a connection or connections originate.
      • getToSheet/setToSheet : long 

        long getToSheet() / setToSheet(value)
        
        The ID of the shape to which one or more connections are made
      • getFromCell/setFromCell : String 

        String getFromCell() / setFromCell(value)
        
        The cell from which a connection is made.
      • getToCell/setToCell : String 

        String getToCell() / setToCell(value)
        
        The cell to which a connection is made.
      • getFromPart/setFromPart : int 

        int getFromPart() / setFromPart(value)
        
        The cell from which a connection originates. The value of the property is FromPartValue integer constant.
      • getToPart/setToPart : int 

        int getToPart() / setToPart(value)
        
        The part of a shape to which a connection is made. The value of the property is ToPartValue integer constant.
    • Method Detail

      • deepClone

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