Uses of Class
org.apache.poi.hssf.record.formula.AttrPtg

Packages that use AttrPtg
org.apache.poi.hssf.record.formula formula package contains binary PTG structures used in Formulas 
 

Uses of AttrPtg in org.apache.poi.hssf.record.formula
 

Fields in org.apache.poi.hssf.record.formula declared as AttrPtg
static AttrPtg AttrPtg.SUM
           
 

Methods in org.apache.poi.hssf.record.formula that return AttrPtg
static AttrPtg AttrPtg.createIf(int dist)
           
static AttrPtg AttrPtg.createSkip(int dist)
           
static AttrPtg AttrPtg.createSpace(int type, int count)
           
static AttrPtg AttrPtg.getSumSingle()