com.aspose.diagram

  • java.lang.Object
    • com.aspose.diagram.Connect
public class Connect 
extends java.lang.Object

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
java.lang.StringgetFromCell()
void
setFromCell(java.lang.Stringvalue)
           The ID of the shape to which one or more connections are made.
intgetFromPart()
void
setFromPart(intvalue)
           The cell from which a connection originates. The value of the property is FromPartValue integer constant.
intgetFromSheet()
void
setFromSheet(intvalue)
           The ID of the shape from which a connection or connections originate.
java.lang.StringgetToCell()
void
setToCell(java.lang.Stringvalue)
           The cell to which a connection is made.
intgetToPart()
void
setToPart(intvalue)
           The part of a shape to which a connection is made. The value of the property is ToPartValue integer constant.
intgetToSheet()
void
setToSheet(intvalue)
           The ID of the shape to which one or more connections are made
 
Method Summary
java.lang.ObjectdeepClone()
Creates deep copy of this instance.
 

    • Constructor Detail

      • Connect

        public Connect()
        Constructor.
    • Property Getters/Setters Detail

      • getFromSheet/setFromSheet

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

        public int getToSheet() / public void setToSheet(int value)
        
        The ID of the shape to which one or more connections are made
      • getFromCell/setFromCell

        public java.lang.String getFromCell() / public void setFromCell(java.lang.String value)
        
        The ID of the shape to which one or more connections are made.
      • getToCell/setToCell

        public java.lang.String getToCell() / public void setToCell(java.lang.String value)
        
        The cell to which a connection is made.
      • getFromPart/setFromPart

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

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

      • deepClone

        public java.lang.Object deepClone()
                        throws java.lang.Exception
        Creates deep copy of this instance.
        Returns: