jxl.write.biff
Class VerticalCentreRecord

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

class VerticalCentreRecord
extends WritableRecordData

Indicates whether the centre vertically on page option has been set from the options dialog box


Field Summary
private  boolean centre
          The centre flag
private  byte[] data
          The binary data for output to file
 
Fields inherited from class jxl.biff.RecordData
code, record
 
Constructor Summary
VerticalCentreRecord(boolean ce)
          Constructor
 
Method Summary
 byte[] getData()
          Gets the 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 for output to file

centre

private boolean centre
The centre flag
Constructor Detail

VerticalCentreRecord

public VerticalCentreRecord(boolean ce)
Constructor
Parameters:
ce - the centre flag
Method Detail

getData

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