jxl.read.biff
Class HorizontalPageBreaksRecord

java.lang.Object
  |
  +--jxl.biff.RecordData
        |
        +--jxl.read.biff.HorizontalPageBreaksRecord

class HorizontalPageBreaksRecord
extends RecordData

Contains the cell dimensions of this worksheet


Inner Class Summary
private static class HorizontalPageBreaksRecord.Biff7
          Dummy indicators for overloading the constructor
 
Field Summary
static HorizontalPageBreaksRecord.Biff7 biff7
           
private  int[] rowBreaks
          The row page breaks
 
Fields inherited from class jxl.biff.RecordData
code, record
 
Constructor Summary
HorizontalPageBreaksRecord(Record t)
          Constructs the dimensions from the raw data
HorizontalPageBreaksRecord(Record t, HorizontalPageBreaksRecord.Biff7 biff7)
          Constructs the dimensions from the raw data
 
Method Summary
 int[] getRowBreaks()
          Gets the row breaks
 
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 page breaks

biff7

public static HorizontalPageBreaksRecord.Biff7 biff7
Constructor Detail

HorizontalPageBreaksRecord

public HorizontalPageBreaksRecord(Record t)
Constructs the dimensions from the raw data
Parameters:
t - the raw data

HorizontalPageBreaksRecord

public HorizontalPageBreaksRecord(Record t,
                                  HorizontalPageBreaksRecord.Biff7 biff7)
Constructs the dimensions from the raw data
Parameters:
t - the raw data
dummy - an indicator to initialise this record for biff 7 format
Method Detail

getRowBreaks

public int[] getRowBreaks()
Gets the row breaks
Returns:
the row breaks on the current sheet