|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjxl.biff.RecordData
jxl.read.biff.HyperlinkRecord
A number record. This is stored as 8 bytes, as opposed to the 4 byte RK record
| Method Summary | |
int |
getColumn()
Returns the column number of the top left 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 |
java.lang.String |
getLocation()
Gets the location referenced by this hyperlink |
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 |
Record |
getRecord()
Exposes the base class method. |
int |
getRow()
Returns the row number of the top left 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 |
| Methods inherited from class jxl.biff.RecordData |
getCode |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public boolean isFile()
isFile in interface Hyperlinkpublic boolean isURL()
isURL in interface Hyperlinkpublic boolean isLocation()
isLocation in interface Hyperlinkpublic int getRow()
getRow in interface Hyperlinkpublic int getColumn()
getColumn in interface Hyperlinkpublic int getLastRow()
getLastRow in interface Hyperlinkpublic int getLastColumn()
getLastColumn in interface Hyperlinkpublic java.net.URL getURL()
getURL in interface Hyperlinkpublic java.io.File getFile()
getFile in interface Hyperlinkpublic Record getRecord()
getRecord in class RecordDatapublic Range getRange()
getRange in interface Hyperlinkpublic java.lang.String getLocation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||