jxl.write
Class Formula

java.lang.Object
  |
  +--jxl.biff.RecordData
        |
        +--jxl.biff.WritableRecordData
              |
              +--jxl.write.biff.CellValue
                    |
                    +--jxl.write.biff.FormulaRecord
                          |
                          +--jxl.write.Formula
All Implemented Interfaces:
ByteData, Cell, FormulaData, WritableCell

public class Formula
extends FormulaRecord
implements WritableCell

A cell, created by user applications, which contains a numerical value


Fields inherited from class jxl.write.biff.FormulaRecord
formulaBytes, formulaString, formulaToParse, parser
 
Fields inherited from class jxl.write.biff.CellValue
column, format, formattingRecords, referenced, row, sheet
 
Fields inherited from class jxl.biff.WritableRecordData
maxRecordLength
 
Fields inherited from class jxl.biff.RecordData
code, record
 
Constructor Summary
Formula(int c, int r, java.lang.String form)
          Constructs the formula
Formula(int c, int r, java.lang.String form, CellFormat st)
          Constructs a formula
 
Methods inherited from class jxl.write.biff.FormulaRecord
getContents, getData, getFormulaData, getType, initialize, setCellDetails
 
Methods inherited from class jxl.write.biff.CellValue
decrementColumn, decrementRow, getCellFormat, getColumn, getRow, getXFIndex, incrementColumn, incrementRow, isHidden, isReferenced, setCellFormat
 
Methods inherited from class jxl.biff.WritableRecordData
getBytes, handleContinueRecords
 
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
 
Methods inherited from interface jxl.write.WritableCell
setCellFormat
 
Methods inherited from interface jxl.Cell
getCellFormat, getColumn, getContents, getRow, getType, isHidden
 

Constructor Detail

Formula

public Formula(int c,
               int r,
               java.lang.String form)
Constructs the formula
Parameters:
c -  
r -  
val -  

Formula

public Formula(int c,
               int r,
               java.lang.String form,
               CellFormat st)
Constructs a formula
Parameters:
c -  
r -  
form -  
st -