org.apache.poi.xdgf.usermodel
Class XDGFMasterContents

java.lang.Object
  extended by org.apache.poi.POIXMLDocumentPart
      extended by org.apache.poi.xdgf.xml.XDGFXMLDocumentPart
          extended by org.apache.poi.xdgf.usermodel.XDGFBaseContents
              extended by 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.POIXMLDocumentPart
POIXMLDocumentPart.RelationPart
 
Field Summary
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
XDGFMasterContents(PackagePart part, XDGFDocument document)
           
 
Method Summary
 XDGFMaster getMaster()
           
protected  void onDocumentRead()
          Fired when a package part is read
protected  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.POIXMLDocumentPart
_invokeOnDocumentRead, addRelation, commit, createRelationship, createRelationship, createRelationship, getNextPartNumber, getPackagePart, getParent, getRelationById, getRelationId, getRelationParts, getRelations, getTargetPart, onDocumentCreate, onDocumentRemove, onSave, prepareForCommit, read, rebase, removeRelation, removeRelation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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 class XDGFBaseContents

getMaster

public XDGFMaster getMaster()

setMaster

protected void setMaster(XDGFMaster master)


Copyright 2017 The Apache Software Foundation or its licensors, as applicable.