Save This Page
Home » cocoon-2.1.11-src » org.apache.cocoon.poi » hssf » record » [javadoc | source]
org.apache.cocoon.poi.hssf.record
public class: HeaderRecord [javadoc | source]
java.lang.Object
   org.apache.cocoon.poi.hssf.record.Record
      org.apache.cocoon.poi.hssf.record.HeaderRecord
Title: Header Record

Description: Specifies a header for a sheet

Copyright: Copyright (c) 2001 SuperLink Software, Inc.

REFERENCE: PG 321 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)

Field Summary
public static final  short sid     
Fields inherited from org.apache.cocoon.poi.hssf.record.Record:
sid
Constructor:
 public HeaderRecord() 
 public HeaderRecord(short id,
    short size,
    byte[] data) 
 public HeaderRecord(short id,
    short size,
    byte[] data,
    int offset) 
Method from org.apache.cocoon.poi.hssf.record.HeaderRecord Summary:
fillFields,   getHeader,   getHeaderLength,   getSid,   serialize,   setHeader,   setHeaderLength,   toString,   validateSid
Methods from org.apache.cocoon.poi.hssf.record.Record:
fillFields,   fillFields,   getRecordSize,   getSid,   isInValueSection,   isValue,   processContinueRecord,   serialize,   toString,   validateSid
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cocoon.poi.hssf.record.HeaderRecord Detail:
 protected  void fillFields(byte[] data,
    short size,
    int offset) 
 public String getHeader() 
    get the header string
 public byte getHeaderLength() 
    get the length of the header string
 public short getSid() 
 public byte[] serialize() 
 public  void setHeader(String header) 
    set the header string
 public  void setHeaderLength(byte len) 
    set the length of the header string
 public String toString() 
 protected  void validateSid(short id)