|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjxl.biff.RecordData
jxl.biff.WritableRecordData
jxl.biff.WorkspaceInformationRecord
A record detailing whether the sheet is protected
| Field Summary |
| Fields inherited from class jxl.biff.WritableRecordData |
maxRecordLength |
| 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 |
| Methods inherited from class jxl.biff.RecordData |
getCode, getRecord |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 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: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||