Uses of Class
org.apache.poi.ss.formula.ptg.AttrPtg

Packages that use AttrPtg
org.apache.poi.ss.formula.ptg 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
static AttrPtg AttrPtg.SUM
           
 

Methods in org.apache.poi.ss.formula.ptg 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()
           
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.