|
|||||||||
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.BuiltInStyle
Represents a built in, rather than a user defined, style. This class is used by the FormattingRecords class when writing out the hard* coded styles
Field Summary | |
private int |
styleNumber
The reference number of this style |
private int |
xfIndex
The XF index of this style |
Fields inherited from class jxl.biff.RecordData |
code, record |
Constructor Summary | |
BuiltInStyle(int xfind,
int sn)
Constructor |
Method Summary | |
byte[] |
getData()
Abstract method implementation to get the raw byte data ready to write out |
Methods inherited from class jxl.biff.WritableRecordData |
getBytes |
Methods inherited from class jxl.biff.RecordData |
getCode, getRecord |
Methods inherited from class java.lang.Object |
|
Field Detail |
private int xfIndex
private int styleNumber
Constructor Detail |
public BuiltInStyle(int xfind, int sn)
xfind
- the xf index of this stylesn
- the style number of this styleMethod Detail |
public byte[] getData()
getData
in class WritableRecordData
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |