Uses of Class
org.apache.poi.ss.formula.ptg.RefPtgBase
-
Packages that use RefPtgBase Package Description org.apache.poi.ss.formula.ptg The formula package contains binary PTG structures used in Formulas -
-
Uses of RefPtgBase in org.apache.poi.ss.formula.ptg
Subclasses of RefPtgBase in org.apache.poi.ss.formula.ptg Modifier and Type Class Description class
Ref3DPtg
Reference 3D Ptgclass
Ref3DPxg
XSSF 3D Referenceclass
RefNPtg
class
RefPtg
ReferencePtg - handles references (such as A1, A2, IA4)Constructors in org.apache.poi.ss.formula.ptg with parameters of type RefPtgBase Constructor Description RefPtgBase(RefPtgBase other)
-