Uses of Class
org.apache.poi.ss.formula.ptg.BoolPtg

Packages that use BoolPtg
org.apache.poi.ss.formula.ptg formula package contains binary PTG structures used in Formulas 
 

Uses of BoolPtg in org.apache.poi.ss.formula.ptg
 

Methods in org.apache.poi.ss.formula.ptg that return BoolPtg
static BoolPtg BoolPtg.read(LittleEndianInput in)
           
static BoolPtg BoolPtg.valueOf(boolean b)
           
 



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