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 XSLFSlideLayoutXMLSlideShow. findLayout(String name)Scan the master slides for the first slide layout with the given name.XSLFSlideLayoutXSLFSlideMaster. getLayout(String name)Get the slide layout by name.XSLFSlideLayoutXSLFSlideMaster. getLayout(SlideLayout type)Get the slide layout by type.XSLFSlideLayoutXSLFSlide. getMasterSheet()XSLFSlideLayoutXSLFSlide. getSlideLayout()XSLFSlideLayout[]XSLFSlideMaster. getSlideLayouts()Methods in org.apache.poi.xslf.usermodel with parameters of type XSLFSlideLayout Modifier and Type Method Description XSLFSlideXMLSlideShow. createSlide(XSLFSlideLayout layout)Create a slide and initialize it from the specified layout.protected voidXSLFSlide. removeLayoutRelation(XSLFSlideLayout layout)
-