|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ErrPtg | |
---|---|
org.apache.poi.ss.formula.ptg | formula package contains binary PTG structures used in Formulas Related Documentation For overviews, tutorials, examples, guides, and tool documentation, please see: Apache POI Project |
Uses of ErrPtg in org.apache.poi.ss.formula.ptg |
---|
Fields in org.apache.poi.ss.formula.ptg declared as ErrPtg | |
---|---|
static ErrPtg |
ErrPtg.DIV_ZERO
#DIV/0! |
static ErrPtg |
ErrPtg.N_A
#N/A - Argument or function not available |
static ErrPtg |
ErrPtg.NAME_INVALID
#NAME? |
static ErrPtg |
ErrPtg.NULL_INTERSECTION
#NULL! |
static ErrPtg |
ErrPtg.NUM_ERROR
#NUM! |
static ErrPtg |
ErrPtg.REF_INVALID
#REF! |
static ErrPtg |
ErrPtg.VALUE_INVALID
#VALUE! |
Methods in org.apache.poi.ss.formula.ptg that return ErrPtg | |
---|---|
static ErrPtg |
ErrPtg.read(LittleEndianInput in)
|
static ErrPtg |
ErrPtg.valueOf(int code)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |