Uses of Class
org.apache.poi.ss.formula.ptg.NameXPxg
-
Packages that use NameXPxg 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 NameXPxg in org.apache.poi.ss.formula
Methods in org.apache.poi.ss.formula with parameters of type NameXPxg Modifier and Type Method Description ValueEvalOperationEvaluationContext. getNameXEval(NameXPxg nameXPxg) -
Uses of NameXPxg in org.apache.poi.ss.formula.ptg
Methods in org.apache.poi.ss.formula.ptg that return NameXPxg Modifier and Type Method Description NameXPxgNameXPxg. copy()Constructors in org.apache.poi.ss.formula.ptg with parameters of type NameXPxg Constructor Description NameXPxg(NameXPxg other)
-