jxl.read.biff
Class ColumnInfoRecord

java.lang.Object
  |
  +--jxl.biff.RecordData
        |
        +--jxl.read.biff.ColumnInfoRecord

public class ColumnInfoRecord
extends RecordData

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  int startColumn
          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
 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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

data

private byte[] data
The raw data

startColumn

private int startColumn
The start for which to apply the format information

endColumn

private int endColumn
The end column for which to apply the format information

xfIndex

private int xfIndex
The index to the XF record, which applies to each cell in this column

width

private int width
The width of the column in 1/256 of a character
Constructor Detail

ColumnInfoRecord

ColumnInfoRecord(Record t)
Constructor which creates this object from the binary data
Parameters:
t - the record
Method Detail

getStartColumn

public int getStartColumn()
Accessor for the start column of this range
Returns:
the start column index

getEndColumn

public int getEndColumn()
Accessor for the end column of this range
Returns:
the end column index

getXFIndex

public int getXFIndex()
Accessor for the column format index
Returns:
the format index

getWidth

public int getWidth()
Accessor for the width of the column
Returns:
the width