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 ValueEval
OperationEvaluationContext. 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 Ref3DPtg
Ref3DPtg. copy()
Constructors in org.apache.poi.ss.formula.ptg with parameters of type Ref3DPtg Constructor Description DeletedRef3DPtg(int externSheetIndex, Ref3DPtg ptg, String bookName)
Ref3DPtg(Ref3DPtg other)
-