Save This Page
Home » poi-src-3.2-FINAL-20081019 » org.apache » poi » hssf » record » formula » [javadoc | source]
org.apache.poi.hssf.record.formula
public final class: RefPtg [javadoc | source]
java.lang.Object
   org.apache.poi.hssf.record.formula.Ptg
      org.apache.poi.hssf.record.formula.OperandPtg
         org.apache.poi.hssf.record.formula.RefPtgBase
            org.apache.poi.hssf.record.formula.RefPtg

All Implemented Interfaces:
    Cloneable

ReferencePtg - handles references (such as A1, A2, IA4)
Field Summary
public static final  byte sid     
Fields inherited from org.apache.poi.hssf.record.formula.Ptg:
CLASS_REF,  CLASS_VALUE,  CLASS_ARRAY
Constructor:
 public RefPtg(String cellref) 
    Takes in a String representation of a cell reference and fills out the numeric fields.
 public RefPtg(RecordInputStream in) 
 public RefPtg(int row,
    int column,
    boolean isRowRelative,
    boolean isColumnRelative) 
Method from org.apache.poi.hssf.record.formula.RefPtg Summary:
getSid
Methods from org.apache.poi.hssf.record.formula.RefPtgBase:
getColumn,   getColumnRawX,   getDefaultOperandClass,   getRow,   getRowAsInt,   getSid,   getSize,   isColRelative,   isRowRelative,   setColRelative,   setColumn,   setColumnRawX,   setRow,   setRowRelative,   toFormulaString,   toString,   writeBytes
Methods from org.apache.poi.hssf.record.formula.OperandPtg:
isBaseToken
Methods from org.apache.poi.hssf.record.formula.Ptg:
clone,   copy,   createParsedExpressionTokens,   createPtg,   getBytes,   getDefaultOperandClass,   getEncodedSize,   getEncodedSize,   getPtgClass,   getSize,   isBaseToken,   readTokens,   serializePtgStack,   serializePtgs,   setClass,   toDebugString,   toFormulaString,   toString,   writeBytes
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.poi.hssf.record.formula.RefPtg Detail:
 protected byte getSid()