Package org.apache.poi.xdgf.usermodel
Class XDGFPageContents
java.lang.Object
org.apache.poi.ooxml.POIXMLDocumentPart
org.apache.poi.xdgf.xml.XDGFXMLDocumentPart
org.apache.poi.xdgf.usermodel.XDGFBaseContents
org.apache.poi.xdgf.usermodel.XDGFPageContents
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.poi.ooxml.POIXMLDocumentPart
POIXMLDocumentPart.RelationPart
-
Field Summary
FieldsFields inherited from class org.apache.poi.xdgf.usermodel.XDGFBaseContents
_connections, _pageContents, _shapes, _toplevelShapes
Fields inherited from class org.apache.poi.xdgf.xml.XDGFXMLDocumentPart
_document
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMasterById
(long id) getPage()
protected void
Fired when a package part is readprotected void
Methods inherited from class org.apache.poi.xdgf.usermodel.XDGFBaseContents
addToShapeIndex, draw, getConnections, getShapeById, getShapes, getShapesMap, getTopLevelShapes, getXmlObject, toString, visitShapes
Methods inherited from class org.apache.poi.ooxml.POIXMLDocumentPart
_invokeOnDocumentRead, addRelation, commit, createRelationship, createRelationship, createRelationship, getNextPartNumber, getPackagePart, getParent, getRelationById, getRelationId, getRelationPartById, getRelationParts, getRelations, getTargetPart, isCommited, onDocumentCreate, onDocumentRemove, onSave, prepareForCommit, read, rebase, removeRelation, removeRelation, removeRelation, setCommited
-
Field Details
-
_masters
-
_page
-
-
Constructor Details
-
XDGFPageContents
- Since:
- POI 3.14-Beta1
-
-
Method Details
-
onDocumentRead
protected void onDocumentRead()Description copied from class:POIXMLDocumentPart
Fired when a package part is read- Overrides:
onDocumentRead
in classXDGFBaseContents
-
getPage
- Returns:
- Parent page
-
setPage
-
getMasterById
-