Package org.apache.poi.xssf.usermodel
Class XSSFMap
java.lang.Object
org.apache.poi.xssf.usermodel.XSSFMap
This class implements the Map element (Open Office XML Part 4:
chapter 3.16.2)
This element contains all of the properties related to the XML map, and the behaviors expected during data refresh operations.
- Author:
- Roberto Manicardi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.openxmlformats.schemas.spreadsheetml.x2006.main.CTMap
getCtMap()
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSchema
-
Constructor Details
-
XSSFMap
-
-
Method Details
-
getCtMap
-
getCTSchema
-
getSchema
-
getRelatedSingleXMLCell
- Returns:
- the list of Single Xml Cells that provide a map rule to this mapping.
-
getRelatedTables
- Returns:
- the list of all Tables that provide a map rule to this mapping
-