| 
 | |||||||||
| 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 | colGutterThe column gutter | 
| private  byte[] | dataThe binary data | 
| private  int | maxColOutlineThe maximum row outline level for the column gutter | 
| private  int | maxRowOutlineThe maximum outline level for the row gutter | 
| private  int | rowGutterThe rowGutter | 
| 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 | 
| 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 | ||||||||