|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jxl.biff.RecordData | +--jxl.read.biff.ColumnInfoRecord
Contains the display info data which affects the entire columns
Field Summary | |
private byte[] |
data
The raw data |
private int |
endColumn
The end column for which to apply the format information |
private boolean |
hidden
A hidden flag |
private int |
startColumn
s * The start for which to apply the format information |
private int |
width
The width of the column in 1/256 of a character |
private int |
xfIndex
The index to the XF record, which applies to each cell in this column |
Fields inherited from class jxl.biff.RecordData |
code, record |
Constructor Summary | |
(package private) |
ColumnInfoRecord(Record t)
Constructor which creates this object from the binary data |
Method Summary | |
int |
getEndColumn()
Accessor for the end column of this range |
boolean |
getHidden()
Accessor for the hidden flag. |
int |
getStartColumn()
Accessor for the start column of this range |
int |
getWidth()
Accessor for the width of the column |
int |
getXFIndex()
Accessor for the column format index |
Methods inherited from class jxl.biff.RecordData |
getCode, getRecord |
Methods inherited from class java.lang.Object |
|
Field Detail |
private byte[] data
private int startColumn
private int endColumn
private int xfIndex
private int width
private boolean hidden
Constructor Detail |
ColumnInfoRecord(Record t)
t
- the recordMethod Detail |
public int getStartColumn()
public int getEndColumn()
public int getXFIndex()
public int getWidth()
public boolean getHidden()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |