Uses of Class
org.apache.poi.xslf.usermodel.XSLFSlideMaster

Packages that use XSLFSlideMaster
org.apache.poi.xslf.usermodel   
 

Uses of XSLFSlideMaster in org.apache.poi.xslf.usermodel
 

Methods in org.apache.poi.xslf.usermodel that return XSLFSlideMaster
 XSLFSlideMaster XSLFSlideLayout.getMasterSheet()
           
 XSLFSlideMaster XSLFSlideMaster.getMasterSheet()
           
 XSLFSlideMaster XSLFSlideLayout.getSlideMaster()
          Slide master object associated with this layout.
 XSLFSlideMaster XSLFSlide.getSlideMaster()
           
 

Methods in org.apache.poi.xslf.usermodel that return types with arguments of type XSLFSlideMaster
 java.util.List<XSLFSlideMaster> XMLSlideShow.getSlideMasters()
           
 



Copyright 2015 The Apache Software Foundation or its licensors, as applicable.