Package org.apache.poi.xdgf.usermodel
Class XDGFMasters
- java.lang.Object
-
- org.apache.poi.ooxml.POIXMLDocumentPart
-
- org.apache.poi.xdgf.xml.XDGFXMLDocumentPart
-
- org.apache.poi.xdgf.usermodel.XDGFMasters
-
public class XDGFMasters extends XDGFXMLDocumentPart
A collection of masters (typically stencils) in a Visio document
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.poi.ooxml.POIXMLDocumentPart
POIXMLDocumentPart.RelationPart
-
-
Constructor Summary
Constructors Constructor Description XDGFMasters(PackagePart part, XDGFDocument document)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XDGFMaster
getMasterById(long masterId)
java.util.Collection<XDGFMaster>
getMastersList()
-
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
-
XDGFMasters
public XDGFMasters(PackagePart part, XDGFDocument document)
- Since:
- POI 3.14-Beta1
-
-
Method Detail
-
getMastersList
public java.util.Collection<XDGFMaster> getMastersList()
-
getMasterById
public XDGFMaster getMasterById(long masterId)
-
-