public class XSSFMap
extends java.lang.Object
Constructor and Description |
---|
XSSFMap(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTMap ctMap,
MapInfo mapInfo) |
Modifier and Type | Method and Description |
---|---|
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTMap |
getCtMap() |
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSchema |
getCTSchema() |
java.util.List<XSSFSingleXmlCell> |
getRelatedSingleXMLCell() |
java.util.List<XSSFTable> |
getRelatedTables() |
org.w3c.dom.Node |
getSchema() |
public XSSFMap(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTMap ctMap, MapInfo mapInfo)
@Internal public org.openxmlformats.schemas.spreadsheetml.x2006.main.CTMap getCtMap()
@Internal public org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSchema getCTSchema()
public org.w3c.dom.Node getSchema()
public java.util.List<XSSFSingleXmlCell> getRelatedSingleXMLCell()
public java.util.List<XSSFTable> getRelatedTables()
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.