|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClientAnchor
A client anchor is attached to an excel worksheet. It anchors against a top-left and bottom-right cell.
Method Summary | |
---|---|
short |
getCol1()
Returns the column (0 based) of the first cell. |
short |
getCol2()
Returns the column (0 based) of the second cell. |
int |
getDx1()
Returns the x coordinate within the first cell |
int |
getDx2()
Returns the x coordinate within the second cell |
int |
getDy1()
Returns the y coordinate within the first cell |
int |
getDy2()
Sets the y coordinate within the second cell |
int |
getRow1()
Returns the row (0 based) of the first cell. |
int |
getRow2()
Returns the row (0 based) of the second cell. |
void |
setCol1(int col1)
Sets the column (0 based) of the first cell. |
void |
setCol2(int col2)
Returns the column (0 based) of the second cell. |
void |
setDx1(int dx1)
Sets the x coordinate within the first cell |
void |
setDx2(int dx2)
Sets the x coordinate within the second cell |
void |
setDy1(int dy1)
Sets the y coordinate within the first cell |
void |
setDy2(int dy2)
Sets the y coordinate within the second cell |
void |
setRow1(int row1)
Returns the row (0 based) of the first cell. |
void |
setRow2(int row2)
Returns the row (0 based) of the first cell. |
Method Detail |
---|
short getCol1()
void setCol1(int col1)
col1
- 0-based column of the first cell.short getCol2()
void setCol2(int col2)
col2
- 0-based column of the second cell.int getRow1()
void setRow1(int row1)
row1
- 0-based row of the first cell.int getRow2()
void setRow2(int row2)
row2
- 0-based row of the first cell.int getDx1()
void setDx1(int dx1)
dx1
- the x coordinate within the first cellint getDy1()
void setDy1(int dy1)
dy1
- the y coordinate within the first cellint getDy2()
void setDy2(int dy2)
dy2
- the y coordinate within the second cellint getDx2()
void setDx2(int dx2)
dx2
- the x coordinate within the second cell
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |