public interface Hyperlink
Modifier and Type | Method and Description |
---|---|
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
|
int getRow()
int getColumn()
Range getRange()
boolean isFile()
boolean isURL()
boolean isLocation()
int getLastRow()
int getLastColumn()
java.net.URL getURL()
java.io.File getFile()