|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |