You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2015/10/01 10:17:37 UTC

svn commit: r1706190 [3/3] - in /poi/site/publish/apidocs: ./ org/apache/poi/ org/apache/poi/class-use/ org/apache/poi/ddf/ org/apache/poi/hssf/record/ org/apache/poi/openxml4j/exceptions/ org/apache/poi/openxml4j/exceptions/class-use/ org/apache/poi/o...

Modified: poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XMLSlideShow.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XMLSlideShow.html?rev=1706190&r1=1706189&r2=1706190&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XMLSlideShow.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XMLSlideShow.html Thu Oct  1 08:17:35 2015
@@ -180,129 +180,123 @@ implements <a href="../../../../../org/a
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code><a href="../../../../../org/apache/poi/xslf/XSLFSlideShow.html" title="class in org.apache.poi.xslf">XSLFSlideShow</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XMLSlideShow.html#_getXSLFSlideShow()">_getXSLFSlideShow</a></strong>()</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
-</td>
-</tr>
-<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFPictureData.html" title="class in org.apache.poi.xslf.usermodel">XSLFPictureData</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XMLSlideShow.html#addPicture(byte[],%20org.apache.poi.sl.usermodel.PictureData.PictureType)">addPicture</a></strong>(byte[]&nbsp;pictureData,
           <a href="../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a>&nbsp;format)</code>
 <div class="block">Adds a picture to the workbook.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XMLSlideShow.html#commit()">commit</a></strong>()</code>
 <div class="block">Save the content in the underlying package part.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/sl/usermodel/MasterSheet.html" title="interface in org.apache.poi.sl.usermodel">MasterSheet</a>&lt;<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFShape.html" title="class in org.apache.poi.xslf.usermodel">XSLFShape</a>,<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTextParagraph.html" title="class in org.apache.poi.xslf.usermodel">XSLFTextParagraph</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XMLSlideShow.html#createMasterSheet()">createMasterSheet</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XMLSlideShow.html#createNotesMaster()">createNotesMaster</a></strong>()</code>
 <div class="block">Create a notes master.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSlide.html" title="class in org.apache.poi.xslf.usermodel">XSLFSlide</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XMLSlideShow.html#createSlide()">createSlide</a></strong>()</code>
 <div class="block">Create a blank slide using the default (first) master.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSlide.html" title="class in org.apache.poi.xslf.usermodel">XSLFSlide</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XMLSlideShow.html#createSlide(org.apache.poi.xslf.usermodel.XSLFSlideLayout)">createSlide</a></strong>(<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSlideLayout.html" title="class in org.apache.poi.xslf.usermodel">XSLFSlideLayout</a>&nbsp;layout)</code>
 <div class="block">Create a slide and initialize it from the specified layout.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSlideLayout.html" title="class in org.apache.poi.xslf.usermodel">XSLFSlideLayout</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XMLSlideShow.html#findLayout(java.lang.String)">findLayout</a></strong>(java.lang.String&nbsp;name)</code>
 <div class="block">Scan the master slides for the first slide layout with the given name.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XMLSlideShow.html#getAllEmbedds()">getAllEmbedds</a></strong>()</code>
 <div class="block">Get the document's embedded files.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFCommentAuthors.html" title="class in org.apache.poi.xslf.usermodel">XSLFCommentAuthors</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XMLSlideShow.html#getCommentAuthors()">getCommentAuthors</a></strong>()</code>
 <div class="block">Returns the list of comment authors, if there is one.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>org.openxmlformats.schemas.presentationml.x2006.main.CTPresentation</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XMLSlideShow.html#getCTPresentation()">getCTPresentation</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFNotesMaster.html" title="class in org.apache.poi.xslf.usermodel">XSLFNotesMaster</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XMLSlideShow.html#getNotesMaster()">getNotesMaster</a></strong>()</code>
 <div class="block">Return the Notes Master, if there is one.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFNotes.html" title="class in org.apache.poi.xslf.usermodel">XSLFNotes</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XMLSlideShow.html#getNotesSlide(org.apache.poi.xslf.usermodel.XSLFSlide)">getNotesSlide</a></strong>(<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSlide.html" title="class in org.apache.poi.xslf.usermodel">XSLFSlide</a>&nbsp;slide)</code>
 <div class="block">Return notes slide for the specified slide or create new if it does not exist yet.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>java.awt.Dimension</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XMLSlideShow.html#getPageSize()">getPageSize</a></strong>()</code>
 <div class="block">Returns the current page size</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFPictureData.html" title="class in org.apache.poi.xslf.usermodel">XSLFPictureData</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XMLSlideShow.html#getPictureData()">getPictureData</a></strong>()</code>
 <div class="block">Returns all Pictures of this slideshow.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/sl/usermodel/Resources.html" title="interface in org.apache.poi.sl.usermodel">Resources</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XMLSlideShow.html#getResources()">getResources</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSlideMaster.html" title="class in org.apache.poi.xslf.usermodel">XSLFSlideMaster</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XMLSlideShow.html#getSlideMasters()">getSlideMasters</a></strong>()</code>
 <div class="block">Returns all slide masters.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSlide.html" title="class in org.apache.poi.xslf.usermodel">XSLFSlide</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XMLSlideShow.html#getSlides()">getSlides</a></strong>()</code>
 <div class="block">Return all the slides in the slideshow</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTableStyles.html" title="class in org.apache.poi.xslf.usermodel">XSLFTableStyles</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XMLSlideShow.html#getTableStyles()">getTableStyles</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XMLSlideShow.html#onDocumentRead()">onDocumentRead</a></strong>()</code>
 <div class="block">Fired when a package part is read</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSlide.html" title="class in org.apache.poi.xslf.usermodel">XSLFSlide</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XMLSlideShow.html#removeSlide(int)">removeSlide</a></strong>(int&nbsp;index)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XMLSlideShow.html#setPageSize(java.awt.Dimension)">setPageSize</a></strong>(java.awt.Dimension&nbsp;pgSize)</code>
 <div class="block">Sets the page size to the given <code>Dimension</code> object.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XMLSlideShow.html#setSlideOrder(org.apache.poi.xslf.usermodel.XSLFSlide,%20int)">setSlideOrder</a></strong>(<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSlide.html" title="class in org.apache.poi.xslf.usermodel">XSLFSlide</a>&nbsp;slide,
              int&nbsp;newIndex)</code>&nbsp;</td>
@@ -388,24 +382,6 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a>
 <h3>Method Detail</h3>
-<a name="_getXSLFSlideShow()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>_getXSLFSlideShow</h4>
-<pre>@Deprecated
-public&nbsp;<a href="../../../../../org/apache/poi/xslf/XSLFSlideShow.html" title="class in org.apache.poi.xslf">XSLFSlideShow</a>&nbsp;_getXSLFSlideShow()
-                                throws <a href="../../../../../org/apache/poi/openxml4j/exceptions/OpenXML4JException.html" title="class in org.apache.poi.openxml4j.exceptions">OpenXML4JException</a>,
-                                       java.io.IOException,
-                                       org.apache.xmlbeans.XmlException</pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;</div>
-<dl><dt><span class="strong">Throws:</span></dt>
-<dd><code><a href="../../../../../org/apache/poi/openxml4j/exceptions/OpenXML4JException.html" title="class in org.apache.poi.openxml4j.exceptions">OpenXML4JException</a></code></dd>
-<dd><code>java.io.IOException</code></dd>
-<dd><code>org.apache.xmlbeans.XmlException</code></dd></dl>
-</li>
-</ul>
 <a name="onDocumentRead()">
 <!--   -->
 </a>

Modified: poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFSlideMaster.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFSlideMaster.html?rev=1706190&r1=1706189&r2=1706190&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFSlideMaster.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFSlideMaster.html Thu Oct  1 08:17:35 2015
@@ -35,7 +35,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSlideLayout.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSlideShowFactory.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">Next Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSlideShow.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/poi/xslf/usermodel/XSLFSlideMaster.html" target="_top">Frames</a></li>
@@ -459,7 +459,7 @@ implements <a href="../../../../../org/a
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSlideLayout.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSlideShowFactory.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">Next Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSlideShow.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/poi/xslf/usermodel/XSLFSlideMaster.html" target="_top">Frames</a></li>

Added: poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFSlideShow.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFSlideShow.html?rev=1706190&view=auto
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFSlideShow.html (added)
+++ poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFSlideShow.html Thu Oct  1 08:17:35 2015
@@ -0,0 +1,565 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<title>XSLFSlideShow (POI API Documentation)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="XSLFSlideShow (POI API Documentation)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/XSLFSlideShow.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSlideMaster.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSlideShowFactory.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/poi/xslf/usermodel/XSLFSlideShow.html" target="_top">Frames</a></li>
+<li><a href="XSLFSlideShow.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#fields_inherited_from_class_org.apache.poi.POIXMLDocument">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.poi.xslf.usermodel</div>
+<h2 title="Class XSLFSlideShow" class="title">Class XSLFSlideShow</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../../org/apache/poi/POIXMLDocumentPart.html" title="class in org.apache.poi">org.apache.poi.POIXMLDocumentPart</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../../org/apache/poi/POIXMLDocument.html" title="class in org.apache.poi">org.apache.poi.POIXMLDocument</a></li>
+<li>
+<ul class="inheritance">
+<li>org.apache.poi.xslf.usermodel.XSLFSlideShow</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Closeable, java.lang.AutoCloseable</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="strong">XSLFSlideShow</span>
+extends <a href="../../../../../org/apache/poi/POIXMLDocument.html" title="class in org.apache.poi">POIXMLDocument</a></pre>
+<div class="block">Experimental class to do low level processing of pptx files.
+ 
+ Most users should use the higher level <a href="../../../../../org/apache/poi/xslf/usermodel/XMLSlideShow.html" title="class in org.apache.poi.xslf.usermodel"><code>XMLSlideShow</code></a> instead.
+  
+ If you are using these low level classes, then you
+  will almost certainly need to refer to the OOXML
+  specifications from
+  http://www.ecma-international.org/publications/standards/Ecma-376.htm
+ 
+ WARNING - APIs expected to change rapidly</div>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_summary">
+<!--   -->
+</a>
+<h3>Field Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="fields_inherited_from_class_org.apache.poi.POIXMLDocument">
+<!--   -->
+</a>
+<h3>Fields inherited from class&nbsp;org.apache.poi.<a href="../../../../../org/apache/poi/POIXMLDocument.html" title="class in org.apache.poi">POIXMLDocument</a></h3>
+<code><a href="../../../../../org/apache/poi/POIXMLDocument.html#DOCUMENT_CREATOR">DOCUMENT_CREATOR</a>, <a href="../../../../../org/apache/poi/POIXMLDocument.html#OLE_OBJECT_REL_TYPE">OLE_OBJECT_REL_TYPE</a>, <a href="../../../../../org/apache/poi/POIXMLDocument.html#PACK_OBJECT_REL_TYPE">PACK_OBJECT_REL_TYPE</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="fields_inherited_from_class_org.apache.poi.POIXMLDocumentPart">
+<!--   -->
+</a>
+<h3>Fields inherited from class&nbsp;org.apache.poi.<a href="../../../../../org/apache/poi/POIXMLDocumentPart.html" title="class in org.apache.poi">POIXMLDocumentPart</a></h3>
+<code><a href="../../../../../org/apache/poi/POIXMLDocumentPart.html#DEFAULT_XML_OPTIONS">DEFAULT_XML_OPTIONS</a></code></li>
+</ul>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSlideShow.html#XSLFSlideShow(org.apache.poi.openxml4j.opc.OPCPackage)">XSLFSlideShow</a></strong>(<a href="../../../../../org/apache/poi/openxml4j/opc/OPCPackage.html" title="class in org.apache.poi.openxml4j.opc">OPCPackage</a>&nbsp;container)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSlideShow.html#XSLFSlideShow(java.lang.String)">XSLFSlideShow</a></strong>(java.lang.String&nbsp;file)</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a>&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSlideShow.html#getAllEmbedds()">getAllEmbedds</a></strong>()</code>
+<div class="block">Get the document's embedded files.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSlideShow.html#getNodesPart(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdListEntry)">getNodesPart</a></strong>(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdListEntry&nbsp;parentSlide)</code>
+<div class="block">Gets the PackagePart of the notes for the
+  given slide, or null if there isn't one.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>org.openxmlformats.schemas.presentationml.x2006.main.CTNotesSlide</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSlideShow.html#getNotes(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdListEntry)">getNotes</a></strong>(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdListEntry&nbsp;slide)</code>
+<div class="block">Returns the low level notes object for the given
+  slide, as found from the supplied slide reference</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>org.openxmlformats.schemas.presentationml.x2006.main.CTPresentation</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSlideShow.html#getPresentation()">getPresentation</a></strong>()</code>
+<div class="block">Returns the low level presentation base object</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>org.openxmlformats.schemas.presentationml.x2006.main.CTSlide</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSlideShow.html#getSlide(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdListEntry)">getSlide</a></strong>(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdListEntry&nbsp;slide)</code>
+<div class="block">Returns the low level slide object from
+  the supplied slide reference</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>org.openxmlformats.schemas.presentationml.x2006.main.CTCommentList</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSlideShow.html#getSlideComments(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdListEntry)">getSlideComments</a></strong>(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdListEntry&nbsp;slide)</code>
+<div class="block">Returns all the comments for the given slide</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>org.openxmlformats.schemas.presentationml.x2006.main.CTSlideMaster</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSlideShow.html#getSlideMaster(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideMasterIdListEntry)">getSlideMaster</a></strong>(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideMasterIdListEntry&nbsp;master)</code>
+<div class="block">Returns the low level slide master object from
+  the supplied slide master reference</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSlideShow.html#getSlideMasterPart(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideMasterIdListEntry)">getSlideMasterPart</a></strong>(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideMasterIdListEntry&nbsp;master)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>org.openxmlformats.schemas.presentationml.x2006.main.CTSlideMasterIdList</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSlideShow.html#getSlideMasterReferences()">getSlideMasterReferences</a></strong>()</code>
+<div class="block">Returns the references from the presentation to its
+  slide masters.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSlideShow.html#getSlidePart(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdListEntry)">getSlidePart</a></strong>(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdListEntry&nbsp;slide)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdList</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSlideShow.html#getSlideReferences()">getSlideReferences</a></strong>()</code>
+<div class="block">Returns the references from the presentation to its
+  slides.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.POIXMLDocument">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.apache.poi.<a href="../../../../../org/apache/poi/POIXMLDocument.html" title="class in org.apache.poi">POIXMLDocument</a></h3>
+<code><a href="../../../../../org/apache/poi/POIXMLDocument.html#close()">close</a>, <a href="../../../../../org/apache/poi/POIXMLDocument.html#getCorePart()">getCorePart</a>, <a href="../../../../../org/apache/poi/POIXMLDocument.html#getPackage()">getPackage</a>, <a href="../../../../../org/apache/poi/POIXMLDocument.html#getProperties()">getProperties</a>, <a href="../../../../../org/apache/poi/POIXMLDocument.html#getRelatedByType(java.lang.String)">getRelatedByType</a>, <a href="../../../../../org/apache/poi/POIXMLDocument.html#hasOOXMLHeader(java.io.InputStream)">hasOOXMLHeader</a>, <a href="../../../../../org/apache/poi/POIXMLDocument.html#load(org.apache.poi.POIXMLFactory)">load</a>, <a href="../../../../../org/apache/poi/POIXMLDocument.html#openPackage(java.lang.String)">openPackage</a>, <a href="../../../../../org/apache/poi/POIXMLDocument.html#write(java.io.OutputStream)">write</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.POIXMLDocumentPart">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.apache.poi.<a href="../../../../../org/apache/poi/POIXMLDocumentPart.html" title="class in org.apache.poi">POIXMLDocumentPart</a></h3>
+<code><a href="../../../../../org/apache/poi/POIXMLDocumentPart.html#addRelation(java.lang.String,%20org.apache.poi.POIXMLDocumentPart)">addRelation</a>, <a href="../../../../../org/apache/poi/POIXMLDocumentPart.html#commit()">commit</a>, <a href="../../../../../org/apache/poi/POIXMLDocumentPart.html#createRelationship(org.apache.poi.POIXMLRelation,%20org.apache.poi.POIXMLFactory)">createRelationship</a>, <a href="../../../../../org/apache/poi/POIXMLDocumentPart.html#createRelationship(org.apache.poi.POIXMLRelation,%20org.apache.poi.POIXMLFactory,%20int)">createRelationship</a>, <a href="../../../../../org/apache/poi/POIXMLDocumentPart.html#createRelationship(org.apache.poi.POIXMLRelation,%20org.apache.poi.POIXMLFactory,%20int,%20boolean)">createRelationship</a>, <a href="../../../../../org/apache/poi/POIXMLDocumentPart.html#getPackagePart()">getPackagePart</a>, <a href="../../../../../org/apache/poi/POIXMLDocumentPart.html#getPackageRelationship()">getPackageRelationship</a>, <a hr
 ef="../../../../../org/apache/poi/POIXMLDocumentPart.html#getParent()">getParent</a>, <a href="../../../../../org/apache/poi/POIXMLDocumentPart.html#getRelationById(java.lang.String)">getRelationById</a>, <a href="../../../../../org/apache/poi/POIXMLDocumentPart.html#getRelationId(org.apache.poi.POIXMLDocumentPart)">getRelationId</a>, <a href="../../../../../org/apache/poi/POIXMLDocumentPart.html#getRelations()">getRelations</a>, <a href="../../../../../org/apache/poi/POIXMLDocumentPart.html#getTargetPart(org.apache.poi.openxml4j.opc.PackageRelationship)">getTargetPart</a>, <a href="../../../../../org/apache/poi/POIXMLDocumentPart.html#onDocumentCreate()">onDocumentCreate</a>, <a href="../../../../../org/apache/poi/POIXMLDocumentPart.html#onDocumentRead()">onDocumentRead</a>, <a href="../../../../../org/apache/poi/POIXMLDocumentPart.html#onDocumentRemove()">onDocumentRemove</a>, <a href="../../../../../org/apache/poi/POIXMLDocumentPart.html#onSave(java.util.Set)">onSave</a>, <a href
 ="../../../../../org/apache/poi/POIXMLDocumentPart.html#prepareForCommit()">prepareForCommit</a>, <a href="../../../../../org/apache/poi/POIXMLDocumentPart.html#read(org.apache.poi.POIXMLFactory,%20java.util.Map)">read</a>, <a href="../../../../../org/apache/poi/POIXMLDocumentPart.html#rebase(org.apache.poi.openxml4j.opc.OPCPackage)">rebase</a>, <a href="../../../../../org/apache/poi/POIXMLDocumentPart.html#removeRelation(org.apache.poi.POIXMLDocumentPart)">removeRelation</a>, <a href="../../../../../org/apache/poi/POIXMLDocumentPart.html#removeRelation(org.apache.poi.POIXMLDocumentPart,%20boolean)">removeRelation</a>, <a href="../../../../../org/apache/poi/POIXMLDocumentPart.html#toString()">toString</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="XSLFSlideShow(org.apache.poi.openxml4j.opc.OPCPackage)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>XSLFSlideShow</h4>
+<pre>public&nbsp;XSLFSlideShow(<a href="../../../../../org/apache/poi/openxml4j/opc/OPCPackage.html" title="class in org.apache.poi.openxml4j.opc">OPCPackage</a>&nbsp;container)
+              throws <a href="../../../../../org/apache/poi/openxml4j/exceptions/OpenXML4JException.html" title="class in org.apache.poi.openxml4j.exceptions">OpenXML4JException</a>,
+                     java.io.IOException,
+                     org.apache.xmlbeans.XmlException</pre>
+<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="../../../../../org/apache/poi/openxml4j/exceptions/OpenXML4JException.html" title="class in org.apache.poi.openxml4j.exceptions">OpenXML4JException</a></code></dd>
+<dd><code>java.io.IOException</code></dd>
+<dd><code>org.apache.xmlbeans.XmlException</code></dd></dl>
+</li>
+</ul>
+<a name="XSLFSlideShow(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>XSLFSlideShow</h4>
+<pre>public&nbsp;XSLFSlideShow(java.lang.String&nbsp;file)
+              throws <a href="../../../../../org/apache/poi/openxml4j/exceptions/OpenXML4JException.html" title="class in org.apache.poi.openxml4j.exceptions">OpenXML4JException</a>,
+                     java.io.IOException,
+                     org.apache.xmlbeans.XmlException</pre>
+<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="../../../../../org/apache/poi/openxml4j/exceptions/OpenXML4JException.html" title="class in org.apache.poi.openxml4j.exceptions">OpenXML4JException</a></code></dd>
+<dd><code>java.io.IOException</code></dd>
+<dd><code>org.apache.xmlbeans.XmlException</code></dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="getPresentation()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getPresentation</h4>
+<pre><a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
+public&nbsp;org.openxmlformats.schemas.presentationml.x2006.main.CTPresentation&nbsp;getPresentation()</pre>
+<div class="block">Returns the low level presentation base object</div>
+</li>
+</ul>
+<a name="getSlideReferences()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getSlideReferences</h4>
+<pre><a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
+public&nbsp;org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdList&nbsp;getSlideReferences()</pre>
+<div class="block">Returns the references from the presentation to its
+  slides.
+ You'll need these to figure out the slide ordering,
+  and to get at the actual slides themselves</div>
+</li>
+</ul>
+<a name="getSlideMasterReferences()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getSlideMasterReferences</h4>
+<pre><a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
+public&nbsp;org.openxmlformats.schemas.presentationml.x2006.main.CTSlideMasterIdList&nbsp;getSlideMasterReferences()</pre>
+<div class="block">Returns the references from the presentation to its
+  slide masters.
+ You'll need these to get at the actual slide 
+  masters themselves</div>
+</li>
+</ul>
+<a name="getSlideMasterPart(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideMasterIdListEntry)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getSlideMasterPart</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a>&nbsp;getSlideMasterPart(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideMasterIdListEntry&nbsp;master)
+                               throws java.io.IOException,
+                                      org.apache.xmlbeans.XmlException</pre>
+<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code>java.io.IOException</code></dd>
+<dd><code>org.apache.xmlbeans.XmlException</code></dd></dl>
+</li>
+</ul>
+<a name="getSlideMaster(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideMasterIdListEntry)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getSlideMaster</h4>
+<pre><a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
+public&nbsp;org.openxmlformats.schemas.presentationml.x2006.main.CTSlideMaster&nbsp;getSlideMaster(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideMasterIdListEntry&nbsp;master)
+                                                                                  throws java.io.IOException,
+                                                                                         org.apache.xmlbeans.XmlException</pre>
+<div class="block">Returns the low level slide master object from
+  the supplied slide master reference</div>
+<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code>java.io.IOException</code></dd>
+<dd><code>org.apache.xmlbeans.XmlException</code></dd></dl>
+</li>
+</ul>
+<a name="getSlidePart(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdListEntry)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getSlidePart</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a>&nbsp;getSlidePart(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdListEntry&nbsp;slide)
+                         throws java.io.IOException,
+                                org.apache.xmlbeans.XmlException</pre>
+<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code>java.io.IOException</code></dd>
+<dd><code>org.apache.xmlbeans.XmlException</code></dd></dl>
+</li>
+</ul>
+<a name="getSlide(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdListEntry)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getSlide</h4>
+<pre><a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
+public&nbsp;org.openxmlformats.schemas.presentationml.x2006.main.CTSlide&nbsp;getSlide(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdListEntry&nbsp;slide)
+                                                                      throws java.io.IOException,
+                                                                             org.apache.xmlbeans.XmlException</pre>
+<div class="block">Returns the low level slide object from
+  the supplied slide reference</div>
+<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code>java.io.IOException</code></dd>
+<dd><code>org.apache.xmlbeans.XmlException</code></dd></dl>
+</li>
+</ul>
+<a name="getNodesPart(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdListEntry)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getNodesPart</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a>&nbsp;getNodesPart(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdListEntry&nbsp;parentSlide)
+                         throws java.io.IOException,
+                                org.apache.xmlbeans.XmlException</pre>
+<div class="block">Gets the PackagePart of the notes for the
+  given slide, or null if there isn't one.</div>
+<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code>java.io.IOException</code></dd>
+<dd><code>org.apache.xmlbeans.XmlException</code></dd></dl>
+</li>
+</ul>
+<a name="getNotes(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdListEntry)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getNotes</h4>
+<pre><a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
+public&nbsp;org.openxmlformats.schemas.presentationml.x2006.main.CTNotesSlide&nbsp;getNotes(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdListEntry&nbsp;slide)
+                                                                           throws java.io.IOException,
+                                                                                  org.apache.xmlbeans.XmlException</pre>
+<div class="block">Returns the low level notes object for the given
+  slide, as found from the supplied slide reference</div>
+<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code>java.io.IOException</code></dd>
+<dd><code>org.apache.xmlbeans.XmlException</code></dd></dl>
+</li>
+</ul>
+<a name="getSlideComments(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdListEntry)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getSlideComments</h4>
+<pre><a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
+public&nbsp;org.openxmlformats.schemas.presentationml.x2006.main.CTCommentList&nbsp;getSlideComments(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdListEntry&nbsp;slide)
+                                                                                    throws java.io.IOException,
+                                                                                           org.apache.xmlbeans.XmlException</pre>
+<div class="block">Returns all the comments for the given slide</div>
+<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code>java.io.IOException</code></dd>
+<dd><code>org.apache.xmlbeans.XmlException</code></dd></dl>
+</li>
+</ul>
+<a name="getAllEmbedds()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getAllEmbedds</h4>
+<pre>public&nbsp;java.util.List&lt;<a href="../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a>&gt;&nbsp;getAllEmbedds()
+                                          throws <a href="../../../../../org/apache/poi/openxml4j/exceptions/OpenXML4JException.html" title="class in org.apache.poi.openxml4j.exceptions">OpenXML4JException</a></pre>
+<div class="block">Get the document's embedded files.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/POIXMLDocument.html#getAllEmbedds()">getAllEmbedds</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/POIXMLDocument.html" title="class in org.apache.poi">POIXMLDocument</a></code></dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="../../../../../org/apache/poi/openxml4j/exceptions/OpenXML4JException.html" title="class in org.apache.poi.openxml4j.exceptions">OpenXML4JException</a></code></dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/XSLFSlideShow.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSlideMaster.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSlideShowFactory.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/poi/xslf/usermodel/XSLFSlideShow.html" target="_top">Frames</a></li>
+<li><a href="XSLFSlideShow.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#fields_inherited_from_class_org.apache.poi.POIXMLDocument">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>
+                <i>Copyright 2015 The Apache Software Foundation or
+        its licensors, as applicable.</i>
+            </small></p>
+</body>
+</html>

Modified: poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFSlideShowFactory.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFSlideShowFactory.html?rev=1706190&r1=1706189&r2=1706190&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFSlideShowFactory.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFSlideShowFactory.html Thu Oct  1 08:17:35 2015
@@ -34,7 +34,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSlideMaster.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSlideShow.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">Prev Class</span></a></li>
 <li><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTable.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
@@ -288,7 +288,7 @@ extends <a href="../../../../../org/apac
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSlideMaster.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSlideShow.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">Prev Class</span></a></li>
 <li><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTable.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">

Added: poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/class-use/XSLFSlideShow.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/class-use/XSLFSlideShow.html?rev=1706190&view=auto
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/class-use/XSLFSlideShow.html (added)
+++ poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/class-use/XSLFSlideShow.html Thu Oct  1 08:17:35 2015
@@ -0,0 +1,155 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<title>Uses of Class org.apache.poi.xslf.usermodel.XSLFSlideShow (POI API Documentation)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Class org.apache.poi.xslf.usermodel.XSLFSlideShow (POI API Documentation)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFSlideShow.html" title="class in org.apache.poi.xslf.usermodel">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/poi/xslf/usermodel/class-use/XSLFSlideShow.html" target="_top">Frames</a></li>
+<li><a href="XSLFSlideShow.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Class org.apache.poi.xslf.usermodel.XSLFSlideShow" class="title">Uses of Class<br>org.apache.poi.xslf.usermodel.XSLFSlideShow</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
+<caption><span>Packages that use <a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFSlideShow.html" title="class in org.apache.poi.xslf.usermodel">XSLFSlideShow</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Package</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a href="#org.apache.poi.xslf.extractor">org.apache.poi.xslf.extractor</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.apache.poi.xslf.extractor">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFSlideShow.html" title="class in org.apache.poi.xslf.usermodel">XSLFSlideShow</a> in <a href="../../../../../../org/apache/poi/xslf/extractor/package-summary.html">org.apache.poi.xslf.extractor</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
+<caption><span>Constructors in <a href="../../../../../../org/apache/poi/xslf/extractor/package-summary.html">org.apache.poi.xslf.extractor</a> with parameters of type <a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFSlideShow.html" title="class in org.apache.poi.xslf.usermodel">XSLFSlideShow</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xslf/extractor/XSLFPowerPointExtractor.html#XSLFPowerPointExtractor(org.apache.poi.xslf.usermodel.XSLFSlideShow)">XSLFPowerPointExtractor</a></strong>(<a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFSlideShow.html" title="class in org.apache.poi.xslf.usermodel">XSLFSlideShow</a>&nbsp;slideshow)</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFSlideShow.html" title="class in org.apache.poi.xslf.usermodel">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/poi/xslf/usermodel/class-use/XSLFSlideShow.html" target="_top">Frames</a></li>
+<li><a href="XSLFSlideShow.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>
+                <i>Copyright 2015 The Apache Software Foundation or
+        its licensors, as applicable.</i>
+            </small></p>
+</body>
+</html>

Modified: poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/package-frame.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/package-frame.html?rev=1706190&r1=1706189&r2=1706190&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/package-frame.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/package-frame.html Thu Oct  1 08:17:35 2015
@@ -50,6 +50,7 @@
 <li><a href="XSLFSlide.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">XSLFSlide</a></li>
 <li><a href="XSLFSlideLayout.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">XSLFSlideLayout</a></li>
 <li><a href="XSLFSlideMaster.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">XSLFSlideMaster</a></li>
+<li><a href="XSLFSlideShow.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">XSLFSlideShow</a></li>
 <li><a href="XSLFSlideShowFactory.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">XSLFSlideShowFactory</a></li>
 <li><a href="XSLFTable.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">XSLFTable</a></li>
 <li><a href="XSLFTableCell.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">XSLFTableCell</a></li>

Modified: poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/package-summary.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/package-summary.html?rev=1706190&r1=1706189&r2=1706190&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/package-summary.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/package-summary.html Thu Oct  1 08:17:35 2015
@@ -274,60 +274,66 @@
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSlideShow.html" title="class in org.apache.poi.xslf.usermodel">XSLFSlideShow</a></td>
+<td class="colLast">
+<div class="block">Experimental class to do low level processing of pptx files.</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSlideShowFactory.html" title="class in org.apache.poi.xslf.usermodel">XSLFSlideShowFactory</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTable.html" title="class in org.apache.poi.xslf.usermodel">XSLFTable</a></td>
 <td class="colLast">
 <div class="block">Represents a table in a .pptx presentation</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTableCell.html" title="class in org.apache.poi.xslf.usermodel">XSLFTableCell</a></td>
 <td class="colLast">
 <div class="block">Represents a cell of a table in a .pptx presentation</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTableRow.html" title="class in org.apache.poi.xslf.usermodel">XSLFTableRow</a></td>
 <td class="colLast">
 <div class="block">Represents a table in a .pptx presentation</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTableStyle.html" title="class in org.apache.poi.xslf.usermodel">XSLFTableStyle</a></td>
 <td class="colLast">
 <div class="block">Represents a table in a .pptx presentation</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTableStyles.html" title="class in org.apache.poi.xslf.usermodel">XSLFTableStyles</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTextBox.html" title="class in org.apache.poi.xslf.usermodel">XSLFTextBox</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTextParagraph.html" title="class in org.apache.poi.xslf.usermodel">XSLFTextParagraph</a></td>
 <td class="colLast">
 <div class="block">Represents a paragraph of text within the containing text body.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTextRun.html" title="class in org.apache.poi.xslf.usermodel">XSLFTextRun</a></td>
 <td class="colLast">
 <div class="block">Represents a run of text within the containing text body.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTextShape.html" title="class in org.apache.poi.xslf.usermodel">XSLFTextShape</a></td>
 <td class="colLast">
 <div class="block">Represents a shape that can hold text.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFTheme.html" title="class in org.apache.poi.xslf.usermodel">XSLFTheme</a></td>
 <td class="colLast">
 <div class="block">A shared style sheet in a .pptx slide show</div>

Modified: poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/package-tree.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/package-tree.html?rev=1706190&r1=1706189&r2=1706190&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/package-tree.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/package-tree.html Thu Oct  1 08:17:35 2015
@@ -86,6 +86,7 @@
 <li type="circle">org.apache.poi.<a href="../../../../../org/apache/poi/POIXMLDocument.html" title="class in org.apache.poi"><span class="strong">POIXMLDocument</span></a> (implements java.io.Closeable)
 <ul>
 <li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XMLSlideShow.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XMLSlideShow</span></a> (implements org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/SlideShow.html" title="interface in org.apache.poi.sl.usermodel">SlideShow</a>&lt;S,P&gt;)</li>
+<li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFSlideShow.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFSlideShow</span></a></li>
 </ul>
 </li>
 <li type="circle">org.apache.poi.xslf.usermodel.<a href="../../../../../org/apache/poi/xslf/usermodel/XSLFChart.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFChart</span></a></li>

Modified: poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/package-use.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/package-use.html?rev=1706190&r1=1706189&r2=1706190&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/package-use.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/package-use.html Thu Oct  1 08:17:35 2015
@@ -105,6 +105,11 @@
 <tr class="rowColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/xslf/usermodel/class-use/XSLFRelation.html#org.apache.poi.xslf.extractor">XSLFRelation</a>&nbsp;</td>
 </tr>
+<tr class="altColor">
+<td class="colOne"><a href="../../../../../org/apache/poi/xslf/usermodel/class-use/XSLFSlideShow.html#org.apache.poi.xslf.extractor">XSLFSlideShow</a>
+<div class="block">Experimental class to do low level processing of pptx files.</div>
+</td>
+</tr>
 </tbody>
 </table>
 </li>

Modified: poi/site/publish/apidocs/overview-frame.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/overview-frame.html?rev=1706190&r1=1706189&r2=1706190&view=diff
==============================================================================
--- poi/site/publish/apidocs/overview-frame.html (original)
+++ poi/site/publish/apidocs/overview-frame.html Thu Oct  1 08:17:35 2015
@@ -119,7 +119,6 @@
 <li><a href="org/apache/poi/ss/util/cellwalk/package-frame.html" target="packageFrame">org.apache.poi.ss.util.cellwalk</a></li>
 <li><a href="org/apache/poi/util/package-frame.html" target="packageFrame">org.apache.poi.util</a></li>
 <li><a href="org/apache/poi/wp/usermodel/package-frame.html" target="packageFrame">org.apache.poi.wp.usermodel</a></li>
-<li><a href="org/apache/poi/xslf/package-frame.html" target="packageFrame">org.apache.poi.xslf</a></li>
 <li><a href="org/apache/poi/xslf/extractor/package-frame.html" target="packageFrame">org.apache.poi.xslf.extractor</a></li>
 <li><a href="org/apache/poi/xslf/model/package-frame.html" target="packageFrame">org.apache.poi.xslf.model</a></li>
 <li><a href="org/apache/poi/xslf/usermodel/package-frame.html" target="packageFrame">org.apache.poi.xslf.usermodel</a></li>

Modified: poi/site/publish/apidocs/overview-summary.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/overview-summary.html?rev=1706190&r1=1706189&r2=1706190&view=diff
==============================================================================
--- poi/site/publish/apidocs/overview-summary.html (original)
+++ poi/site/publish/apidocs/overview-summary.html Thu Oct  1 08:17:35 2015
@@ -623,78 +623,74 @@ Compound Document Format.</div>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><a href="org/apache/poi/xslf/package-summary.html">org.apache.poi.xslf</a></td>
-<td class="colLast">&nbsp;</td>
-</tr>
-<tr class="rowColor">
 <td class="colFirst"><a href="org/apache/poi/xslf/extractor/package-summary.html">org.apache.poi.xslf.extractor</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="org/apache/poi/xslf/model/package-summary.html">org.apache.poi.xslf.model</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="org/apache/poi/xslf/usermodel/package-summary.html">org.apache.poi.xslf.usermodel</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="org/apache/poi/xslf/util/package-summary.html">org.apache.poi.xslf.util</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="org/apache/poi/xssf/package-summary.html">org.apache.poi.xssf</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="org/apache/poi/xssf/dev/package-summary.html">org.apache.poi.xssf.dev</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="org/apache/poi/xssf/eventusermodel/package-summary.html">org.apache.poi.xssf.eventusermodel</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="org/apache/poi/xssf/extractor/package-summary.html">org.apache.poi.xssf.extractor</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="org/apache/poi/xssf/model/package-summary.html">org.apache.poi.xssf.model</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="org/apache/poi/xssf/streaming/package-summary.html">org.apache.poi.xssf.streaming</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="org/apache/poi/xssf/usermodel/package-summary.html">org.apache.poi.xssf.usermodel</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="org/apache/poi/xssf/usermodel/charts/package-summary.html">org.apache.poi.xssf.usermodel.charts</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="org/apache/poi/xssf/usermodel/extensions/package-summary.html">org.apache.poi.xssf.usermodel.extensions</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="org/apache/poi/xssf/usermodel/helpers/package-summary.html">org.apache.poi.xssf.usermodel.helpers</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="org/apache/poi/xssf/util/package-summary.html">org.apache.poi.xssf.util</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="org/apache/poi/xwpf/extractor/package-summary.html">org.apache.poi.xwpf.extractor</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="org/apache/poi/xwpf/model/package-summary.html">org.apache.poi.xwpf.model</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="org/apache/poi/xwpf/usermodel/package-summary.html">org.apache.poi.xwpf.usermodel</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>

Modified: poi/site/publish/apidocs/overview-tree.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/overview-tree.html?rev=1706190&r1=1706189&r2=1706190&view=diff
==============================================================================
--- poi/site/publish/apidocs/overview-tree.html (original)
+++ poi/site/publish/apidocs/overview-tree.html Thu Oct  1 08:17:35 2015
@@ -173,7 +173,6 @@
 <li><a href="org/apache/poi/ss/util/cellwalk/package-tree.html">org.apache.poi.ss.util.cellwalk</a>, </li>
 <li><a href="org/apache/poi/util/package-tree.html">org.apache.poi.util</a>, </li>
 <li><a href="org/apache/poi/wp/usermodel/package-tree.html">org.apache.poi.wp.usermodel</a>, </li>
-<li><a href="org/apache/poi/xslf/package-tree.html">org.apache.poi.xslf</a>, </li>
 <li><a href="org/apache/poi/xslf/extractor/package-tree.html">org.apache.poi.xslf.extractor</a>, </li>
 <li><a href="org/apache/poi/xslf/model/package-tree.html">org.apache.poi.xslf.model</a>, </li>
 <li><a href="org/apache/poi/xslf/usermodel/package-tree.html">org.apache.poi.xslf.usermodel</a>, </li>
@@ -808,8 +807,8 @@
 <li type="circle">org.apache.poi.hwpf.model.<a href="org/apache/poi/hwpf/model/FieldsTables.html" title="class in org.apache.poi.hwpf.model"><span class="strong">FieldsTables</span></a></li>
 <li type="circle">org.apache.poi.openxml4j.opc.internal.<a href="org/apache/poi/openxml4j/opc/internal/FileHelper.html" title="class in org.apache.poi.openxml4j.opc.internal"><span class="strong">FileHelper</span></a></li>
 <li type="circle">org.apache.poi.hwpf.model.<a href="org/apache/poi/hwpf/model/FileInformationBlock.html" title="class in org.apache.poi.hwpf.model"><span class="strong">FileInformationBlock</span></a> (implements java.lang.Cloneable)</li>
-<li type="circle">org.apache.poi.hssf.record.<a href="org/apache/poi/hssf/record/FilePassRecord.Rc4KeyData.html" title="class in org.apache.poi.hssf.record"><span class="strong">FilePassRecord.Rc4KeyData</span></a></li>
-<li type="circle">org.apache.poi.hssf.record.<a href="org/apache/poi/hssf/record/FilePassRecord.XorKeyData.html" title="class in org.apache.poi.hssf.record"><span class="strong">FilePassRecord.XorKeyData</span></a></li>
+<li type="circle">org.apache.poi.hssf.record.<a href="org/apache/poi/hssf/record/FilePassRecord.Rc4KeyData.html" title="class in org.apache.poi.hssf.record"><span class="strong">FilePassRecord.Rc4KeyData</span></a> (implements java.lang.Cloneable)</li>
+<li type="circle">org.apache.poi.hssf.record.<a href="org/apache/poi/hssf/record/FilePassRecord.XorKeyData.html" title="class in org.apache.poi.hssf.record"><span class="strong">FilePassRecord.XorKeyData</span></a> (implements java.lang.Cloneable)</li>
 <li type="circle">org.apache.poi.poifs.filesystem.<a href="org/apache/poi/poifs/filesystem/FilteringDirectoryNode.html" title="class in org.apache.poi.poifs.filesystem"><span class="strong">FilteringDirectoryNode</span></a> (implements org.apache.poi.poifs.filesystem.<a href="org/apache/poi/poifs/filesystem/DirectoryEntry.html" title="interface in org.apache.poi.poifs.filesystem">DirectoryEntry</a>)</li>
 <li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/Finance.html" title="class in org.apache.poi.ss.formula.functions"><span class="strong">Finance</span></a></li>
 <li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/FinanceFunction.html" title="class in org.apache.poi.ss.formula.functions"><span class="strong">FinanceFunction</span></a> (implements org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/Function3Arg.html" title="interface in org.apache.poi.ss.formula.functions">Function3Arg</a>, org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/Function4Arg.html" title="interface in org.apache.poi.ss.formula.functions">Function4Arg</a>)</li>
@@ -1518,7 +1517,7 @@
 <li type="circle">org.apache.poi.<a href="org/apache/poi/POIXMLDocument.html" title="class in org.apache.poi"><span class="strong">POIXMLDocument</span></a> (implements java.io.Closeable)
 <ul>
 <li type="circle">org.apache.poi.xslf.usermodel.<a href="org/apache/poi/xslf/usermodel/XMLSlideShow.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XMLSlideShow</span></a> (implements org.apache.poi.sl.usermodel.<a href="org/apache/poi/sl/usermodel/SlideShow.html" title="interface in org.apache.poi.sl.usermodel">SlideShow</a>&lt;S,P&gt;)</li>
-<li type="circle">org.apache.poi.xslf.<a href="org/apache/poi/xslf/XSLFSlideShow.html" title="class in org.apache.poi.xslf"><span class="strong">XSLFSlideShow</span></a></li>
+<li type="circle">org.apache.poi.xslf.usermodel.<a href="org/apache/poi/xslf/usermodel/XSLFSlideShow.html" title="class in org.apache.poi.xslf.usermodel"><span class="strong">XSLFSlideShow</span></a></li>
 <li type="circle">org.apache.poi.xssf.usermodel.<a href="org/apache/poi/xssf/usermodel/XSSFWorkbook.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">XSSFWorkbook</span></a> (implements org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a>)</li>
 <li type="circle">org.apache.poi.xwpf.usermodel.<a href="org/apache/poi/xwpf/usermodel/XWPFDocument.html" title="class in org.apache.poi.xwpf.usermodel"><span class="strong">XWPFDocument</span></a> (implements org.apache.poi.xwpf.usermodel.<a href="org/apache/poi/xwpf/usermodel/Document.html" title="interface in org.apache.poi.xwpf.usermodel">Document</a>, org.apache.poi.xwpf.usermodel.<a href="org/apache/poi/xwpf/usermodel/IBody.html" title="interface in org.apache.poi.xwpf.usermodel">IBody</a>)</li>
 </ul>

Modified: poi/site/publish/apidocs/package-list
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/package-list?rev=1706190&r1=1706189&r2=1706190&view=diff
==============================================================================
--- poi/site/publish/apidocs/package-list (original)
+++ poi/site/publish/apidocs/package-list Thu Oct  1 08:17:35 2015
@@ -107,7 +107,6 @@ org.apache.poi.ss.util
 org.apache.poi.ss.util.cellwalk
 org.apache.poi.util
 org.apache.poi.wp.usermodel
-org.apache.poi.xslf
 org.apache.poi.xslf.extractor
 org.apache.poi.xslf.model
 org.apache.poi.xslf.usermodel



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org