jxl.read.biff
Class WorkspaceInformationRecord

java.lang.Object
  |
  +--jxl.biff.RecordData
        |
        +--jxl.read.biff.WorkspaceInformationRecord

class WorkspaceInformationRecord
extends RecordData

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

wsoptions

private int wsoptions
The options byte
Constructor Detail

WorkspaceInformationRecord

WorkspaceInformationRecord(Record t)
Constructs this object from the raw data
Parameters:
t - the raw data
Method Detail

getOptions

int getOptions()
Returns the optionsprotected flag
Returns:
the workspace options