|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Hyperlink
Represents an Excel hyperlink.
| Method Summary | |
|---|---|
int |
getFirstColumn()
Return the column of the first cell that contains the hyperlink |
int |
getFirstRow()
Return the row of the first cell that contains the hyperlink |
int |
getLastColumn()
Return the column of the last cell that contains the hyperlink |
int |
getLastRow()
Return the row of the last cell that contains the hyperlink |
void |
setFirstColumn(int col)
Set the column of the first cell that contains the hyperlink |
void |
setFirstRow(int row)
Set the row of the first cell that contains the hyperlink |
void |
setLastColumn(int col)
Set the column of the last cell that contains the hyperlink |
void |
setLastRow(int row)
Set the row of the last cell that contains the hyperlink |
| Methods inherited from interface org.apache.poi.common.usermodel.Hyperlink |
|---|
getAddress, getLabel, getType, getTypeEnum, setAddress, setLabel |
| Method Detail |
|---|
int getFirstRow()
void setFirstRow(int row)
row - the 0-based row of the first cell that contains the hyperlinkint getLastRow()
void setLastRow(int row)
row - the 0-based row of the last cell that contains the hyperlinkint getFirstColumn()
void setFirstColumn(int col)
col - the 0-based column of the first cell that contains the hyperlinkint getLastColumn()
void setLastColumn(int col)
col - the 0-based column of the last cell that contains the hyperlink
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||