|
|||||||||
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.MergedCellsRecord
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 |
|
Field Detail |
private java.util.ArrayList ranges
Constructor Detail |
protected MergedCellsRecord(java.util.ArrayList mc)
ws
- the sheet containing the merged cellsMethod Detail |
public byte[] getData()
getData
in class WritableRecordData
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |