jxl.write.biff
Class WritableFormattingRecords

java.lang.Object
  extended byjxl.biff.FormattingRecords
      extended byjxl.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
 
Constructor Summary
WritableFormattingRecords(Fonts f, jxl.write.biff.Styles styles)
          Constructor.
 
Methods inherited from class jxl.biff.FormattingRecords
addFormat, addStyle, getColourRGB, getDateFormat, getFonts, 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, toString, wait, wait, wait
 

Field Detail

normalStyle

public static WritableCellFormat normalStyle
The statically defined normal style

Constructor Detail

WritableFormattingRecords

public WritableFormattingRecords(Fonts f,
                                 jxl.write.biff.Styles styles)
Constructor. Instantiates the prerequisite list of formats and styles required by all Excel workbooks

Parameters:
f - the list of Fonts
styles - the list of style clones