|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jxl.biff.RecordData | +--jxl.biff.WritableRecordData | +--jxl.biff.FormatRecord | +--jxl.write.biff.NumberFormatRecord
A class which contains a number format
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.WritableRecordData |
maxRecordLength |
Fields inherited from class jxl.biff.RecordData |
code, record |
Constructor Summary | |
protected |
NumberFormatRecord(java.lang.String fmt)
Constructor. |
Method Summary | |
private java.lang.String |
trimInvalidChars(java.lang.String fs)
Remove all but the first characters preceding the # or the 0. |
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, handleContinueRecords |
Methods inherited from class jxl.biff.RecordData |
getCode, getRecord |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
protected NumberFormatRecord(java.lang.String fmt)
fmt
- the number formatMethod Detail |
private java.lang.String trimInvalidChars(java.lang.String fs)
fs
- the candidate number format
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |