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 XSLFSlideMaster.getLayout(SlideLayout type)
           
 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 2012 The Apache Software Foundation or its licensors, as applicable.