|
|||||||||
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.WorkspaceInformationRecord
A record detailing whether the sheet is protected
Field Summary | |
private int |
wsoptions
The options byte |
Fields inherited from class jxl.biff.RecordData |
code, record |
Constructor Summary | |
(package private) |
WorkspaceInformationRecord(Record t)
Constructs this object from the raw data |
Method Summary | |
(package private) int |
getOptions()
Returns the optionsprotected flag |
Methods inherited from class jxl.biff.RecordData |
getCode, getRecord |
Methods inherited from class java.lang.Object |
|
Field Detail |
private int wsoptions
Constructor Detail |
WorkspaceInformationRecord(Record t)
t
- the raw dataMethod Detail |
int getOptions()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |