|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jxl.biff.RecordData | +--jxl.read.biff.BoundsheetRecord
A boundsheet record, which contains the worksheet name
Inner Class Summary | |
private static class |
BoundsheetRecord.Biff7
Dummy indicators for overloading the constructor |
Field Summary | |
static BoundsheetRecord.Biff7 |
biff7
|
private int |
length
The length of the worksheet name |
private java.lang.String |
name
The worksheet name |
private int |
offset
The offset into the sheet |
private byte |
typeFlag
The type of sheet this is |
private byte |
visibilityFlag
The visibility flag |
Fields inherited from class jxl.biff.RecordData |
code, record |
Constructor Summary | |
BoundsheetRecord(Record t)
Constructs this object from the raw data |
|
BoundsheetRecord(Record t,
BoundsheetRecord.Biff7 biff7)
Constructs this object from the raw data |
Method Summary | |
java.lang.String |
getName()
Accessor for the worksheet name |
boolean |
isChart()
Accessor to determine if this is a chart |
boolean |
isHidden()
Accessor for the hidden flag |
boolean |
isSheet()
Accessor to determine if this is a worksheet, or some other nefarious type of object |
Methods inherited from class jxl.biff.RecordData |
getCode, getRecord |
Methods inherited from class java.lang.Object |
|
Field Detail |
private int offset
private byte typeFlag
private byte visibilityFlag
private int length
private java.lang.String name
public static BoundsheetRecord.Biff7 biff7
Constructor Detail |
public BoundsheetRecord(Record t)
t
- the raw datapublic BoundsheetRecord(Record t, BoundsheetRecord.Biff7 biff7)
t
- the raw databiff7
- a dummy value to tell the record to interpret the
data as biff7Method Detail |
public java.lang.String getName()
public boolean isHidden()
public boolean isSheet()
public boolean isChart()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |