jxl.write.biff
Class MergedCellsRecord

java.lang.Object
  |
  +--jxl.biff.RecordData
        |
        +--jxl.biff.WritableRecordData
              |
              +--jxl.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
private  java.util.ArrayList ranges
          The ranges of all the cells which are merged on this sheet
 
Fields inherited from class jxl.biff.WritableRecordData
maxRecordLength
 
Fields inherited from class jxl.biff.RecordData
code, record
 
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, handleContinueRecords
 
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

ranges

private java.util.ArrayList ranges
The ranges of all the cells which are merged on this sheet
Constructor Detail

MergedCellsRecord

protected MergedCellsRecord(java.util.ArrayList mc)
Constructs a merged cell record
Parameters:
ws - the sheet containing the merged cells
Method Detail

getData

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