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
XmlException
java.io.IOException
public XSLFSlideShow _getXSLFSlideShow()
public MasterSheet createMasterSheet() throws java.io.IOException
createMasterSheet
in interface SlideShow
java.io.IOException
public Slide createSlide() throws java.io.IOException
createSlide
in interface SlideShow
java.io.IOException
public MasterSheet[] getMasterSheet()
getMasterSheet
in interface SlideShow
public XSLFSlide[] getSlides()
public Resources getResources()
getResources
in interface SlideShow
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.