org.apache.poi.xslf.usermodel
public class XMLSlideShow extends java.lang.Object implements SlideShow
| Constructor and Description |
|---|
XMLSlideShow(XSLFSlideShow xml) |
| Modifier and Type | Method and Description |
|---|---|
XSLFSlideShow |
_getXSLFSlideShow() |
MasterSheet |
createMasterSheet() |
Slide |
createSlide() |
MasterSheet[] |
getMasterSheet() |
Resources |
getResources() |
XSLFSlide[] |
getSlides()
Return all the slides in the slideshow
|
public XMLSlideShow(XSLFSlideShow xml) throws XmlException, java.io.IOException
XmlExceptionjava.io.IOExceptionpublic XSLFSlideShow _getXSLFSlideShow()
public MasterSheet createMasterSheet() throws java.io.IOException
createMasterSheet in interface SlideShowjava.io.IOExceptionpublic Slide createSlide() throws java.io.IOException
createSlide in interface SlideShowjava.io.IOExceptionpublic MasterSheet[] getMasterSheet()
getMasterSheet in interface SlideShowpublic XSLFSlide[] getSlides()
public Resources getResources()
getResources in interface SlideShowCopyright 2016 The Apache Software Foundation or its licensors, as applicable.