|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjxl.biff.RecordData
jxl.biff.WritableRecordData
jxl.biff.XFRecord
jxl.write.biff.StyleXFRecord
A style XF Record
| Field Summary |
| Fields inherited from class jxl.biff.XFRecord |
biff7, biff8, cell, formatIndex, style |
| Fields inherited from class jxl.biff.WritableRecordData |
maxRecordLength |
| 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 |
| Methods inherited from class jxl.biff.RecordData |
getCode, getRecord |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public StyleXFRecord(FontRecord fnt,
DisplayFormat form)
fnt - the font for this styleform - the format of this style| Method Detail |
public final void setCellOptions(int opt)
opt - the cell optionspublic void setLocked(boolean l)
l - the locked flag
WriteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||