Class 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

        org.apache.poi.ooxml.POIXMLDocumentPart.RelationPart
    • 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, isCommitted, setCommited, setCommitted, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getMastersList

        public java.util.Collection<XDGFMaster> getMastersList()
      • getMasterById

        public XDGFMaster getMasterById​(long masterId)