Uses of Class
org.apache.poi.ss.formula.ptg.Ref3DPtg
-
Packages that use Ref3DPtg Package Description org.apache.poi.ss.formula This package contains common internal POI code for manipulating formulas.org.apache.poi.ss.formula.ptg The formula package contains binary PTG structures used in Formulas -
-
Uses of Ref3DPtg in org.apache.poi.ss.formula
Methods in org.apache.poi.ss.formula with parameters of type Ref3DPtg Modifier and Type Method Description ValueEvalOperationEvaluationContext. getRef3DEval(Ref3DPtg rptg) -
Uses of Ref3DPtg in org.apache.poi.ss.formula.ptg
Methods in org.apache.poi.ss.formula.ptg that return Ref3DPtg Modifier and Type Method Description Ref3DPtgRef3DPtg. copy()Constructors in org.apache.poi.ss.formula.ptg with parameters of type Ref3DPtg Constructor Description Ref3DPtg(Ref3DPtg other)
-