java.lang.Object
com.aspose.diagram.Connect
public class Connect
| Constructor Summary |
|---|
Connect()
Constructor. |
| Property Getters/Setters Summary | ||
|---|---|---|
java.lang.String | getFromCell() | |
void | setFromCell(java.lang.String) | |
| The cell from which a connection is made. | ||
int | getFromPart() | |
void | setFromPart(int) | |
| The cell from which a connection originates. The value of the property is FromPartValue integer constant. | ||
long | getFromSheet() | |
void | setFromSheet(long) | |
| The ID of the shape from which a connection or connections originate. | ||
java.lang.String | getToCell() | |
void | setToCell(java.lang.String) | |
| The cell to which a connection is made. | ||
int | getToPart() | |
void | setToPart(int) | |
| The part of a shape to which a connection is made. The value of the property is ToPartValue integer constant. | ||
long | getToSheet() | |
void | setToSheet(long) | |
| The ID of the shape to which one or more connections are made | ||
| Method Summary | ||
|---|---|---|
java.lang.Object | deepClone() | |
| Creates deep copy of this instance. | ||
| Constructor Detail |
|---|
public Connect()
| Property Getters/Setters Detail |
|---|
getFromSheet/setFromSheet | |
public long getFromSheet() / public void setFromSheet(long value) | |
getToSheet/setToSheet | |
public long getToSheet() / public void setToSheet(long value) | |
getFromCell/setFromCell | |
public java.lang.String getFromCell() / public void setFromCell(java.lang.String value) | |
getToCell/setToCell | |
public java.lang.String getToCell() / public void setToCell(java.lang.String value) | |
getFromPart/setFromPart | |
public int getFromPart() / public void setFromPart(int value) | |
getToPart/setToPart | |
public int getToPart() / public void setToPart(int value) | |
| Method Detail |
|---|
deepClone | |
public java.lang.Object deepClone()
throws java.lang.Exception | |