|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jxl.biff.RecordData | +--jxl.biff.WritableRecordData | +--jxl.biff.WorkspaceInformationRecord
A record detailing whether the sheet is protected
Field Summary | |
private static int |
defaultOptions
|
private static int |
fitToPages
|
private int |
wsoptions
The options byte |
Fields inherited from class jxl.biff.WritableRecordData |
maxRecordLength |
Fields inherited from class jxl.biff.RecordData |
code, record |
Constructor Summary | |
WorkspaceInformationRecord()
Constructs this object from the raw data |
|
WorkspaceInformationRecord(Record t)
Constructs this object from the raw data |
Method Summary | |
byte[] |
getData()
Gets the binary data for output to file |
boolean |
getFitToPages()
Gets the fit to pages flag |
void |
setFitToPages(boolean b)
Sets the fit to page flag |
Methods inherited from class jxl.biff.WritableRecordData |
getBytes, handleContinueRecords |
Methods inherited from class jxl.biff.RecordData |
getCode, getRecord |
Methods inherited from class java.lang.Object |
|
Field Detail |
private int wsoptions
private static final int fitToPages
private static final int defaultOptions
Constructor Detail |
public WorkspaceInformationRecord(Record t)
t
- the raw datapublic WorkspaceInformationRecord()
Method Detail |
public boolean getFitToPages()
public void setFitToPages(boolean b)
b
- fit to page indicatorpublic byte[] getData()
getData
in class WritableRecordData
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |