|
|||||||||
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 |
Fields inherited from class jxl.biff.XFRecord |
align, backgroundColour, biff7, biff8, biffType, bottomBorder, copied, date, dateFormat, dateFormats, excelFormat, font, fontIndex, format, formatIndex, formatInfoInitialized, formattingRecords, hidden, initialized, javaDateFormats, javaNumberFormats, leftBorder, locked, number, numberFormat, numberFormats, options, orientation, pattern, read, rightBorder, topBorder, usedAttributes, valign, wrap, xfIndex |
Fields inherited from class jxl.biff.RecordData |
code, record |
Constructor Summary | |
StyleXFRecord(FontRecord fnt,
DisplayFormat form)
Constructor |
Method Summary | |
byte[] |
getData()
Gets the binary data for output to file |
void |
setCellOptions(int opt)
Sets the raw cell options. |
Methods inherited from class jxl.biff.WritableRecordData |
getBytes |
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 byte[] getData()
getData
in class XFRecord
public final void setCellOptions(int opt)
opt
- the cell options
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |