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: PrintHeadersRecord [javadoc | source]
java.lang.Object
   org.apache.cocoon.poi.hssf.record.Record
      org.apache.cocoon.poi.hssf.record.PrintHeadersRecord
Title: Print Headers Record

Description: Whether or not to print the row/column headers when you enjoy your spreadsheet in the physical form.

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

REFERENCE: PG 373 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 PrintHeadersRecord() 
 public PrintHeadersRecord(short id,
    short size,
    byte[] data) 
 public PrintHeadersRecord(short id,
    short size,
    byte[] data,
    int offset) 
Method from org.apache.cocoon.poi.hssf.record.PrintHeadersRecord Summary:
fillFields,   getPrintHeaders,   getSid,   serialize,   setPrintHeaders,   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.PrintHeadersRecord Detail:
 protected  void fillFields(byte[] data,
    short size,
    int offset) 
 public boolean getPrintHeaders() 
    get whether to print the headers - y/n
 public short getSid() 
 public byte[] serialize() 
 public  void setPrintHeaders(boolean p) 
    set to print the headers - y/n
 public String toString() 
 protected  void validateSid(short id)