Uses of Class
org.apache.poi.ss.formula.ptg.AttrPtg
-
Packages that use AttrPtg Package Description org.apache.poi.ss.formula.ptg The formula package contains binary PTG structures used in Formulas -
-
Uses of AttrPtg in org.apache.poi.ss.formula.ptg
Fields in org.apache.poi.ss.formula.ptg declared as AttrPtg Modifier and Type Field Description static AttrPtg
AttrPtg. SUM
Methods in org.apache.poi.ss.formula.ptg that return AttrPtg Modifier and Type Method Description AttrPtg
AttrPtg. copy()
static AttrPtg
AttrPtg. createIf(int dist)
static AttrPtg
AttrPtg. createSkip(int dist)
static AttrPtg
AttrPtg. createSpace(int type, int count)
static AttrPtg
AttrPtg. getFunIn(int funcId)
static AttrPtg
AttrPtg. getSumSingle()
-