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 2016/12/19 02:43:34 UTC

svn commit: r1774979 - in /poi/site/publish/apidocs: ./ org/apache/poi/hslf/dev/ org/apache/poi/hslf/extractor/ org/apache/poi/hslf/usermodel/ org/apache/poi/hslf/usermodel/class-use/ org/apache/poi/hssf/usermodel/ org/apache/poi/util/class-use/

Author: nick
Date: Mon Dec 19 02:43:34 2016
New Revision: 1774979

URL: http://svn.apache.org/viewvc?rev=1774979&view=rev
Log:
Republish javadocs

Modified:
    poi/site/publish/apidocs/index-all.html
    poi/site/publish/apidocs/org/apache/poi/hslf/dev/TextStyleListing.html
    poi/site/publish/apidocs/org/apache/poi/hslf/dev/UserEditAndPersistListing.html
    poi/site/publish/apidocs/org/apache/poi/hslf/extractor/ImageExtractor.html
    poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFSlideShow.html
    poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFSlideShowImpl.html
    poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFSlideShowImpl.html
    poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFWorkbook.html
    poi/site/publish/apidocs/org/apache/poi/util/class-use/Internal.html

Modified: poi/site/publish/apidocs/index-all.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/index-all.html?rev=1774979&r1=1774978&r2=1774979&view=diff
==============================================================================
--- poi/site/publish/apidocs/index-all.html (original)
+++ poi/site/publish/apidocs/index-all.html Mon Dec 19 02:43:34 2016
@@ -38633,6 +38633,8 @@
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/xslf/usermodel/XSLFSheet.html#getSlideShow()">getSlideShow()</a></span> - Method in class org.apache.poi.xslf.usermodel.<a href="./org/apache/poi/xslf/usermodel/XSLFSheet.html" title="class in org.apache.poi.xslf.usermodel">XSLFSheet</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/poi/hslf/usermodel/HSLFSlideShow.html#getSlideShowImpl()">getSlideShowImpl()</a></span> - Method in class org.apache.poi.hslf.usermodel.<a href="./org/apache/poi/hslf/usermodel/HSLFSlideShow.html" title="class in org.apache.poi.hslf.usermodel">HSLFSlideShow</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/hslf/record/DocumentAtom.html#getSlideSizeType()">getSlideSizeType()</a></span> - Method in class org.apache.poi.hslf.record.<a href="./org/apache/poi/hslf/record/DocumentAtom.html" title="class in org.apache.poi.hslf.record">DocumentAtom</a></dt>
 <dd>
 <div class="block">The Size of the Document's slides, @see DocumentAtom.SlideSize for values</div>

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/dev/TextStyleListing.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/dev/TextStyleListing.html?rev=1774979&r1=1774978&r2=1774979&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/dev/TextStyleListing.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/dev/TextStyleListing.html Mon Dec 19 02:43:34 2016
@@ -195,9 +195,9 @@ extends java.lang.Object</pre>
 <li class="blockList">
 <h4>main</h4>
 <pre>public static&nbsp;void&nbsp;main(java.lang.String[]&nbsp;args)
-                 throws java.lang.Exception</pre>
+                 throws java.io.IOException</pre>
 <dl><dt><span class="strong">Throws:</span></dt>
-<dd><code>java.lang.Exception</code></dd></dl>
+<dd><code>java.io.IOException</code></dd></dl>
 </li>
 </ul>
 <a name="showStyleTextPropAtom(org.apache.poi.hslf.record.StyleTextPropAtom)">

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/dev/UserEditAndPersistListing.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/dev/UserEditAndPersistListing.html?rev=1774979&r1=1774978&r2=1774979&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/dev/UserEditAndPersistListing.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/dev/UserEditAndPersistListing.html Mon Dec 19 02:43:34 2016
@@ -192,9 +192,9 @@ extends java.lang.Object</pre>
 <li class="blockList">
 <h4>main</h4>
 <pre>public static&nbsp;void&nbsp;main(java.lang.String[]&nbsp;args)
-                 throws java.lang.Exception</pre>
+                 throws java.io.IOException</pre>
 <dl><dt><span class="strong">Throws:</span></dt>
-<dd><code>java.lang.Exception</code></dd></dl>
+<dd><code>java.io.IOException</code></dd></dl>
 </li>
 </ul>
 <a name="findRecordAtPos(int)">

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/extractor/ImageExtractor.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/extractor/ImageExtractor.html?rev=1774979&r1=1774978&r2=1774979&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/extractor/ImageExtractor.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/extractor/ImageExtractor.html Mon Dec 19 02:43:34 2016
@@ -101,8 +101,6 @@
 <pre>public final class <span class="strong">ImageExtractor</span>
 extends java.lang.Object</pre>
 <div class="block">Utility to extract pictures from a PowerPoint file.</div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Yegor Kozlov</dd></dl>
 </li>
 </ul>
 </div>

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFSlideShow.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFSlideShow.html?rev=1774979&r1=1774978&r2=1774979&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFSlideShow.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFSlideShow.html Mon Dec 19 02:43:34 2016
@@ -109,8 +109,6 @@ implements <a href="../../../../../org/a
 
  TODO: - figure out how to match notes to their correct sheet (will involve
  understanding DocSlideList and DocNotesList) - handle Slide creation cleaner</div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Nick Burch, Yegor kozlov</dd></dl>
 </li>
 </ul>
 </div>
@@ -336,37 +334,41 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShowImpl.html" title="class in org.apache.poi.hslf.usermodel">HSLFSlideShowImpl</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html#getSlideShowImpl()">getSlideShowImpl</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSoundData.html" title="class in org.apache.poi.hslf.usermodel">HSLFSoundData</a>[]</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html#getSoundData()">getSoundData</a></strong>()</code>
 <div class="block">Returns the data of all the embedded sounds in the SlideShow</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTitleMaster.html" title="class in org.apache.poi.hslf.usermodel">HSLFTitleMaster</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html#getTitleMasters()">getTitleMasters</a></strong>()</code>
 <div class="block">Returns an array of all the normal Title Masters found in the slideshow</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlide.html" title="class in org.apache.poi.hslf.usermodel">HSLFSlide</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html#removeSlide(int)">removeSlide</a></strong>(int&nbsp;index)</code>
 <div class="block">Removes the slide at the given index (0-based).</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/hslf/usermodel/HSLFSlideShow.html#reorderSlide(int,%20int)">reorderSlide</a></strong>(int&nbsp;oldSlideNumber,
             int&nbsp;newSlideNumber)</code>
 <div class="block">Re-orders a slide, to a new position.</div>
 </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/hslf/usermodel/HSLFSlideShow.html#setPageSize(java.awt.Dimension)">setPageSize</a></strong>(java.awt.Dimension&nbsp;pgsize)</code>
 <div class="block">Change the current page size</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/hslf/usermodel/HSLFSlideShow.html#write(java.io.OutputStream)">write</a></strong>(java.io.OutputStream&nbsp;out)</code>
 <div class="block">Writes out the slideshow file the is represented by an instance of this
@@ -908,6 +910,17 @@ implements <a href="../../../../../org/a
 </dl>
 </li>
 </ul>
+<a name="getSlideShowImpl()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getSlideShowImpl</h4>
+<pre><a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
+public&nbsp;<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShowImpl.html" title="class in org.apache.poi.hslf.usermodel">HSLFSlideShowImpl</a>&nbsp;getSlideShowImpl()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the handler class which holds the hslf records</dd></dl>
+</li>
+</ul>
 <a name="close()">
 <!--   -->
 </a>

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFSlideShowImpl.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFSlideShowImpl.html?rev=1774979&r1=1774978&r2=1774979&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFSlideShowImpl.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFSlideShowImpl.html Mon Dec 19 02:43:34 2016
@@ -458,7 +458,8 @@ implements java.io.Closeable</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>getPOIFSDirectory</h4>
-<pre><a href="../../../../../org/apache/poi/util/Removal.html" title="annotation in org.apache.poi.util">@Removal</a>(<a href="../../../../../org/apache/poi/util/Removal.html#version()">version</a>="3.18")
+<pre>@Deprecated
+<a href="../../../../../org/apache/poi/util/Removal.html" title="annotation in org.apache.poi.util">@Removal</a>(<a href="../../../../../org/apache/poi/util/Removal.html#version()">version</a>="3.18")
 protected&nbsp;<a href="../../../../../org/apache/poi/poifs/filesystem/DirectoryNode.html" title="class in org.apache.poi.poifs.filesystem">DirectoryNode</a>&nbsp;getPOIFSDirectory()</pre>
 <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>POI 3.16 beta 1. use <a href="../../../../../org/apache/poi/POIDocument.html#getDirectory()"><code>POIDocument.getDirectory()</code></a> instead</i></div>
 <div class="block">Returns the directory in the underlying POIFSFileSystem for the

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFSlideShowImpl.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFSlideShowImpl.html?rev=1774979&r1=1774978&r2=1774979&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFSlideShowImpl.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFSlideShowImpl.html Mon Dec 19 02:43:34 2016
@@ -125,6 +125,10 @@
 <div class="block">Constructs a new, empty, Powerpoint document.</div>
 </td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShowImpl.html" title="class in org.apache.poi.hslf.usermodel">HSLFSlideShowImpl</a></code></td>
+<td class="colLast"><span class="strong">HSLFSlideShow.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html#getSlideShowImpl()">getSlideShowImpl</a></strong>()</code>&nbsp;</td>
+</tr>
 </tbody>
 </table>
 <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFWorkbook.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFWorkbook.html?rev=1774979&r1=1774978&r2=1774979&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFWorkbook.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFWorkbook.html Mon Dec 19 02:43:34 2016
@@ -2335,7 +2335,8 @@ public&nbsp;<a href="../../../../../org/
 <ul class="blockList">
 <li class="blockList">
 <h4>getRootDirectory</h4>
-<pre><a href="../../../../../org/apache/poi/util/Removal.html" title="annotation in org.apache.poi.util">@Removal</a>(<a href="../../../../../org/apache/poi/util/Removal.html#version()">version</a>="3.18")
+<pre>@Deprecated
+<a href="../../../../../org/apache/poi/util/Removal.html" title="annotation in org.apache.poi.util">@Removal</a>(<a href="../../../../../org/apache/poi/util/Removal.html#version()">version</a>="3.18")
 public&nbsp;<a href="../../../../../org/apache/poi/poifs/filesystem/DirectoryNode.html" title="class in org.apache.poi.poifs.filesystem">DirectoryNode</a>&nbsp;getRootDirectory()</pre>
 <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>POI 3.16 beta 1. use <a href="../../../../../org/apache/poi/POIDocument.html#getDirectory()"><code>POIDocument.getDirectory()</code></a> instead</i></div>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/util/class-use/Internal.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/class-use/Internal.html?rev=1774979&r1=1774978&r2=1774979&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/util/class-use/Internal.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/util/class-use/Internal.html Mon Dec 19 02:43:34 2016
@@ -454,12 +454,16 @@ Compound Document Format.</div>
 </tr>
 <tbody>
 <tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShowImpl.html" title="class in org.apache.poi.hslf.usermodel">HSLFSlideShowImpl</a></code></td>
+<td class="colLast"><span class="strong">HSLFSlideShow.</span><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html#getSlideShowImpl()">getSlideShowImpl</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><span class="strong">HSLFSlideMaster.</span><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideMaster.html#setSlideShow(org.apache.poi.hslf.usermodel.HSLFSlideShow)">setSlideShow</a></strong>(<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html" title="class in org.apache.poi.hslf.usermodel">HSLFSlideShow</a>&nbsp;ss)</code>
 <div class="block">Assign SlideShow for this slide master.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><span class="strong">HSLFSheet.</span><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSheet.html#setSlideShow(org.apache.poi.hslf.usermodel.HSLFSlideShow)">setSlideShow</a></strong>(<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html" title="class in org.apache.poi.hslf.usermodel">HSLFSlideShow</a>&nbsp;ss)</code>
 <div class="block">Set the SlideShow we're attached to.</div>



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