org.apache.poi.xdgf.xml
Class XDGFXMLDocumentPart

java.lang.Object
  extended by org.apache.poi.POIXMLDocumentPart
      extended by org.apache.poi.xdgf.xml.XDGFXMLDocumentPart
Direct Known Subclasses:
XDGFBaseContents, XDGFMasters, XDGFPages

public class XDGFXMLDocumentPart
extends POIXMLDocumentPart


Field Summary
protected  XDGFDocument _document
           
 
Constructor Summary
XDGFXMLDocumentPart(PackagePart part, PackageRelationship rel, XDGFDocument document)
           
 
Method Summary
 
Methods inherited from class org.apache.poi.POIXMLDocumentPart
_invokeOnDocumentRead, addRelation, commit, createRelationship, createRelationship, createRelationship, getPackagePart, getPackageRelationship, getParent, getRelationById, getRelationId, getRelations, getTargetPart, onDocumentCreate, onDocumentRead, onDocumentRemove, onSave, prepareForCommit, read, rebase, removeRelation, removeRelation, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_document

protected XDGFDocument _document
Constructor Detail

XDGFXMLDocumentPart

public XDGFXMLDocumentPart(PackagePart part,
                           PackageRelationship rel,
                           XDGFDocument document)


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