jxl.write.biff
Class NumberFormatRecord

java.lang.Object
  extended byjxl.biff.RecordData
      extended byjxl.biff.WritableRecordData
          extended byjxl.biff.FormatRecord
              extended byjxl.write.biff.NumberFormatRecord
All Implemented Interfaces:
ByteData, DisplayFormat, Format
Direct Known Subclasses:
NumberFormat

public class NumberFormatRecord
extends FormatRecord

A class which contains a number format


Nested Class Summary
protected static class NumberFormatRecord.NonValidatingFormat
           
 
Field Summary
 
Fields inherited from class jxl.biff.FormatRecord
biff7, biff8
 
Fields inherited from class jxl.biff.WritableRecordData
maxRecordLength
 
Constructor Summary
protected NumberFormatRecord(java.lang.String fmt)
          Constructor.
protected NumberFormatRecord(java.lang.String fmt, NumberFormatRecord.NonValidatingFormat dummy)
          Constructor.
 
Methods inherited from class jxl.biff.FormatRecord
equals, getData, getDateFormat, getFormatIndex, getFormatString, getIndexCode, getNumberFormat, hashCode, initialize, isBuiltIn, isDate, isInitialized, isNumber, replace, setFormatString
 
Methods inherited from class jxl.biff.WritableRecordData
getBytes
 
Methods inherited from class jxl.biff.RecordData
getCode, getRecord
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumberFormatRecord

protected NumberFormatRecord(java.lang.String fmt)
Constructor. Replaces some of the characters in the java number format string with the appropriate excel format characters

Parameters:
fmt - the number format

NumberFormatRecord

protected NumberFormatRecord(java.lang.String fmt,
                             NumberFormatRecord.NonValidatingFormat dummy)
Constructor. Replaces some of the characters in the java number format string with the appropriate excel format characters

Parameters:
fmt - the number format