|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jxl.biff.RecordData | +--jxl.read.biff.HorizontalPageBreaksRecord
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 |
|
Field Detail |
private int[] rowBreaks
public static HorizontalPageBreaksRecord.Biff7 biff7
Constructor Detail |
public HorizontalPageBreaksRecord(Record t)
t
- the raw datapublic HorizontalPageBreaksRecord(Record t, HorizontalPageBreaksRecord.Biff7 biff7)
t
- the raw datadummy
- an indicator to initialise this record for biff 7 formatMethod Detail |
public int[] getRowBreaks()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |