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: DateWindow1904Record [javadoc | source]
java.lang.Object
   org.apache.cocoon.poi.hssf.record.Record
      org.apache.cocoon.poi.hssf.record.DateWindow1904Record
Title: Date Window 1904 Flag record

Description: Flag specifying whether 1904 date windowing is used. (tick toc tick toc...BOOM!)

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

REFERENCE: PG 280 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 DateWindow1904Record() 
 public DateWindow1904Record(short id,
    short size,
    byte[] data) 
 public DateWindow1904Record(short id,
    short size,
    byte[] data,
    int offset) 
Method from org.apache.cocoon.poi.hssf.record.DateWindow1904Record Summary:
fillFields,   getSid,   getWindowing,   serialize,   setWindowing,   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.DateWindow1904Record Detail:
 protected  void fillFields(byte[] data,
    short size,
    int offset) 
 public short getSid() 
 public short getWindowing() 
    gets whether or not to use 1904 date windowing (which means you'll be screwed in 2004)
 public byte[] serialize() 
 public  void setWindowing(short window) 
    sets whether or not to use 1904 date windowing (which means you'll be screwed in 2004)
 public String toString() 
 protected  void validateSid(short id)