org.apache.poi.xdgf.usermodel
Class XDGFMasterContents
java.lang.Object
org.apache.poi.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
Methods inherited from class org.apache.poi.POIXMLDocumentPart |
_invokeOnDocumentRead, addRelation, addRelation, commit, createRelationship, createRelationship, createRelationship, getPackagePart, getPackageRelationship, 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 |
_master
protected XDGFMaster _master
XDGFMasterContents
public XDGFMasterContents(PackagePart part,
XDGFDocument document)
- Since:
- POI 3.14-Beta1
XDGFMasterContents
@Deprecated
public XDGFMasterContents(PackagePart part,
PackageRelationship rel,
XDGFDocument document)
- Deprecated. in POI 3.14, scheduled for removal in POI 3.16
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 2016 The Apache Software Foundation or
its licensors, as applicable.