|
|||||||||
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.XFRecord | +--jxl.write.biff.StyleXFRecord
A style XF Record
Inner classes inherited from class jxl.biff.XFRecord |
XFRecord.BiffType, XFRecord.XFType |
Fields inherited from class jxl.biff.XFRecord |
align, backgroundColour, biff7, biff8, biffType, bottomBorder, cell, copied, date, dateFormat, dateFormats, excelFormat, font, fontIndex, format, formatIndex, formatInfoInitialized, formattingRecords, hidden, initialized, javaDateFormats, javaNumberFormats, leftBorder, locked, number, numberFormat, numberFormats, options, orientation, parentFormat, pattern, read, rightBorder, shrinkToFit, style, topBorder, usedAttributes, valign, wrap, xfFormatType, xfIndex |
Fields inherited from class jxl.biff.WritableRecordData |
maxRecordLength |
Fields inherited from class jxl.biff.RecordData |
code, record |
Constructor Summary | |
StyleXFRecord(FontRecord fnt,
DisplayFormat form)
Constructor |
Method Summary | |
void |
setCellOptions(int opt)
Sets the raw cell options. |
void |
setLocked(boolean l)
Sets whether or not this XF record locks the cell |
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 |
public StyleXFRecord(FontRecord fnt, DisplayFormat form)
fnt
- the font for this styleform
- the format of this styleMethod Detail |
public final void setCellOptions(int opt)
opt
- the cell optionspublic void setLocked(boolean l)
l
- the locked flagWriteException
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |