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

All Implemented Interfaces:
    BooleanCell, FormulaData, BooleanFormulaCell, CellFeaturesAccessor, Cell

A boolean formula's last calculated value
Constructor:
 public BooleanFormulaRecord(Record t,
    FormattingRecords fr,
    ExternalSheet es,
    WorkbookMethods nt,
    SheetImpl si) 
    Constructs this object from the raw data
    Parameters:
    t - the raw data
    fr - the formatting records
    si - the sheet
    es - the sheet
    nt - the name table
Method from jxl.read.biff.BooleanFormulaRecord Summary:
getContents,   getFormula,   getFormulaData,   getType,   getValue
Methods from jxl.read.biff.CellValue:
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.BooleanFormulaRecord Detail:
 public String getContents() 
    Returns the numerical value as a string
 public String getFormula() throws FormulaException 
    Gets the formula as an excel string
 public byte[] getFormulaData() throws FormulaException 
    Gets the raw bytes for the formula. This will include the parsed tokens array
 public CellType getType() 
    Returns the cell type
 public boolean getValue() 
    Interface method which Gets the boolean value stored in this cell. If this cell contains an error, then returns FALSE. Always query this cell type using the accessor method isError() prior to calling this method