Uses of Class
org.apache.poi.xslf.usermodel.XSLFSlide
-
Packages that use XSLFSlide Package Description org.apache.poi.xslf.usermodel -
-
Uses of XSLFSlide in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that return XSLFSlide Modifier and Type Method Description XSLFSlideXMLSlideShow. createSlide()Create a blank slide using the default (first) master.XSLFSlideXMLSlideShow. createSlide(XSLFSlideLayout layout)Create a slide and initialize it from the specified layout.XSLFSlideXSLFSlide. importContent(XSLFSheet src)XSLFSlideXMLSlideShow. removeSlide(int index)Methods in org.apache.poi.xslf.usermodel that return types with arguments of type XSLFSlide Modifier and Type Method Description List<XSLFSlide>XMLSlideShow. getSlides()Return all the slides in the slideshowMethods in org.apache.poi.xslf.usermodel with parameters of type XSLFSlide Modifier and Type Method Description voidXSLFSlideLayout. copyLayout(XSLFSlide slide)Copy placeholders from this layout to the destination slideXSLFChartXMLSlideShow. createChart(XSLFSlide slide)Create a blank chart on the given slide.XSLFNotesXMLSlideShow. getNotesSlide(XSLFSlide slide)Return notes slide for the specified slide or create new if it does not exist yet.voidXMLSlideShow. setSlideOrder(XSLFSlide slide, int newIndex)
-