Package org.apache.poi.xdgf.usermodel
Class XDGFMasterContents
- 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.XDGFMasterContents
-
public class XDGFMasterContents extends XDGFBaseContents
Contains the actual contents of the master/stencil
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.poi.ooxml.POIXMLDocumentPart
POIXMLDocumentPart.RelationPart
-
-
Field Summary
Fields Modifier and Type Field Description protected XDGFMaster
_master
-
Fields 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 Constructor Description XDGFMasterContents(PackagePart part, XDGFDocument document)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XDGFMaster
getMaster()
protected void
onDocumentRead()
Fired when a package part is readprotected void
setMaster(XDGFMaster master)
-
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 Detail
-
_master
protected XDGFMaster _master
-
-
Constructor Detail
-
XDGFMasterContents
public XDGFMasterContents(PackagePart part, XDGFDocument document)
- Since:
- POI 3.14-Beta1
-
-
Method Detail
-
onDocumentRead
protected void onDocumentRead()
Description copied from class:POIXMLDocumentPart
Fired when a package part is read- Overrides:
onDocumentRead
in classXDGFBaseContents
-
getMaster
public XDGFMaster getMaster()
-
setMaster
protected void setMaster(XDGFMaster master)
-
-