Uses of Class
org.apache.poi.ss.formula.ptg.ScalarConstantPtg
-
Packages that use ScalarConstantPtg Package Description org.apache.poi.ss.formula.ptg The formula package contains binary PTG structures used in Formulas -
-
Uses of ScalarConstantPtg in org.apache.poi.ss.formula.ptg
Subclasses of ScalarConstantPtg in org.apache.poi.ss.formula.ptg Modifier and Type Class Description classBoolPtgBoolean (boolean) Stores a (java) boolean value in a formula.classErrPtgclassIntPtgInteger (unsigned short integer) Stores an unsigned short value (java int) in a formulaclassMissingArgPtgMissing Function ArgumentsclassNumberPtgNumber Stores a floating point value in a formula value stored in a 8 byte field using IEEE notationclassStringPtgString Stores a String value in a formula value stored in the format <length 2 bytes>char[]
-