Uses of Class
org.apache.poi.ss.formula.ptg.NameXPtg

Packages that use NameXPtg
org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files. 
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
org.apache.poi.ss.formula This package contains common internal POI code for manipulating formulas. 
org.apache.poi.ss.formula.eval   
org.apache.poi.xssf.usermodel   
 

Uses of NameXPtg in org.apache.poi.hssf.model
 

Methods in org.apache.poi.hssf.model that return NameXPtg
 NameXPtg InternalWorkbook.getNameXPtg(java.lang.String name, UDFFinder udf)
           
 

Uses of NameXPtg in org.apache.poi.hssf.usermodel
 

Methods in org.apache.poi.hssf.usermodel that return NameXPtg
 NameXPtg HSSFEvaluationWorkbook.getNameXPtg(java.lang.String name)
           
 

Methods in org.apache.poi.hssf.usermodel with parameters of type NameXPtg
 java.lang.String HSSFEvaluationWorkbook.resolveNameXText(NameXPtg n)
           
 

Uses of NameXPtg in org.apache.poi.ss.formula
 

Methods in org.apache.poi.ss.formula that return NameXPtg
 NameXPtg FormulaParsingWorkbook.getNameXPtg(java.lang.String name)
           
 

Methods in org.apache.poi.ss.formula with parameters of type NameXPtg
 ValueEval OperationEvaluationContext.getNameXEval(NameXPtg nameXPtg)
           
 java.lang.String FormulaRenderingWorkbook.resolveNameXText(NameXPtg nameXPtg)
           
 java.lang.String EvaluationWorkbook.resolveNameXText(NameXPtg ptg)
           
 

Uses of NameXPtg in org.apache.poi.ss.formula.eval
 

Methods in org.apache.poi.ss.formula.eval that return NameXPtg
 NameXPtg NameXEval.getPtg()
           
 

Constructors in org.apache.poi.ss.formula.eval with parameters of type NameXPtg
NameXEval(NameXPtg ptg)
           
 

Uses of NameXPtg in org.apache.poi.xssf.usermodel
 

Methods in org.apache.poi.xssf.usermodel that return NameXPtg
 NameXPtg XSSFEvaluationWorkbook.getNameXPtg(java.lang.String name)
           
 

Methods in org.apache.poi.xssf.usermodel with parameters of type NameXPtg
 java.lang.String XSSFEvaluationWorkbook.resolveNameXText(NameXPtg n)
           
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.