jxl.read.biff
Class BlankCell

java.lang.Object
  extended byjxl.biff.RecordData
      extended byjxl.read.biff.CellValue
          extended byjxl.read.biff.BlankCell
All Implemented Interfaces:
Cell, jxl.read.biff.CellFeaturesAccessor

public class BlankCell
extends CellValue

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


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
getCellFeatures, getCellFormat, getColumn, getRow, getSheet, getXFIndex, isHidden, setCellFeatures
 
Methods inherited from class jxl.biff.RecordData
getCode, getRecord
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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