|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjxl.biff.RecordData
jxl.read.biff.NameRecord
Holds an excel name record, and the details of the cells/ranges it refers to
| Nested Class Summary | |
class |
NameRecord.NameRange
A nested class to hold range information |
| Field Summary | |
static jxl.read.biff.NameRecord.Biff7 |
biff7
|
| Method Summary | |
byte[] |
getData()
Called when copying a sheet. |
java.lang.String |
getName()
Gets the name |
NameRecord.NameRange[] |
getRanges()
Gets the array of ranges for this name. |
int |
getSheetRef()
The 0-based index sheet reference for a record name 0 is for a global reference |
boolean |
isBiff8()
Called when copying to determine whether this is a biff8 name |
void |
setSheetRef(int i)
Set the index sheet reference for a record name 0 is for a global reference |
| Methods inherited from class jxl.biff.RecordData |
getCode, getRecord |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static jxl.read.biff.NameRecord.Biff7 biff7
| Method Detail |
public java.lang.String getName()
public NameRecord.NameRange[] getRanges()
public int getSheetRef()
public void setSheetRef(int i)
public byte[] getData()
public boolean isBiff8()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||