Save This Page
Home » jexcelapi_2_6_8 » jxl.read.biff » [javadoc | source]
jxl.read.biff
abstract public class: CellValue [javadoc | source]
java.lang.Object
   jxl.biff.RecordData
      jxl.read.biff.CellValue

All Implemented Interfaces:
    CellFeaturesAccessor, Cell

Direct Known Subclasses:
    LabelSSTRecord, SharedBooleanFormulaRecord, SharedDateFormulaRecord, RStringRecord, NumberRecord, NumberFormulaRecord, SharedErrorFormulaRecord, ErrorFormulaRecord, SharedNumberFormulaRecord, FormulaRecord, StringFormulaRecord, SharedStringFormulaRecord, BooleanRecord, RKRecord, BaseSharedFormulaRecord, LabelRecord, ErrorRecord, BooleanFormulaRecord, BlankCell

Abstract class for all records which actually contain cell values
Constructor:
 protected CellValue(Record t,
    FormattingRecords fr,
    SheetImpl si) 
    Constructs this object from the raw cell data
    Parameters:
    t - the raw cell data
    fr - the formatting records
    si - the sheet containing this cell
Method from jxl.read.biff.CellValue Summary:
getCellFeatures,   getCellFormat,   getColumn,   getRow,   getSheet,   getXFIndex,   isHidden,   setCellFeatures
Methods from jxl.biff.RecordData:
getCode,   getRecord
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from jxl.read.biff.CellValue Detail:
 public CellFeatures getCellFeatures() 
    Accessor for the cell features
 public CellFormat getCellFormat() 
    Gets the CellFormat object for this cell. Used by the WritableWorkbook API
 public final int getColumn() 
    Interface method which returns the column number of this cell
 public final int getRow() 
    Interface method which returns the row number of this cell
 protected SheetImpl getSheet() 
    Accessor for the sheet
 public final int getXFIndex() 
    Gets the XFRecord corresponding to the index number. Used when copying a spreadsheet
 public boolean isHidden() 
    Determines whether or not this cell has been hidden
 public  void setCellFeatures(CellFeatures cf) 
    Sets the cell features during the reading process