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 final class: IntPtg [javadoc | source]
java.lang.Object
   org.apache.poi.hssf.record.formula.Ptg
      org.apache.poi.hssf.record.formula.ScalarConstantPtg
         org.apache.poi.hssf.record.formula.IntPtg

All Implemented Interfaces:
    Cloneable

Integer (unsigned short integer) Stores an unsigned short value (java int) in a formula
Field Summary
public static final  int SIZE     
public static final  byte sid     
Fields inherited from org.apache.poi.hssf.record.formula.Ptg:
CLASS_REF,  CLASS_VALUE,  CLASS_ARRAY
Constructor:
 public IntPtg(RecordInputStream in) 
 public IntPtg(int value) 
Method from org.apache.poi.hssf.record.formula.IntPtg Summary:
getSize,   getValue,   isInRange,   toFormulaString,   toString,   writeBytes
Methods from org.apache.poi.hssf.record.formula.ScalarConstantPtg:
getDefaultOperandClass,   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.IntPtg Detail:
 public int getSize() 
 public int getValue() 
 public static boolean isInRange(int i) 
    Excel represents integers 0..65535 with the tInt token.
 public String toFormulaString(HSSFWorkbook book) 
 public String toString() 
 public  void writeBytes(byte[] array,
    int offset)