|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jxl.biff.FormattingRecords | +--jxl.write.biff.WritableFormattingRecords
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 |
|
Field Detail |
public static WritableCellFormat normalStyle
Constructor Detail |
public WritableFormattingRecords(Fonts f)
f
- the list of Fonts
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |