Package org.apache.poi.hssf.record
Class PrecisionRecord
java.lang.Object
org.apache.poi.hssf.record.RecordBase
org.apache.poi.hssf.record.Record
org.apache.poi.hssf.record.StandardRecord
org.apache.poi.hssf.record.PrecisionRecord
- All Implemented Interfaces:
org.apache.poi.common.Duplicatable,GenericRecord
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!)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()booleanget whether to use full precision or just skew all you figures all to hell.shortgetSid()return the non static version of the id for this record.voidvoidsetFullPrecision(boolean fullprecision) set whether to use full precision or just skew all you figures all to hell.Methods inherited from class org.apache.poi.hssf.record.StandardRecord
getRecordSize, serializeMethods inherited from class org.apache.poi.hssf.record.Record
cloneViaReserialise, serialize, toStringMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren
-
Field Details
-
sid
public static final short sid- See Also:
-
-
Constructor Details
-
PrecisionRecord
public PrecisionRecord() -
PrecisionRecord
-
PrecisionRecord
-
-
Method Details
-
setFullPrecision
public void setFullPrecision(boolean fullprecision) set whether to use full precision or just skew all you figures all to hell.- Parameters:
fullprecision- - or not
-
getFullPrecision
public boolean getFullPrecision()get whether to use full precision or just skew all you figures all to hell.- Returns:
- fullprecision - or not
-
serialize
-
getSid
public short getSid()Description copied from class:Recordreturn the non static version of the id for this record. -
copy
- Specified by:
copyin interfaceorg.apache.poi.common.Duplicatable- Specified by:
copyin classStandardRecord
-
getGenericRecordType
- Specified by:
getGenericRecordTypein interfaceGenericRecord- Specified by:
getGenericRecordTypein classRecord
-
getGenericProperties
-