Uses of Interface
org.apache.poi.ss.usermodel.Name

Packages that use Name
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
org.apache.poi.ss.usermodel   
org.apache.poi.xssf.model   
org.apache.poi.xssf.streaming   
org.apache.poi.xssf.usermodel   
 

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

Classes in org.apache.poi.hssf.usermodel that implement Name
 class HSSFName
          High Level Representation of a 'defined name' which could be a 'built-in' name, 'named range' or name of a user defined function.
 

Uses of Name in org.apache.poi.ss.usermodel
 

Methods in org.apache.poi.ss.usermodel that return Name
 Name Workbook.createName()
          Creates a new (uninitialised) defined name in this workbook
 Name Workbook.getName(java.lang.String name)
           
 Name Workbook.getNameAt(int nameIndex)
           
 

Uses of Name in org.apache.poi.xssf.model
 

Classes in org.apache.poi.xssf.model that implement Name
protected  class ExternalLinksTable.ExternalName
           
 

Methods in org.apache.poi.xssf.model that return types with arguments of type Name
 java.util.List<Name> ExternalLinksTable.getDefinedNames()
           
 

Uses of Name in org.apache.poi.xssf.streaming
 

Methods in org.apache.poi.xssf.streaming that return Name
 Name SXSSFWorkbook.createName()
          Creates a new (uninitialised) defined name in this workbook
 Name SXSSFWorkbook.getName(java.lang.String name)
           
 Name SXSSFWorkbook.getNameAt(int nameIndex)
           
 

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

Classes in org.apache.poi.xssf.usermodel that implement Name
 class XSSFName
          Represents a defined named range in a SpreadsheetML workbook.
 



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