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

Packages that use NamePtg
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.xssf.usermodel   
 

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

Methods in org.apache.poi.hssf.usermodel with parameters of type NamePtg
 EvaluationName HSSFEvaluationWorkbook.getName(NamePtg namePtg)
           
 java.lang.String HSSFEvaluationWorkbook.getNameText(NamePtg namePtg)
           
 

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

Methods in org.apache.poi.ss.formula that return NamePtg
 NamePtg EvaluationName.createPtg()
           
 

Methods in org.apache.poi.ss.formula with parameters of type NamePtg
 EvaluationName EvaluationWorkbook.getName(NamePtg namePtg)
           
 java.lang.String FormulaRenderingWorkbook.getNameText(NamePtg namePtg)
           
 

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

Methods in org.apache.poi.xssf.usermodel with parameters of type NamePtg
 EvaluationName XSSFEvaluationWorkbook.getName(NamePtg namePtg)
           
 java.lang.String XSSFEvaluationWorkbook.getNameText(NamePtg namePtg)
           
 



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