public class MapInfo
extends org.apache.poi.ooxml.POIXMLDocumentPart
| Constructor and Description |
|---|
MapInfo() |
MapInfo(PackagePart part) |
| Modifier and Type | Method and Description |
|---|---|
Collection<XSSFMap> |
getAllXSSFMaps() |
CTMapInfo |
getCTMapInfo() |
CTSchema |
getCTSchemaById(String schemaId)
Gets the
|
XSSFWorkbook |
getWorkbook()
Returns the parent XSSFWorkbook
|
XSSFMap |
getXSSFMapById(int id) |
XSSFMap |
getXSSFMapByName(String name) |
void |
readFrom(InputStream is) |
_invokeOnDocumentRead, addRelation, createRelationship, createRelationship, createRelationship, getPackagePart, getParent, getRelationById, getRelationId, getRelationPartById, getRelationParts, getRelations, isCommited, isCommitted, setCommited, setCommitted, toStringpublic MapInfo()
public MapInfo(PackagePart part) throws IOException
IOExceptionpublic void readFrom(InputStream is) throws IOException
IOExceptionpublic XSSFWorkbook getWorkbook()
public CTMapInfo getCTMapInfo()
public CTSchema getCTSchemaById(String schemaId)
schemaId - the schema IDpublic XSSFMap getXSSFMapById(int id)
public Collection<XSSFMap> getAllXSSFMaps()
Copyright © 2010 - 2020 Adobe. All Rights Reserved