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

Packages that use XSSFMap
org.apache.poi.xssf.extractor   
org.apache.poi.xssf.model   
org.apache.poi.xssf.usermodel   
 

Uses of XSSFMap in org.apache.poi.xssf.extractor
 

Constructors in org.apache.poi.xssf.extractor with parameters of type XSSFMap
XSSFExportToXml(XSSFMap map)
          Creates a new exporter and sets the mapping to be used when generating the XML output document
XSSFImportFromXML(XSSFMap map)
           
 

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

Methods in org.apache.poi.xssf.model that return XSSFMap
 XSSFMap MapInfo.getXSSFMapById(int id)
           
 XSSFMap MapInfo.getXSSFMapByName(java.lang.String name)
           
 

Methods in org.apache.poi.xssf.model that return types with arguments of type XSSFMap
 java.util.Collection<XSSFMap> MapInfo.getAllXSSFMaps()
           
 

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

Methods in org.apache.poi.xssf.usermodel that return types with arguments of type XSSFMap
 java.util.Collection<XSSFMap> XSSFWorkbook.getCustomXMLMappings()
           
 



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