org.apache.poi.xslf.usermodel
Class XMLSlideShow

java.lang.Object
  extended by org.apache.poi.xslf.usermodel.XMLSlideShow
All Implemented Interfaces:
SlideShow

public class XMLSlideShow
extends java.lang.Object
implements SlideShow

High level representation of a ooxml slideshow. This is the first object most users will construct whether they are reading or writing a slideshow. It is also the top level object for creating new slides/etc.


Constructor Summary
XMLSlideShow(XSLFSlideShow xml)
           
 
Method Summary
 XSLFSlideShow _getXSLFSlideShow()
           
 MasterSheet createMasterSheet()
           
 Slide createSlide()
           
 MasterSheet[] getMasterSheet()
           
 Resources getResources()
           
 XSLFSlide[] getSlides()
          Return all the slides in the slideshow
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLSlideShow

public XMLSlideShow(XSLFSlideShow xml)
             throws org.apache.xmlbeans.XmlException,
                    java.io.IOException
Throws:
org.apache.xmlbeans.XmlException
java.io.IOException
Method Detail

_getXSLFSlideShow

public XSLFSlideShow _getXSLFSlideShow()

createMasterSheet

public MasterSheet createMasterSheet()
                              throws java.io.IOException
Specified by:
createMasterSheet in interface SlideShow
Throws:
java.io.IOException

createSlide

public Slide createSlide()
                  throws java.io.IOException
Specified by:
createSlide in interface SlideShow
Throws:
java.io.IOException

getMasterSheet

public MasterSheet[] getMasterSheet()
Specified by:
getMasterSheet in interface SlideShow

getSlides

public XSLFSlide[] getSlides()
Return all the slides in the slideshow

Specified by:
getSlides in interface SlideShow

getResources

public Resources getResources()
Specified by:
getResources in interface SlideShow


Copyright 2010 The Apache Software Foundation or its licensors, as applicable.