org.apache.poi.xdgf.usermodel
Class XDGFPageContents
java.lang.Object
org.apache.poi.POIXMLDocumentPart
org.apache.poi.xdgf.xml.XDGFXMLDocumentPart
org.apache.poi.xdgf.usermodel.XDGFBaseContents
org.apache.poi.xdgf.usermodel.XDGFPageContents
public class XDGFPageContents
- extends XDGFBaseContents
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 |
_masters
protected java.util.Map<java.lang.Long,XDGFMaster> _masters
_page
protected XDGFPage _page
XDGFPageContents
public XDGFPageContents(PackagePart part,
XDGFDocument document)
- Since:
- POI 3.14-Beta1
XDGFPageContents
@Deprecated
public XDGFPageContents(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
getPage
public XDGFPage getPage()
- Returns:
- Parent page
setPage
protected void setPage(XDGFPage page)
getMasterById
public XDGFMaster getMasterById(long id)
Copyright 2016 The Apache Software Foundation or
its licensors, as applicable.