jxl.read.biff
Class FooterRecord

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

public class FooterRecord
extends RecordData

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, WorkbookSettings ws)
          Constructs this object from the raw data
(package private) FooterRecord(Record t, WorkbookSettings ws, 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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

footer

private java.lang.String footer
The footer

biff7

public static FooterRecord.Biff7 biff7
Constructor Detail

FooterRecord

FooterRecord(Record t,
             WorkbookSettings ws)
Constructs this object from the raw data
Parameters:
t - the record data

FooterRecord

FooterRecord(Record t,
             WorkbookSettings ws,
             FooterRecord.Biff7 dummy)
Constructs this object from the raw data
Parameters:
t - the record data
dummy - dummy record to indicate a biff7 document
Method Detail

getFooter

public java.lang.String getFooter()
Gets the footer string
Returns:
the footer string