jxl.write
Class NumberFormat

java.lang.Object
  |
  +--jxl.biff.RecordData
        |
        +--jxl.biff.WritableRecordData
              |
              +--jxl.biff.FormatRecord
                    |
                    +--jxl.write.biff.NumberFormatRecord
                          |
                          +--jxl.write.NumberFormat
All Implemented Interfaces:
ByteData, DisplayFormat, Format

public class NumberFormat
extends NumberFormatRecord
implements DisplayFormat

A custom user defined number format, which may be instantiated within user applications in order to present numerical values to the appropriate level of accuracy. The string format used to create a number format adheres to the standard java specification, and JExcelAPI makes the necessary modifications so that it is rendered in Excel as the nearest possible equivalent. Once created, this may be used within a CellFormat object, which in turn is a parameter passed to the constructor of the Number cell


Inner classes inherited from class jxl.biff.FormatRecord
FormatRecord.BiffType
 
Fields inherited from class jxl.biff.FormatRecord
biff7, biff8, data, date, dateStrings, format, formatString, indexCode, initialized, number
 
Fields inherited from class jxl.biff.RecordData
code, record
 
Constructor Summary
NumberFormat(java.lang.String format)
          Constructor, taking in the Java compliant number format
 
Methods inherited from class jxl.write.biff.NumberFormatRecord
trimInvalidChars
 
Methods inherited from class jxl.biff.FormatRecord
equals, getData, getDateFormat, getFormatIndex, getFormatString, getIndexCode, getNumberFormat, 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, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 
Methods inherited from interface jxl.biff.DisplayFormat
getFormatIndex, initialize, isBuiltIn, isInitialized
 

Constructor Detail

NumberFormat

public NumberFormat(java.lang.String format)
Constructor, taking in the Java compliant number format
Parameters:
format -