|
|||||||||
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.BoundsheetRecord
Record which stores the sheet name, the sheet type and the stream position
Field Summary | |
private boolean |
chartOnly
Chart only flag |
private byte[] |
data
The data to write to the output file |
private boolean |
hidden
Hidden flag |
private java.lang.String |
name
The name of the sheet |
Fields inherited from class jxl.biff.WritableRecordData |
maxRecordLength |
Fields inherited from class jxl.biff.RecordData |
code, record |
Constructor Summary | |
BoundsheetRecord(java.lang.String n)
Constructor |
Method Summary | |
byte[] |
getData()
Gets the data to write out to the binary file |
(package private) void |
setChartOnly()
Sets the chart only flag |
(package private) void |
setHidden()
Sets the hidden 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 boolean hidden
private boolean chartOnly
private java.lang.String name
private byte[] data
Constructor Detail |
public BoundsheetRecord(java.lang.String n)
n
- the sheet nameMethod Detail |
void setHidden()
void setChartOnly()
public byte[] getData()
getData
in class WritableRecordData
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |