|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Hyperlink
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 |
---|
int getColumn()
java.io.File getFile()
int getLastColumn()
int getLastRow()
Range getRange()
int getRow()
java.net.URL getURL()
boolean isFile()
boolean isLocation()
boolean isURL()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |