Uses of Class
org.apache.poi.ss.formula.ptg.ErrPtg
-
Packages that use ErrPtg Package Description org.apache.poi.ss.formula.ptg The formula package contains binary PTG structures used in Formulas -
-
Uses of ErrPtg in org.apache.poi.ss.formula.ptg
Fields in org.apache.poi.ss.formula.ptg declared as ErrPtg Modifier and Type Field Description static ErrPtgErrPtg. DIV_ZERO#DIV/0!static ErrPtgErrPtg. N_A#N/A - Argument or function not availablestatic ErrPtgErrPtg. NAME_INVALID#NAME?static ErrPtgErrPtg. NULL_INTERSECTION#NULL!static ErrPtgErrPtg. NUM_ERROR#NUM!static ErrPtgErrPtg. REF_INVALID#REF!static ErrPtgErrPtg. VALUE_INVALID#VALUE!Methods in org.apache.poi.ss.formula.ptg that return ErrPtg Modifier and Type Method Description ErrPtgErrPtg. copy()static ErrPtgErrPtg. read(LittleEndianInput in)static ErrPtgErrPtg. valueOf(int code)
-