Save This Page
Home » poi-src-3.1-FINAL-20080629 » org.apache » poi » hssf » record » formula » [javadoc | source]
org.apache.poi.hssf.record.formula
public class: ReferencePtg [javadoc | source]
java.lang.Object
   org.apache.poi.hssf.record.formula.Ptg
      org.apache.poi.hssf.record.formula.ReferencePtg

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 ReferencePtg(String cellref) 
    Takes in a String represnetation of a cell reference and fills out the numeric fields.
 public ReferencePtg(byte[] data,
    int offset) 
Method from org.apache.poi.hssf.record.formula.ReferencePtg Summary:
clone,   getColumn,   getColumnRaw,   getDefaultOperandClass,   getRow,   getSize,   isColRelative,   isRowRelative,   setColRelative,   setColumn,   setColumnRaw,   setRow,   setRowRelative,   toFormulaString,   toString,   writeBytes
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.ReferencePtg Detail:
 public Object clone() 
 public short getColumn() 
 public short getColumnRaw() 
 public byte getDefaultOperandClass() 
 public short getRow() 
 public int getSize() 
 public boolean isColRelative() 
 public boolean isRowRelative() 
 public  void setColRelative(boolean rel) 
 public  void setColumn(short col) 
 public  void setColumnRaw(short col) 
 public  void setRow(short row) 
 public  void setRowRelative(boolean rel) 
 public String toFormulaString(Workbook book) 
 public String toString() 
 public  void writeBytes(byte[] array,
    int offset)