com.aspose.diagram
Class Connect

java.lang.Object
    extended by 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()
voidsetFromCell(java.lang.String)
           The cell from which a connection is made.
intgetFromPart()
voidsetFromPart(int)
           The cell from which a connection originates. The value of the property is FromPartValue integer constant.
longgetFromSheet()
voidsetFromSheet(long)
           The ID of the shape from which a connection or connections originate.
java.lang.StringgetToCell()
voidsetToCell(java.lang.String)
           The cell to which a connection is made.
intgetToPart()
voidsetToPart(int)
           The part of a shape to which a connection is made. The value of the property is ToPartValue integer constant.
longgetToSheet()
voidsetToSheet(long)
           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 long getFromSheet() / public void setFromSheet(long value)
The ID of the shape from which a connection or connections originate.

getToSheet/setToSheet

public long getToSheet() / public void setToSheet(long 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 cell from which a connection is 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:

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