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