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

Description: defines whether to store with full precision or what's displayed by the gui (meaning have really screwed up and skewed figures or only think you do!)

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

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

Field Summary
public static final  short sid     
public  short field_1_precision     
Fields inherited from org.apache.cocoon.poi.hssf.record.Record:
sid
Constructor:
 public PrecisionRecord() 
 public PrecisionRecord(short id,
    short size,
    byte[] data) 
 public PrecisionRecord(short id,
    short size,
    byte[] data,
    int offset) 
Method from org.apache.cocoon.poi.hssf.record.PrecisionRecord Summary:
fillFields,   getFullPrecision,   getSid,   serialize,   setFullPrecision,   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.PrecisionRecord Detail:
 protected  void fillFields(byte[] data,
    short size,
    int offset) 
 public boolean getFullPrecision() 
    get whether to use full precision or just skew all you figures all to hell.
 public short getSid() 
 public byte[] serialize() 
 public  void setFullPrecision(boolean fullprecision) 
    set whether to use full precision or just skew all you figures all to hell.
 public String toString() 
 protected  void validateSid(short id)