Uses of Class
org.apache.poi.hssf.record.formula.ScalarConstantPtg

Packages that use ScalarConstantPtg
org.apache.poi.hssf.record.formula formula package contains binary PTG structures used in Formulas 
 

Uses of ScalarConstantPtg in org.apache.poi.hssf.record.formula
 

Subclasses of ScalarConstantPtg in org.apache.poi.hssf.record.formula
 class BoolPtg
          Boolean (boolean) Stores a (java) boolean value in a formula.
 class ErrPtg
           
 class IntPtg
          Integer (unsigned short integer) Stores an unsigned short value (java int) in a formula
 class MissingArgPtg
          Missing Function Arguments Avik Sengupta <avik at apache.org>
 class NumberPtg
          Number Stores a floating point value in a formula value stored in a 8 byte field using IEEE notation
 class StringPtg
          String Stores a String value in a formula value stored in the format <length 2 bytes>char[]
 



Copyright 2010 The Apache Software Foundation or its licensors, as applicable.