Package org.apache.poi.xssf.usermodel
Class XSSFMap
- java.lang.Object
-
- org.apache.poi.xssf.usermodel.XSSFMap
-
public class XSSFMap extends Object
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.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openxmlformats.schemas.spreadsheetml.x2006.main.CTMapgetCtMap()org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSchemagetCTSchema()List<XSSFSingleXmlCell>getRelatedSingleXMLCell()List<XSSFTable>getRelatedTables()NodegetSchema()
-
-
-
Constructor Detail
-
XSSFMap
public XSSFMap(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTMap ctMap, MapInfo mapInfo)
-
-
Method Detail
-
getCtMap
@Internal public org.openxmlformats.schemas.spreadsheetml.x2006.main.CTMap getCtMap()
-
getCTSchema
@Internal public org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSchema getCTSchema()
-
getSchema
public Node getSchema()
-
getRelatedSingleXMLCell
public List<XSSFSingleXmlCell> getRelatedSingleXMLCell()
- Returns:
- the list of Single Xml Cells that provide a map rule to this mapping.
-
-