jxl.write.biff
Class HorizontalPageBreaksRecord

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

class HorizontalPageBreaksRecord
extends WritableRecordData

Contains the list of explicit horizontal page breaks on the current sheet


Field Summary
private  int[] rowBreaks
          The row breaks
 
Fields inherited from class jxl.biff.RecordData
code, record
 
Constructor Summary
HorizontalPageBreaksRecord(int[] breaks)
          Constructor
 
Method Summary
 byte[] getData()
          Gets the binary data to write to the output 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

rowBreaks

private int[] rowBreaks
The row breaks
Constructor Detail

HorizontalPageBreaksRecord

public HorizontalPageBreaksRecord(int[] breaks)
Constructor
Parameters:
break - the row breaks
Method Detail

getData

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