Uses of Class
org.apache.poi.xslf.usermodel.XSLFSlide
Packages that use XSLFSlide
-
Uses of XSLFSlide in org.apache.poi.xslf.extractor
Methods in org.apache.poi.xslf.extractor with parameters of type XSLFSlideModifier and TypeMethodDescriptionstatic String
XSLFPowerPointExtractor.getText
(XSLFSlide slide, boolean slideText, boolean notesText, boolean masterText) Deprecated.Gets the requested text from the slidestatic String
XSLFPowerPointExtractor.getText
(XSLFSlide slide, boolean slideText, boolean notesText, boolean commentText, boolean masterText) Deprecated.Gets the requested text from the slide -
Uses of XSLFSlide in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that return XSLFSlideModifier and TypeMethodDescriptionXMLSlideShow.createSlide()
Create a blank slide using the default (first) master.XMLSlideShow.createSlide
(XSLFSlideLayout layout) Create a slide and initialize it from the specified layout.XSLFSlide.importContent
(XSLFSheet src) XMLSlideShow.removeSlide
(int index) Methods in org.apache.poi.xslf.usermodel that return types with arguments of type XSLFSlideModifier and TypeMethodDescriptionXMLSlideShow.getSlides()
Return all the slides in the slideshowMethods in org.apache.poi.xslf.usermodel with parameters of type XSLFSlideModifier and TypeMethodDescriptionvoid
XSLFSlideLayout.copyLayout
(XSLFSlide slide) Copy placeholders from this layout to the destination slideXMLSlideShow.createChart
(XSLFSlide slide) Create a blank chart on the given slide.XMLSlideShow.getNotesSlide
(XSLFSlide slide) Return notes slide for the specified slide or create new if it does not exist yet.void
XMLSlideShow.setSlideOrder
(XSLFSlide slide, int newIndex)