jxl.read.biff
Class HeaderRecord

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

public class HeaderRecord
extends RecordData

A workbook page header record


Inner Class Summary
private static class HeaderRecord.Biff7
          Dummy indicators for overloading the constructor
 
Field Summary
static HeaderRecord.Biff7 biff7
           
private  java.lang.String header
          The footer
 
Fields inherited from class jxl.biff.RecordData
code, record
 
Constructor Summary
(package private) HeaderRecord(Record t, WorkbookSettings ws)
          Constructs this object from the raw data
(package private) HeaderRecord(Record t, WorkbookSettings ws, HeaderRecord.Biff7 dummy)
          Constructs this object from the raw data
 
Method Summary
 java.lang.String getHeader()
          Gets the header 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

header

private java.lang.String header
The footer

biff7

public static HeaderRecord.Biff7 biff7
Constructor Detail

HeaderRecord

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

HeaderRecord

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

getHeader

public java.lang.String getHeader()
Gets the header string
Returns:
the header string