public class Connect
Constructor Summary |
---|
Connect()
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
java.lang.String | getFromCell() | |
void | setFromCell(java.lang.Stringvalue) | |
The ID of the shape to which one or more connections are made. | ||
int | getFromPart() | |
void | setFromPart(intvalue) | |
The cell from which a connection originates. The value of the property is FromPartValue integer constant. | ||
int | getFromSheet() | |
void | setFromSheet(intvalue) | |
The ID of the shape from which a connection or connections originate. | ||
java.lang.String | getToCell() | |
void | setToCell(java.lang.Stringvalue) | |
The cell to which a connection is made. | ||
int | getToPart() | |
void | setToPart(intvalue) | |
The part of a shape to which a connection is made. The value of the property is ToPartValue integer constant. | ||
int | getToSheet() | |
void | setToSheet(intvalue) | |
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.
|
public int getFromSheet() / public void setFromSheet(int value)
public int getToSheet() / public void setToSheet(int value)
public java.lang.String getFromCell() / public void setFromCell(java.lang.String value)
public java.lang.String getToCell() / public void setToCell(java.lang.String value)
public int getFromPart() / public void setFromPart(int value)
public int getToPart() / public void setToPart(int value)