Package org.apache.poi.xdgf.usermodel
Class XDGFMasterContents
- java.lang.Object
 - 
- org.apache.poi.ooxml.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 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class org.apache.poi.ooxml.POIXMLDocumentPart
POIXMLDocumentPart.RelationPart 
 - 
 
- 
Constructor Summary
Constructors Constructor Description XDGFMasterContents(PackagePart part, XDGFDocument document) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XDGFMastergetMaster()- 
Methods inherited from class org.apache.poi.xdgf.usermodel.XDGFBaseContents
draw, getConnections, getShapeById, getShapes, getShapesMap, getTopLevelShapes, getXmlObject, toString, visitShapes 
- 
Methods inherited from class org.apache.poi.ooxml.POIXMLDocumentPart
_invokeOnDocumentRead, addRelation, createRelationship, createRelationship, createRelationship, getPackagePart, getParent, getRelationById, getRelationId, getRelationPartById, getRelationParts, getRelations, isCommited, setCommited 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
XDGFMasterContents
public XDGFMasterContents(PackagePart part, XDGFDocument document)
- Since:
 - POI 3.14-Beta1
 
 
 - 
 
- 
Method Detail
- 
getMaster
public XDGFMaster getMaster()
 
 - 
 
 -