|
|||||||||
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.write.biff.CalcModeRecord
The calculation mode for the workbook, as set from the Options dialog box
Inner Class Summary | |
private static class |
CalcModeRecord.CalcMode
|
Field Summary | |
(package private) static CalcModeRecord.CalcMode |
automatic
Automatic calculation |
(package private) static CalcModeRecord.CalcMode |
automaticNoTables
Automatic calculation, except tables |
private CalcModeRecord.CalcMode |
calculationMode
The calculation mode (manual, automatic) |
(package private) static CalcModeRecord.CalcMode |
manual
Manual calculation |
Fields inherited from class jxl.biff.WritableRecordData |
maxRecordLength |
Fields inherited from class jxl.biff.RecordData |
code, record |
Constructor Summary | |
CalcModeRecord(CalcModeRecord.CalcMode cm)
Constructor |
Method Summary | |
byte[] |
getData()
Gets the binary to data to write to the output file |
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 CalcModeRecord.CalcMode calculationMode
static CalcModeRecord.CalcMode manual
static CalcModeRecord.CalcMode automatic
static CalcModeRecord.CalcMode automaticNoTables
Constructor Detail |
public CalcModeRecord(CalcModeRecord.CalcMode cm)
cm
- the calculation modeMethod Detail |
public byte[] getData()
getData
in class WritableRecordData
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |