jxl.write.biff
Class FooterRecord

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

class FooterRecord
extends WritableRecordData

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

data

private byte[] data
The binary data

footer

private java.lang.String footer
The footer string
Constructor Detail

FooterRecord

public FooterRecord(java.lang.String l,
                    java.lang.String c,
                    java.lang.String r)
Consructor
Parameters:
l - the print header to print on the left side
c - the print header to print in the centre
r - the print header to print on the right hand side

FooterRecord

public FooterRecord(FooterRecord fr)
Consructor invoked when copying a spreadsheet
Parameters:
fr - the read footer record

FooterRecord

public FooterRecord(FooterRecord fr)
Consructor invoked when copying a sheets
Parameters:
fr - the read footer record
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