| 
|||||||||
| 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.FooterRecord
Places a string at the bottom of each page when the file is printed. JExcelApi sets this to be blank
| Field Summary | |
private  byte[] | 
data
The binary data  | 
private  java.lang.String | 
footer
The footer string  | 
| Fields inherited from class jxl.biff.RecordData | 
code, record | 
| Constructor Summary | |
FooterRecord(FooterRecord fr)
Consructor invoked when copying a spreadsheet  | 
|
FooterRecord(FooterRecord fr)
Consructor invoked when copying a sheets  | 
|
FooterRecord(java.lang.String l,
             java.lang.String c,
             java.lang.String r)
Consructor  | 
|
| 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 | 
 | 
| Field Detail | 
private byte[] data
private java.lang.String footer
| Constructor Detail | 
public FooterRecord(java.lang.String l,
                    java.lang.String c,
                    java.lang.String r)
l - the print header to print on the left sidec - the print header to print in the centrer - the print header to print on the right hand sidepublic FooterRecord(FooterRecord fr)
fr - the read footer recordpublic FooterRecord(FooterRecord fr)
fr - the read footer record| Method Detail | 
public byte[] getData()
getData in class WritableRecordData
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||