jxl.write.biff
Class MergedCellsRecord

java.lang.Object
  extended byjxl.biff.RecordData
      extended byjxl.biff.WritableRecordData
          extended byjxl.write.biff.MergedCellsRecord
All Implemented Interfaces:
ByteData

public class MergedCellsRecord
extends WritableRecordData

A number record. This is stored as 8 bytes, as opposed to the 4 byte RK record


Field Summary
 
Fields inherited from class jxl.biff.WritableRecordData
maxRecordLength
 
Constructor Summary
protected MergedCellsRecord(java.util.ArrayList mc)
          Constructs a merged cell record
 
Method Summary
 byte[] getData()
          Gets the raw 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, toString, wait, wait, wait
 

Constructor Detail

MergedCellsRecord

protected MergedCellsRecord(java.util.ArrayList mc)
Constructs a merged cell record

Method Detail

getData

public byte[] getData()
Gets the raw data for output to file

Specified by:
getData in class WritableRecordData
Returns:
the data to write to file