|
|||||||||
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.FooterRecord
A workbook page footer record
Inner Class Summary | |
private static class |
FooterRecord.Biff7
Dummy indicators for overloading the constructor |
Field Summary | |
static FooterRecord.Biff7 |
biff7
|
private java.lang.String |
footer
The footer |
Fields inherited from class jxl.biff.RecordData |
code, record |
Constructor Summary | |
(package private) |
FooterRecord(Record t)
Constructs this object from the raw data |
(package private) |
FooterRecord(Record t,
FooterRecord.Biff7 dummy)
Constructs this object from the raw data |
Method Summary | |
java.lang.String |
getFooter()
Gets the footer string |
Methods inherited from class jxl.biff.RecordData |
getCode, getRecord |
Methods inherited from class java.lang.Object |
|
Field Detail |
private java.lang.String footer
public static FooterRecord.Biff7 biff7
Constructor Detail |
FooterRecord(Record t)
t
- the record dataFooterRecord(Record t, FooterRecord.Biff7 dummy)
t
- the record datadummy
- dummy record to indicate a biff7 documentMethod Detail |
public java.lang.String getFooter()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |