Uses of Class
org.apache.poi.ss.formula.ptg.BoolPtg
-
Packages that use BoolPtg Package Description org.apache.poi.ss.formula.ptg The 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 Modifier and Type Method Description BoolPtgBoolPtg. copy()static BoolPtgBoolPtg. read(LittleEndianInput in)static BoolPtgBoolPtg. valueOf(boolean b)
-