|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Hyperlink information. Only URLs or file links are supported Hyperlinks may apply to a range of cells; in such cases the methods getRow and getColumn return the cell at the top left of the range the hyperlink refers to. Hyperlinks have no specific cell format information applied to them, so the getCellFormat method will return null
Method Summary | |
int |
getColumn()
Returns the column number of this cell |
java.io.File |
getFile()
Returns the local file eferenced by this Hyperlink |
int |
getLastColumn()
Returns the column number of the bottom right cell |
int |
getLastRow()
Returns the row number of the bottom right cell |
Range |
getRange()
Gets the range of cells which activate this hyperlink The get sheet index methods will all return -1, because the cells will all be present on the same sheet |
int |
getRow()
Returns the row number of this cell |
java.net.URL |
getURL()
Gets the URL referenced by this Hyperlink |
boolean |
isFile()
Determines whether this is a hyperlink to a file |
boolean |
isLocation()
Determines whether this is a hyperlink to a location in this workbook |
boolean |
isURL()
Determines whether this is a hyperlink to a web resource |
Method Detail |
public int getRow()
public int getColumn()
public Range getRange()
public boolean isFile()
public boolean isURL()
public boolean isLocation()
public int getLastRow()
public int getLastColumn()
public java.net.URL getURL()
public java.io.File getFile()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |