Uses of Class
org.apache.poi.xslf.usermodel.XSLFSlideLayout
-
Packages that use XSLFSlideLayout Package Description org.apache.poi.xslf.usermodel -
-
Uses of XSLFSlideLayout in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that return XSLFSlideLayout Modifier and Type Method Description XSLFSlideLayout
XMLSlideShow. findLayout(java.lang.String name)
Scan the master slides for the first slide layout with the given name.XSLFSlideLayout
XSLFSlideMaster. getLayout(java.lang.String name)
Get the slide layout by name.XSLFSlideLayout
XSLFSlideMaster. getLayout(SlideLayout type)
Get the slide layout by type.XSLFSlideLayout
XSLFSlide. getMasterSheet()
XSLFSlideLayout
XSLFSlide. getSlideLayout()
XSLFSlideLayout[]
XSLFSlideMaster. getSlideLayouts()
Methods in org.apache.poi.xslf.usermodel with parameters of type XSLFSlideLayout Modifier and Type Method Description XSLFSlide
XMLSlideShow. createSlide(XSLFSlideLayout layout)
Create a slide and initialize it from the specified layout.protected void
XSLFSlide. removeLayoutRelation(XSLFSlideLayout layout)
-