Uses of Class
org.apache.poi.xssf.usermodel.XSSFName

Packages that use XSSFName
org.apache.poi.xssf.usermodel   
 

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

Methods in org.apache.poi.xssf.usermodel that return XSSFName
 XSSFName XSSFWorkbook.createName()
           
 XSSFName BaseXSSFEvaluationWorkbook.createName()
           
 XSSFName XSSFWorkbook.getName(java.lang.String name)
           
 XSSFName XSSFWorkbook.getNameAt(int nameIndex)
           
 

Methods in org.apache.poi.xssf.usermodel that return types with arguments of type XSSFName
 java.util.List<XSSFName> XSSFWorkbook.getNames(java.lang.String name)
           
 



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