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

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

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

Methods in org.apache.poi.xslf.usermodel that return XSLFSlideLayout
 XSLFSlideLayout XMLSlideShow.findLayout(java.lang.String name)
          Scan the master slides for the first slide layout with the given name.
 XSLFSlideLayout XSLFSlideMaster.getLayout(SlideLayout type)
          Get the slide layout by type.
 XSLFSlideLayout XSLFSlideMaster.getLayout(java.lang.String name)
          Get the slide layout by name.
 XSLFSlideLayout XSLFSlide.getMasterSheet()
           
 XSLFSlideLayout XSLFSlide.getSlideLayout()
           
 XSLFSlideLayout[] XSLFSlideMaster.getSlideLayouts()
           
 

Methods in org.apache.poi.xslf.usermodel with parameters of type XSLFSlideLayout
 XSLFSlide XMLSlideShow.createSlide(XSLFSlideLayout layout)
          Create a slide and initialize it from the specified layout.
 



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