|
|||||||||
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.GuttersRecord
Record which contains the size of the row and column gutters. These are all set to zero by default
Field Summary | |
private int |
colGutter
The column gutter |
private byte[] |
data
The binary data |
private int |
maxColOutline
The maximum row outline level for the column gutter |
private int |
maxRowOutline
The maximum outline level for the row gutter |
private int |
rowGutter
The rowGutter |
Fields inherited from class jxl.biff.WritableRecordData |
maxRecordLength |
Fields inherited from class jxl.biff.RecordData |
code, record |
Constructor Summary | |
GuttersRecord()
Constructor |
Method Summary | |
byte[] |
getData()
Gets the binary data for output |
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 byte[] data
private int rowGutter
private int colGutter
private int maxRowOutline
private int maxColOutline
Constructor Detail |
public GuttersRecord()
Method Detail |
public byte[] getData()
getData
in class WritableRecordData
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |