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


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.poi.POIXMLDocumentPart
POIXMLDocumentPart.RelationPart
 
Field Summary
protected  XDGFDocument _document
           
 
Constructor Summary
XDGFXMLDocumentPart(PackagePart part, XDGFDocument document)
           
 
Method Summary
 
Methods inherited from class org.apache.poi.POIXMLDocumentPart
_invokeOnDocumentRead, addRelation, commit, createRelationship, createRelationship, createRelationship, getNextPartNumber, getPackagePart, getParent, getRelationById, getRelationId, getRelationParts, 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,
                           XDGFDocument document)
Since:
POI 3.14-Beta1