Package org.apache.poi.xdgf.xml
Class XDGFXMLDocumentPart
- java.lang.Object
-
- org.apache.poi.ooxml.POIXMLDocumentPart
-
- 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.ooxml.POIXMLDocumentPart
POIXMLDocumentPart.RelationPart
-
-
Constructor Summary
Constructors Constructor Description XDGFXMLDocumentPart(PackagePart part, XDGFDocument document)
-
Method Summary
-
Methods inherited from class org.apache.poi.ooxml.POIXMLDocumentPart
_invokeOnDocumentRead, addRelation, createRelationship, createRelationship, createRelationship, getPackagePart, getParent, getRelationById, getRelationId, getRelationPartById, getRelationParts, getRelations, isCommited, setCommited, toString
-
-
-
-
Constructor Detail
-
XDGFXMLDocumentPart
public XDGFXMLDocumentPart(PackagePart part, XDGFDocument document)
- Since:
- POI 3.14-Beta1
-
-