Uses of Class
org.apache.poi.ss.formula.ptg.Ref3DPxg
-
Packages that use Ref3DPxg 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 Ref3DPxg in org.apache.poi.ss.formula
Methods in org.apache.poi.ss.formula with parameters of type Ref3DPxg Modifier and Type Method Description ValueEval
OperationEvaluationContext. getRef3DEval(Ref3DPxg rptg)
-
Uses of Ref3DPxg in org.apache.poi.ss.formula.ptg
Methods in org.apache.poi.ss.formula.ptg that return Ref3DPxg Modifier and Type Method Description Ref3DPxg
Ref3DPxg. copy()
Constructors in org.apache.poi.ss.formula.ptg with parameters of type Ref3DPxg Constructor Description Ref3DPxg(Ref3DPxg other)
-