jxl.read.biff
Class BlankCell

java.lang.Object
  |
  +--jxl.biff.RecordData
        |
        +--jxl.read.biff.CellValue
              |
              +--jxl.read.biff.BlankCell
All Implemented Interfaces:
Cell

public class BlankCell
extends CellValue

A blank cell. Despite the fact that this cell has no contents, it has formatting information applied to it


Fields inherited from class jxl.read.biff.CellValue
column, format, formattingRecords, initialized, row, sheet, xfIndex
 
Fields inherited from class jxl.biff.RecordData
code, record
 
Constructor Summary
(package private) BlankCell(Record t, FormattingRecords fr, SheetImpl si)
          Constructs this object from the raw data
 
Method Summary
 java.lang.String getContents()
          Returns the contents of this cell as an empty string
 CellType getType()
          Accessor for the cell type
 
Methods inherited from class jxl.read.biff.CellValue
getCellFormat, getColumn, getRow, getSheet, getXFIndex, isHidden
 
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
 

Constructor Detail

BlankCell

BlankCell(Record t,
          FormattingRecords fr,
          SheetImpl si)
Constructs this object from the raw data
Parameters:
t - the raw data
fr - the available formats
si - the sheet
Method Detail

getContents

public java.lang.String getContents()
Returns the contents of this cell as an empty string
Returns:
the value formatted into a string

getType

public CellType getType()
Accessor for the cell type
Returns:
the cell type