jxl.write.biff
Class WritableFormattingRecords

java.lang.Object
  |
  +--jxl.biff.FormattingRecords
        |
        +--jxl.write.biff.WritableFormattingRecords

public class WritableFormattingRecords
extends FormattingRecords

Handles the Format and XF record indexing. The writable subclass instantiates the predetermined list of XF records and formats present in every Excel Workbook


Field Summary
static WritableCellFormat normalStyle
          The statically defined normal style
 
Fields inherited from class jxl.biff.FormattingRecords
customFormatStartIndex, fonts, formats, formatsList, maxFormatRecordsIndex, minXFRecords, nextCustomIndexNumber, palette, xfRecords
 
Constructor Summary
WritableFormattingRecords(Fonts f)
          Constructor.
 
Methods inherited from class jxl.biff.FormattingRecords
addFormat, addStyle, getDateFormat, getFonts, getFormatRecord, getNumberFormat, getNumberOfFormatRecords, getPalette, getXFRecord, isDate, rationalize, rationalizeDisplayFormats, rationalizeFonts, setColourRGB, setPalette, write
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

normalStyle

public static WritableCellFormat normalStyle
The statically defined normal style
Constructor Detail

WritableFormattingRecords

public WritableFormattingRecords(Fonts f)
Constructor. Instantiates the prerequisite list of formats and styles required by all Excel workbooks
Parameters:
f - the list of Fonts