jxl.write.biff
Class PrintGridLinesRecord

java.lang.Object
  |
  +--jxl.biff.RecordData
        |
        +--jxl.biff.WritableRecordData
              |
              +--jxl.write.biff.PrintGridLinesRecord
All Implemented Interfaces:
ByteData

class PrintGridLinesRecord
extends WritableRecordData

The grid lines option from the Page Setup dialog box


Field Summary
private  byte[] data
          The binary data
private  boolean printGridLines
          The print grid lines option
 
Fields inherited from class jxl.biff.RecordData
code, record
 
Constructor Summary
PrintGridLinesRecord(boolean pgl)
          Constructor
 
Method Summary
 byte[] getData()
          Gets the binary data for output to file
 
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, registerNatives, toString, wait, wait, wait
 

Field Detail

data

private byte[] data
The binary data

printGridLines

private boolean printGridLines
The print grid lines option
Constructor Detail

PrintGridLinesRecord

public PrintGridLinesRecord(boolean pgl)
Constructor
Parameters:
pgl - the grid lines option
Method Detail

getData

public byte[] getData()
Gets the binary data for output to file
Overrides:
getData in class WritableRecordData
Returns:
the binary data