Modified: poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFTextRun.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFTextRun.html?rev=1694963&r1=1694962&r2=1694963&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFTextRun.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFTextRun.html Mon Aug 10 06:36:52 2015 @@ -182,8 +182,10 @@ implements <a href="../../../../../org/a <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextRun.html#getFlag(int)">getFlag</a></strong>(int index)</code> </td> </tr> <tr class="altColor"> -<td class="colFirst"><code>java.awt.Color</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextRun.html#getFontColor()">getFontColor</a></strong>()</code> </td> +<td class="colFirst"><code><a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.SolidPaint.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle.SolidPaint</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextRun.html#getFontColor()">getFontColor</a></strong>()</code> +<div class="block">Returns the font color.</div> +</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> @@ -306,7 +308,7 @@ implements <a href="../../../../../org/a <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextRun.html#setFontColor(java.awt.Color)">setFontColor</a></strong>(java.awt.Color color)</code> -<div class="block">Sets color of the text, as a java.awt.Color</div> +<div class="block">Sets the (solid) font color - convenience function</div> </td> </tr> <tr class="altColor"> @@ -317,57 +319,63 @@ implements <a href="../../../../../org/a </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextRun.html#setFontColor(org.apache.poi.sl.usermodel.PaintStyle)">setFontColor</a></strong>(<a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle</a> color)</code> +<div class="block">Sets the font color</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextRun.html#setFontFamily(java.lang.String)">setFontFamily</a></strong>(java.lang.String fontFamily)</code> <div class="block">Sets the font name to use</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/HSLFTextRun.html#setFontIndex(int)">setFontIndex</a></strong>(int idx)</code> <div class="block">Sets the font index</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/HSLFTextRun.html#setFontSize(java.lang.Double)">setFontSize</a></strong>(java.lang.Double fontSize)</code> </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/HSLFTextRun.html#setItalic(boolean)">setItalic</a></strong>(boolean italic)</code> <div class="block">Is the text italic?</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/HSLFTextRun.html#setShadowed(boolean)">setShadowed</a></strong>(boolean flag)</code> <div class="block">Does the text have a shadow?</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/HSLFTextRun.html#setStrikethrough(boolean)">setStrikethrough</a></strong>(boolean flag)</code> <div class="block">Sets the strikethrough flag</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/HSLFTextRun.html#setSuperscript(int)">setSuperscript</a></strong>(int val)</code> <div class="block">Sets the subscript/superscript option</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/HSLFTextRun.html#setText(java.lang.String)">setText</a></strong>(java.lang.String text)</code> <div class="block">Change the text</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/HSLFTextRun.html#setUnderlined(boolean)">setUnderlined</a></strong>(boolean underlined)</code> <div class="block">Is the text underlined?</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/HSLFTextRun.html#updateSheet()">updateSheet</a></strong>()</code> <div class="block">Supply the SlideShow we belong to</div> @@ -752,11 +760,16 @@ implements <a href="../../../../../org/a <ul class="blockList"> <li class="blockList"> <h4>getFontColor</h4> -<pre>public java.awt.Color getFontColor()</pre> +<pre>public <a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.SolidPaint.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle.SolidPaint</a> getFontColor()</pre> +<div class="block"><strong>Description copied from interface: <code><a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html#getFontColor()">TextRun</a></code></strong></div> +<div class="block">Returns the font color. + This usually returns a <a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.SolidPaint.html" title="interface in org.apache.poi.sl.usermodel"><code>PaintStyle.SolidPaint</code></a>, but but also other classes are possible</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html#getFontColor()">getFontColor</a></code> in interface <code><a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html" title="interface in org.apache.poi.sl.usermodel">TextRun</a></code></dd> -<dt><span class="strong">Returns:</span></dt><dd>font color as RGB value</dd><dt><span class="strong">See Also:</span></dt><dd><code>Color</code></dd></dl> +<dt><span class="strong">Returns:</span></dt><dd>font color as PaintStyle</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/sl/draw/DrawPaint.html#getPaint(java.awt.Graphics2D,%20org.apache.poi.sl.usermodel.PaintStyle)"><code>DrawPaint.getPaint(java.awt.Graphics2D, PaintStyle)</code></a>, +<a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.SolidPaint.html#getSolidColor()"><code>PaintStyle.SolidPaint.getSolidColor()</code></a>, +<a href="../../../../../org/apache/poi/sl/draw/DrawPaint.html#applyColorTransform(org.apache.poi.sl.usermodel.ColorStyle)"><code>DrawPaint.applyColorTransform(ColorStyle)</code></a></dd></dl> </li> </ul> <a name="setFontColor(int)"> @@ -779,11 +792,27 @@ implements <a href="../../../../../org/a <li class="blockList"> <h4>setFontColor</h4> <pre>public void setFontColor(java.awt.Color color)</pre> -<div class="block">Sets color of the text, as a java.awt.Color</div> +<div class="block"><strong>Description copied from interface: <code><a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html#setFontColor(java.awt.Color)">TextRun</a></code></strong></div> +<div class="block">Sets the (solid) font color - convenience function</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html#setFontColor(java.awt.Color)">setFontColor</a></code> in interface <code><a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html" title="interface in org.apache.poi.sl.usermodel">TextRun</a></code></dd> -</dl> +<dt><span class="strong">Parameters:</span></dt><dd><code>color</code> - the color</dd></dl> +</li> +</ul> +<a name="setFontColor(org.apache.poi.sl.usermodel.PaintStyle)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setFontColor</h4> +<pre>public void setFontColor(<a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle</a> color)</pre> +<div class="block"><strong>Description copied from interface: <code><a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html#setFontColor(org.apache.poi.sl.usermodel.PaintStyle)">TextRun</a></code></strong></div> +<div class="block">Sets the font color</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html#setFontColor(org.apache.poi.sl.usermodel.PaintStyle)">setFontColor</a></code> in interface <code><a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html" title="interface in org.apache.poi.sl.usermodel">TextRun</a></code></dd> +<dt><span class="strong">Parameters:</span></dt><dd><code>color</code> - the color</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/sl/draw/DrawPaint.html#createSolidPaint(java.awt.Color)"><code>DrawPaint.createSolidPaint(Color)</code></a></dd></dl> </li> </ul> <a name="setFlag(int, boolean)">
Modified: poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFTextShape.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFTextShape.html?rev=1694963&r1=1694962&r2=1694963&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFTextShape.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFTextShape.html Mon Aug 10 06:36:52 2015 @@ -108,7 +108,7 @@ </dl> <dl> <dt>Direct Known Subclasses:</dt> -<dd><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFAutoShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFAutoShape</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextBox.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextBox</a></dd> +<dd><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFAutoShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFAutoShape</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextBox.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextBox</a>, <a href="../../../../../org/apache/poi/hslf/model/Line.html" title="class in org.apache.poi.hslf.model">Line</a></dd> </dl> <hr> <br> Modified: poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFTextShape.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFTextShape.html?rev=1694963&r1=1694962&r2=1694963&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFTextShape.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFTextShape.html Mon Aug 10 06:36:52 2015 @@ -99,11 +99,17 @@ <tbody> <tr class="altColor"> <td class="colFirst"><code>class </code></td> +<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/model/Line.html" title="class in org.apache.poi.hslf.model">Line</a></strong></code> +<div class="block">Represents a line in a PowerPoint drawing</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>class </code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/model/Placeholder.html" title="class in org.apache.poi.hslf.model">Placeholder</a></strong></code> <div class="block">Represents a Placeholder in PowerPoint.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>class </code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/model/Polygon.html" title="class in org.apache.poi.hslf.model">Polygon</a></strong></code> <div class="block">A simple closed polygon shape</div> Modified: poi/site/publish/apidocs/org/apache/poi/openxml4j/exceptions/class-use/InvalidFormatException.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/openxml4j/exceptions/class-use/InvalidFormatException.html?rev=1694963&r1=1694962&r2=1694963&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/openxml4j/exceptions/class-use/InvalidFormatException.html (original) +++ poi/site/publish/apidocs/org/apache/poi/openxml4j/exceptions/class-use/InvalidFormatException.html Mon Aug 10 06:36:52 2015 @@ -102,18 +102,22 @@ <td class="colLast"> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><a href="#org.apache.poi.ss.usermodel">org.apache.poi.ss.usermodel</a></td> +<td class="colFirst"><a href="#org.apache.poi.sl">org.apache.poi.sl</a></td> <td class="colLast"> </td> </tr> <tr class="altColor"> -<td class="colFirst"><a href="#org.apache.poi.xssf.eventusermodel">org.apache.poi.xssf.eventusermodel</a></td> +<td class="colFirst"><a href="#org.apache.poi.ss.usermodel">org.apache.poi.ss.usermodel</a></td> <td class="colLast"> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><a href="#org.apache.poi.xssf.usermodel">org.apache.poi.xssf.usermodel</a></td> +<td class="colFirst"><a href="#org.apache.poi.xssf.eventusermodel">org.apache.poi.xssf.eventusermodel</a></td> <td class="colLast"> </td> </tr> <tr class="altColor"> +<td class="colFirst"><a href="#org.apache.poi.xssf.usermodel">org.apache.poi.xssf.usermodel</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xwpf.usermodel">org.apache.poi.xwpf.usermodel</a></td> <td class="colLast"> </td> </tr> @@ -616,6 +620,61 @@ </tr> </tbody> </table> +</li> +<li class="blockList"><a name="org.apache.poi.sl"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/poi/openxml4j/exceptions/InvalidFormatException.html" title="class in org.apache.poi.openxml4j.exceptions">InvalidFormatException</a> in <a href="../../../../../../org/apache/poi/sl/package-summary.html">org.apache.poi.sl</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../org/apache/poi/sl/package-summary.html">org.apache.poi.sl</a> that throw <a href="../../../../../../org/apache/poi/openxml4j/exceptions/InvalidFormatException.html" title="class in org.apache.poi.openxml4j.exceptions">InvalidFormatException</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/sl/usermodel/SlideShow.html" title="interface in org.apache.poi.sl.usermodel">SlideShow</a></code></td> +<td class="colLast"><span class="strong">SlideShowFactory.</span><code><strong><a href="../../../../../../org/apache/poi/sl/SlideShowFactory.html#create(java.io.File)">create</a></strong>(java.io.File file)</code> +<div class="block">Creates the appropriate HSLFSlideShow / XMLSlideShow from + the given File, which must exist and be readable.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/sl/usermodel/SlideShow.html" title="interface in org.apache.poi.sl.usermodel">SlideShow</a></code></td> +<td class="colLast"><span class="strong">SlideShowFactory.</span><code><strong><a href="../../../../../../org/apache/poi/sl/SlideShowFactory.html#create(java.io.File,%20java.lang.String)">create</a></strong>(java.io.File file, + java.lang.String password)</code> +<div class="block">Creates the appropriate HSLFSlideShow / XMLSlideShow from + the given File, which must exist and be readable, and + may be password protected</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/sl/usermodel/SlideShow.html" title="interface in org.apache.poi.sl.usermodel">SlideShow</a></code></td> +<td class="colLast"><span class="strong">SlideShowFactory.</span><code><strong><a href="../../../../../../org/apache/poi/sl/SlideShowFactory.html#create(java.io.File,%20java.lang.String,%20boolean)">create</a></strong>(java.io.File file, + java.lang.String password, + boolean readOnly)</code> +<div class="block">Creates the appropriate HSLFSlideShow / XMLSlideShow from + the given File, which must exist and be readable, and + may be password protected</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/sl/usermodel/SlideShow.html" title="interface in org.apache.poi.sl.usermodel">SlideShow</a></code></td> +<td class="colLast"><span class="strong">SlideShowFactory.</span><code><strong><a href="../../../../../../org/apache/poi/sl/SlideShowFactory.html#create(java.io.InputStream)">create</a></strong>(java.io.InputStream inp)</code> +<div class="block">Creates the appropriate HSLFSlideShow / XMLSlideShow from + the given InputStream.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/sl/usermodel/SlideShow.html" title="interface in org.apache.poi.sl.usermodel">SlideShow</a></code></td> +<td class="colLast"><span class="strong">SlideShowFactory.</span><code><strong><a href="../../../../../../org/apache/poi/sl/SlideShowFactory.html#create(java.io.InputStream,%20java.lang.String)">create</a></strong>(java.io.InputStream inp, + java.lang.String password)</code> +<div class="block">Creates the appropriate HSLFSlideShow / XMLSlideShow from + the given InputStream, which may be password protected.</div> +</td> +</tr> +</tbody> +</table> </li> <li class="blockList"><a name="org.apache.poi.ss.usermodel"> <!-- --> Modified: poi/site/publish/apidocs/org/apache/poi/openxml4j/exceptions/package-use.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/openxml4j/exceptions/package-use.html?rev=1694963&r1=1694962&r2=1694963&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/openxml4j/exceptions/package-use.html (original) +++ poi/site/publish/apidocs/org/apache/poi/openxml4j/exceptions/package-use.html Mon Aug 10 06:36:52 2015 @@ -110,44 +110,48 @@ <td class="colLast"> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><a href="#org.apache.poi.ss.usermodel">org.apache.poi.ss.usermodel</a></td> +<td class="colFirst"><a href="#org.apache.poi.sl">org.apache.poi.sl</a></td> <td class="colLast"> </td> </tr> <tr class="altColor"> +<td class="colFirst"><a href="#org.apache.poi.ss.usermodel">org.apache.poi.ss.usermodel</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.util">org.apache.poi.util</a></td> <td class="colLast"> <div class="block">Top-level util package are classes that are useful throughout the project.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xslf">org.apache.poi.xslf</a></td> <td class="colLast"> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xslf.extractor">org.apache.poi.xslf.extractor</a></td> <td class="colLast"> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xslf.usermodel">org.apache.poi.xslf.usermodel</a></td> <td class="colLast"> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.eventusermodel">org.apache.poi.xssf.eventusermodel</a></td> <td class="colLast"> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.extractor">org.apache.poi.xssf.extractor</a></td> <td class="colLast"> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.usermodel">org.apache.poi.xssf.usermodel</a></td> <td class="colLast"> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xwpf.extractor">org.apache.poi.xwpf.extractor</a></td> <td class="colLast"> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xwpf.usermodel">org.apache.poi.xwpf.usermodel</a></td> <td class="colLast"> </td> </tr> @@ -339,6 +343,21 @@ </tr> </tbody> </table> +</li> +<li class="blockList"><a name="org.apache.poi.sl"> +<!-- --> +</a> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<caption><span>Classes in <a href="../../../../../org/apache/poi/openxml4j/exceptions/package-summary.html">org.apache.poi.openxml4j.exceptions</a> used by <a href="../../../../../org/apache/poi/sl/package-summary.html">org.apache.poi.sl</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colOne"><a href="../../../../../org/apache/poi/openxml4j/exceptions/class-use/InvalidFormatException.html#org.apache.poi.sl">InvalidFormatException</a> </td> +</tr> +</tbody> +</table> </li> <li class="blockList"><a name="org.apache.poi.ss.usermodel"> <!-- --> Modified: poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/class-use/OPCPackage.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/class-use/OPCPackage.html?rev=1694963&r1=1694962&r2=1694963&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/class-use/OPCPackage.html (original) +++ poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/class-use/OPCPackage.html Mon Aug 10 06:36:52 2015 @@ -102,44 +102,48 @@ <td class="colLast"> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><a href="#org.apache.poi.ss.usermodel">org.apache.poi.ss.usermodel</a></td> +<td class="colFirst"><a href="#org.apache.poi.sl">org.apache.poi.sl</a></td> <td class="colLast"> </td> </tr> <tr class="altColor"> +<td class="colFirst"><a href="#org.apache.poi.ss.usermodel">org.apache.poi.ss.usermodel</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.util">org.apache.poi.util</a></td> <td class="colLast"> <div class="block">Top-level util package are classes that are useful throughout the project.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xslf">org.apache.poi.xslf</a></td> <td class="colLast"> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xslf.extractor">org.apache.poi.xslf.extractor</a></td> <td class="colLast"> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xslf.usermodel">org.apache.poi.xslf.usermodel</a></td> <td class="colLast"> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.eventusermodel">org.apache.poi.xssf.eventusermodel</a></td> <td class="colLast"> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.extractor">org.apache.poi.xssf.extractor</a></td> <td class="colLast"> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.usermodel">org.apache.poi.xssf.usermodel</a></td> <td class="colLast"> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xwpf.extractor">org.apache.poi.xwpf.extractor</a></td> <td class="colLast"> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xwpf.usermodel">org.apache.poi.xwpf.usermodel</a></td> <td class="colLast"> </td> </tr> @@ -581,6 +585,26 @@ </tr> </tbody> </table> +</li> +<li class="blockList"><a name="org.apache.poi.sl"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/poi/openxml4j/opc/OPCPackage.html" title="class in org.apache.poi.openxml4j.opc">OPCPackage</a> in <a href="../../../../../../org/apache/poi/sl/package-summary.html">org.apache.poi.sl</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../org/apache/poi/sl/package-summary.html">org.apache.poi.sl</a> with parameters of type <a href="../../../../../../org/apache/poi/openxml4j/opc/OPCPackage.html" title="class in org.apache.poi.openxml4j.opc">OPCPackage</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/sl/usermodel/SlideShow.html" title="interface in org.apache.poi.sl.usermodel">SlideShow</a></code></td> +<td class="colLast"><span class="strong">SlideShowFactory.</span><code><strong><a href="../../../../../../org/apache/poi/sl/SlideShowFactory.html#create(org.apache.poi.openxml4j.opc.OPCPackage)">create</a></strong>(<a href="../../../../../../org/apache/poi/openxml4j/opc/OPCPackage.html" title="class in org.apache.poi.openxml4j.opc">OPCPackage</a> pkg)</code> +<div class="block">Creates a XMLSlideShow from the given OOXML Package</div> +</td> +</tr> +</tbody> +</table> </li> <li class="blockList"><a name="org.apache.poi.ss.usermodel"> <!-- --> Modified: poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/class-use/PackagePart.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/class-use/PackagePart.html?rev=1694963&r1=1694962&r2=1694963&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/class-use/PackagePart.html (original) +++ poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/class-use/PackagePart.html Mon Aug 10 06:36:52 2015 @@ -785,20 +785,7 @@ </tr> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../../../org/apache/poi/sl/usermodel/PaintStyle.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle</a></code></td> -<td class="colLast"><span class="strong">XSLFShape.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFShape.html#selectPaint(org.openxmlformats.schemas.drawingml.x2006.main.CTBlipFillProperties,%20org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor,%20org.apache.poi.openxml4j.opc.PackagePart)">selectPaint</a></strong>(org.openxmlformats.schemas.drawingml.x2006.main.CTBlipFillProperties blipFill, - org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor phClr, - <a href="../../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a> parentPart)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>protected <a href="../../../../../../org/apache/poi/sl/usermodel/PaintStyle.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle</a></code></td> -<td class="colLast"><span class="strong">XSLFShape.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFShape.html#selectPaint(org.openxmlformats.schemas.drawingml.x2006.main.CTGradientFillProperties,%20org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor,%20org.apache.poi.openxml4j.opc.PackagePart)">selectPaint</a></strong>(org.openxmlformats.schemas.drawingml.x2006.main.CTGradientFillProperties gradFill, - org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor phClr, - <a href="../../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a> parentPart)</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>protected <a href="../../../../../../org/apache/poi/sl/usermodel/PaintStyle.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle</a></code></td> -<td class="colLast"><span class="strong">XSLFShape.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFShape.html#selectPaint(org.openxmlformats.schemas.drawingml.x2006.main.CTSolidColorFillProperties,%20org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor,%20org.apache.poi.openxml4j.opc.PackagePart)">selectPaint</a></strong>(org.openxmlformats.schemas.drawingml.x2006.main.CTSolidColorFillProperties solidFill, - org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor phClr, +<td class="colLast"><span class="strong">XSLFShape.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFShape.html#selectPaint(org.openxmlformats.schemas.drawingml.x2006.main.CTBlipFillProperties,%20org.apache.poi.openxml4j.opc.PackagePart)">selectPaint</a></strong>(org.openxmlformats.schemas.drawingml.x2006.main.CTBlipFillProperties blipFill, <a href="../../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a> parentPart)</code> </td> </tr> <tr class="rowColor"> Modified: poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/package-use.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/package-use.html?rev=1694963&r1=1694962&r2=1694963&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/package-use.html (original) +++ poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/package-use.html Mon Aug 10 06:36:52 2015 @@ -114,48 +114,52 @@ <td class="colLast"> </td> </tr> <tr class="altColor"> -<td class="colFirst"><a href="#org.apache.poi.ss.usermodel">org.apache.poi.ss.usermodel</a></td> +<td class="colFirst"><a href="#org.apache.poi.sl">org.apache.poi.sl</a></td> <td class="colLast"> </td> </tr> <tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.poi.ss.usermodel">org.apache.poi.ss.usermodel</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.util">org.apache.poi.util</a></td> <td class="colLast"> <div class="block">Top-level util package are classes that are useful throughout the project.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xslf">org.apache.poi.xslf</a></td> <td class="colLast"> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xslf.extractor">org.apache.poi.xslf.extractor</a></td> <td class="colLast"> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xslf.usermodel">org.apache.poi.xslf.usermodel</a></td> <td class="colLast"> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.eventusermodel">org.apache.poi.xssf.eventusermodel</a></td> <td class="colLast"> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.extractor">org.apache.poi.xssf.extractor</a></td> <td class="colLast"> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.model">org.apache.poi.xssf.model</a></td> <td class="colLast"> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.usermodel">org.apache.poi.xssf.usermodel</a></td> <td class="colLast"> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xwpf.extractor">org.apache.poi.xwpf.extractor</a></td> <td class="colLast"> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xwpf.usermodel">org.apache.poi.xwpf.usermodel</a></td> <td class="colLast"> </td> </tr> @@ -467,6 +471,23 @@ </td> </tr> </tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.poi.sl"> +<!-- --> +</a> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<caption><span>Classes in <a href="../../../../../org/apache/poi/openxml4j/opc/package-summary.html">org.apache.poi.openxml4j.opc</a> used by <a href="../../../../../org/apache/poi/sl/package-summary.html">org.apache.poi.sl</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colOne"><a href="../../../../../org/apache/poi/openxml4j/opc/class-use/OPCPackage.html#org.apache.poi.sl">OPCPackage</a> +<div class="block">Represents a container that can store multiple data objects.</div> +</td> +</tr> +</tbody> </table> </li> <li class="blockList"><a name="org.apache.poi.ss.usermodel"> Modified: poi/site/publish/apidocs/org/apache/poi/package-use.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/package-use.html?rev=1694963&r1=1694962&r2=1694963&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/package-use.html (original) +++ poi/site/publish/apidocs/org/apache/poi/package-use.html Mon Aug 10 06:36:52 2015 @@ -152,48 +152,52 @@ <td class="colLast"> </td> </tr> <tr class="altColor"> -<td class="colFirst"><a href="#org.apache.poi.ss.usermodel">org.apache.poi.ss.usermodel</a></td> +<td class="colFirst"><a href="#org.apache.poi.sl">org.apache.poi.sl</a></td> <td class="colLast"> </td> </tr> <tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.poi.ss.usermodel">org.apache.poi.ss.usermodel</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.util">org.apache.poi.util</a></td> <td class="colLast"> <div class="block">Top-level util package are classes that are useful throughout the project.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xslf">org.apache.poi.xslf</a></td> <td class="colLast"> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xslf.extractor">org.apache.poi.xslf.extractor</a></td> <td class="colLast"> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xslf.usermodel">org.apache.poi.xslf.usermodel</a></td> <td class="colLast"> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xssf">org.apache.poi.xssf</a></td> <td class="colLast"> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.extractor">org.apache.poi.xssf.extractor</a></td> <td class="colLast"> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.model">org.apache.poi.xssf.model</a></td> <td class="colLast"> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.usermodel">org.apache.poi.xssf.usermodel</a></td> <td class="colLast"> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xwpf.extractor">org.apache.poi.xwpf.extractor</a></td> <td class="colLast"> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xwpf.usermodel">org.apache.poi.xwpf.usermodel</a></td> <td class="colLast"> </td> </tr> @@ -701,6 +705,21 @@ </tr> </tbody> </table> +</li> +<li class="blockList"><a name="org.apache.poi.sl"> +<!-- --> +</a> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<caption><span>Classes in <a href="../../../org/apache/poi/package-summary.html">org.apache.poi</a> used by <a href="../../../org/apache/poi/sl/package-summary.html">org.apache.poi.sl</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colOne"><a href="../../../org/apache/poi/class-use/EncryptedDocumentException.html#org.apache.poi.sl">EncryptedDocumentException</a> </td> +</tr> +</tbody> +</table> </li> <li class="blockList"><a name="org.apache.poi.ss.usermodel"> <!-- --> Modified: poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/class-use/DirectoryNode.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/class-use/DirectoryNode.html?rev=1694963&r1=1694962&r2=1694963&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/class-use/DirectoryNode.html (original) +++ poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/class-use/DirectoryNode.html Mon Aug 10 06:36:52 2015 @@ -489,12 +489,17 @@ </tr> <tbody> <tr class="altColor"> +<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html#HSLFSlideShow(org.apache.poi.poifs.filesystem.DirectoryNode)">HSLFSlideShow</a></strong>(<a href="../../../../../../org/apache/poi/poifs/filesystem/DirectoryNode.html" title="class in org.apache.poi.poifs.filesystem">DirectoryNode</a> root)</code> +<div class="block">Constructs a Powerpoint document from an DirectoryNode.</div> +</td> +</tr> +<tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShowImpl.html#HSLFSlideShowImpl(org.apache.poi.poifs.filesystem.DirectoryNode)">HSLFSlideShowImpl</a></strong>(<a href="../../../../../../org/apache/poi/poifs/filesystem/DirectoryNode.html" title="class in org.apache.poi.poifs.filesystem">DirectoryNode</a> dir)</code> <div class="block">Constructs a Powerpoint document from a specific point in a POIFS Filesystem.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShowImpl.html#HSLFSlideShowImpl(org.apache.poi.poifs.filesystem.DirectoryNode,%20org.apache.poi.poifs.filesystem.POIFSFileSystem)">HSLFSlideShowImpl</a></strong>(<a href="../../../../../../org/apache/poi/poifs/filesystem/DirectoryNode.html" title="class in org.apache.poi.poifs.filesystem">DirectoryNode</a> dir, <a href="../../../../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">POIFSFileSystem</a> filesystem)</code> <div class="block"><strong>Deprecated.</strong> Modified: poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/class-use/NPOIFSFileSystem.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/class-use/NPOIFSFileSystem.html?rev=1694963&r1=1694962&r2=1694963&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/class-use/NPOIFSFileSystem.html (original) +++ poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/class-use/NPOIFSFileSystem.html Mon Aug 10 06:36:52 2015 @@ -170,6 +170,10 @@ </td> </tr> <tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.poi.sl">org.apache.poi.sl</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.ss.usermodel">org.apache.poi.ss.usermodel</a></td> <td class="colLast"> </td> </tr> @@ -709,6 +713,26 @@ </td> </tr> </tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.poi.sl"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">NPOIFSFileSystem</a> in <a href="../../../../../../org/apache/poi/sl/package-summary.html">org.apache.poi.sl</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../org/apache/poi/sl/package-summary.html">org.apache.poi.sl</a> with parameters of type <a href="../../../../../../org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">NPOIFSFileSystem</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/sl/usermodel/SlideShow.html" title="interface in org.apache.poi.sl.usermodel">SlideShow</a></code></td> +<td class="colLast"><span class="strong">SlideShowFactory.</span><code><strong><a href="../../../../../../org/apache/poi/sl/SlideShowFactory.html#create(org.apache.poi.poifs.filesystem.NPOIFSFileSystem)">create</a></strong>(<a href="../../../../../../org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">NPOIFSFileSystem</a> fs)</code> +<div class="block">Creates a HSLFSlideShow from the given NPOIFSFileSystem</div> +</td> +</tr> +</tbody> </table> </li> <li class="blockList"><a name="org.apache.poi.ss.usermodel"> Modified: poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/class-use/POIFSFileSystem.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/class-use/POIFSFileSystem.html?rev=1694963&r1=1694962&r2=1694963&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/class-use/POIFSFileSystem.html (original) +++ poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/class-use/POIFSFileSystem.html Mon Aug 10 06:36:52 2015 @@ -176,6 +176,10 @@ </td> </tr> <tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.poi.sl">org.apache.poi.sl</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.ss.usermodel">org.apache.poi.ss.usermodel</a></td> <td class="colLast"> </td> </tr> @@ -413,6 +417,11 @@ </tr> <tbody> <tr class="altColor"> +<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html#HSLFSlideShow(org.apache.poi.poifs.filesystem.POIFSFileSystem)">HSLFSlideShow</a></strong>(<a href="../../../../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">POIFSFileSystem</a> inputStream)</code> +<div class="block">Constructs a Powerpoint document from an POIFSFileSystem.</div> +</td> +</tr> +<tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShowImpl.html#HSLFSlideShowImpl(org.apache.poi.poifs.filesystem.DirectoryNode,%20org.apache.poi.poifs.filesystem.POIFSFileSystem)">HSLFSlideShowImpl</a></strong>(<a href="../../../../../../org/apache/poi/poifs/filesystem/DirectoryNode.html" title="class in org.apache.poi.poifs.filesystem">DirectoryNode</a> dir, <a href="../../../../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">POIFSFileSystem</a> filesystem)</code> <div class="block"><strong>Deprecated.</strong> @@ -420,7 +429,7 @@ </div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShowImpl.html#HSLFSlideShowImpl(org.apache.poi.poifs.filesystem.POIFSFileSystem)">HSLFSlideShowImpl</a></strong>(<a href="../../../../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">POIFSFileSystem</a> filesystem)</code> <div class="block">Constructs a Powerpoint document from a POIFS Filesystem.</div> </td> @@ -811,6 +820,26 @@ </td> </tr> </tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.poi.sl"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">POIFSFileSystem</a> in <a href="../../../../../../org/apache/poi/sl/package-summary.html">org.apache.poi.sl</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../org/apache/poi/sl/package-summary.html">org.apache.poi.sl</a> with parameters of type <a href="../../../../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">POIFSFileSystem</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/sl/usermodel/SlideShow.html" title="interface in org.apache.poi.sl.usermodel">SlideShow</a></code></td> +<td class="colLast"><span class="strong">SlideShowFactory.</span><code><strong><a href="../../../../../../org/apache/poi/sl/SlideShowFactory.html#create(org.apache.poi.poifs.filesystem.POIFSFileSystem)">create</a></strong>(<a href="../../../../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">POIFSFileSystem</a> fs)</code> +<div class="block">Creates a HSLFSlideShow from the given POIFSFileSystem</div> +</td> +</tr> +</tbody> </table> </li> <li class="blockList"><a name="org.apache.poi.ss.usermodel"> Modified: poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/package-use.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/package-use.html?rev=1694963&r1=1694962&r2=1694963&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/package-use.html (original) +++ poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/package-use.html Mon Aug 10 06:36:52 2015 @@ -237,6 +237,10 @@ Compound Document Format.</div> </td> </tr> <tr class="altColor"> +<td class="colFirst"><a href="#org.apache.poi.sl">org.apache.poi.sl</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.ss.usermodel">org.apache.poi.ss.usermodel</a></td> <td class="colLast"> </td> </tr> @@ -1352,6 +1356,31 @@ Compound Document Format.</div> </td> </tr> </tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.poi.sl"> +<!-- --> +</a> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<caption><span>Classes in <a href="../../../../../org/apache/poi/poifs/filesystem/package-summary.html">org.apache.poi.poifs.filesystem</a> used by <a href="../../../../../org/apache/poi/sl/package-summary.html">org.apache.poi.sl</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colOne"><a href="../../../../../org/apache/poi/poifs/filesystem/class-use/NPOIFSFileSystem.html#org.apache.poi.sl">NPOIFSFileSystem</a> +<div class="block">This is the main class of the POIFS system; it manages the entire + life cycle of the filesystem.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../../org/apache/poi/poifs/filesystem/class-use/POIFSFileSystem.html#org.apache.poi.sl">POIFSFileSystem</a> +<div class="block">Transition class for the move from <a href="../../../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem"><code>POIFSFileSystem</code></a> to + <a href="../../../../../org/apache/poi/poifs/filesystem/OPOIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem"><code>OPOIFSFileSystem</code></a>, and from <a href="../../../../../org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem"><code>NPOIFSFileSystem</code></a> to + <a href="../../../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem"><code>POIFSFileSystem</code></a>.</div> +</td> +</tr> +</tbody> </table> </li> <li class="blockList"><a name="org.apache.poi.ss.usermodel"> Modified: poi/site/publish/apidocs/org/apache/poi/poifs/storage/package-summary.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/poifs/storage/package-summary.html?rev=1694963&r1=1694962&r2=1694963&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/poifs/storage/package-summary.html (original) +++ poi/site/publish/apidocs/org/apache/poi/poifs/storage/package-summary.html Mon Aug 10 06:36:52 2015 @@ -35,7 +35,7 @@ <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/poi/poifs/property/package-summary.html">Prev Package</a></li> -<li><a href="../../../../../org/apache/poi/sl/draw/package-summary.html">Next Package</a></li> +<li><a href="../../../../../org/apache/poi/sl/package-summary.html">Next Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/poi/poifs/storage/package-summary.html" target="_top">Frames</a></li> @@ -246,7 +246,7 @@ For overviews, tutorials, examples, guid <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/poi/poifs/property/package-summary.html">Prev Package</a></li> -<li><a href="../../../../../org/apache/poi/sl/draw/package-summary.html">Next Package</a></li> +<li><a href="../../../../../org/apache/poi/sl/package-summary.html">Next Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/poi/poifs/storage/package-summary.html" target="_top">Frames</a></li> Modified: poi/site/publish/apidocs/org/apache/poi/poifs/storage/package-tree.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/poifs/storage/package-tree.html?rev=1694963&r1=1694962&r2=1694963&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/poifs/storage/package-tree.html (original) +++ poi/site/publish/apidocs/org/apache/poi/poifs/storage/package-tree.html Mon Aug 10 06:36:52 2015 @@ -35,7 +35,7 @@ <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/poi/poifs/property/package-tree.html">Prev</a></li> -<li><a href="../../../../../org/apache/poi/sl/draw/package-tree.html">Next</a></li> +<li><a href="../../../../../org/apache/poi/sl/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/poi/poifs/storage/package-tree.html" target="_top">Frames</a></li> @@ -118,7 +118,7 @@ <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/poi/poifs/property/package-tree.html">Prev</a></li> -<li><a href="../../../../../org/apache/poi/sl/draw/package-tree.html">Next</a></li> +<li><a href="../../../../../org/apache/poi/sl/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/poi/poifs/storage/package-tree.html" target="_top">Frames</a></li> Added: poi/site/publish/apidocs/org/apache/poi/sl/SlideShowFactory.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/SlideShowFactory.html?rev=1694963&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/SlideShowFactory.html (added) +++ poi/site/publish/apidocs/org/apache/poi/sl/SlideShowFactory.html Mon Aug 10 06:36:52 2015 @@ -0,0 +1,487 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<title>SlideShowFactory (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="SlideShowFactory (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/SlideShowFactory.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>Prev Class</li> +<li>Next Class</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/poi/sl/SlideShowFactory.html" target="_top">Frames</a></li> +<li><a href="SlideShowFactory.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: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </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.sl</div> +<h2 title="Class SlideShowFactory" class="title">Class SlideShowFactory</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.apache.poi.sl.SlideShowFactory</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public class <span class="strong">SlideShowFactory</span> +extends java.lang.Object</pre> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== 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"> </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/sl/SlideShowFactory.html#SlideShowFactory()">SlideShowFactory</a></strong>()</code> </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"> </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>static <a href="../../../../org/apache/poi/sl/usermodel/SlideShow.html" title="interface in org.apache.poi.sl.usermodel">SlideShow</a></code></td> +<td class="colLast"><code><strong><a href="../../../../org/apache/poi/sl/SlideShowFactory.html#create(java.io.File)">create</a></strong>(java.io.File file)</code> +<div class="block">Creates the appropriate HSLFSlideShow / XMLSlideShow from + the given File, which must exist and be readable.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/apache/poi/sl/usermodel/SlideShow.html" title="interface in org.apache.poi.sl.usermodel">SlideShow</a></code></td> +<td class="colLast"><code><strong><a href="../../../../org/apache/poi/sl/SlideShowFactory.html#create(java.io.File,%20java.lang.String)">create</a></strong>(java.io.File file, + java.lang.String password)</code> +<div class="block">Creates the appropriate HSLFSlideShow / XMLSlideShow from + the given File, which must exist and be readable, and + may be password protected</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/apache/poi/sl/usermodel/SlideShow.html" title="interface in org.apache.poi.sl.usermodel">SlideShow</a></code></td> +<td class="colLast"><code><strong><a href="../../../../org/apache/poi/sl/SlideShowFactory.html#create(java.io.File,%20java.lang.String,%20boolean)">create</a></strong>(java.io.File file, + java.lang.String password, + boolean readOnly)</code> +<div class="block">Creates the appropriate HSLFSlideShow / XMLSlideShow from + the given File, which must exist and be readable, and + may be password protected</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/apache/poi/sl/usermodel/SlideShow.html" title="interface in org.apache.poi.sl.usermodel">SlideShow</a></code></td> +<td class="colLast"><code><strong><a href="../../../../org/apache/poi/sl/SlideShowFactory.html#create(java.io.InputStream)">create</a></strong>(java.io.InputStream inp)</code> +<div class="block">Creates the appropriate HSLFSlideShow / XMLSlideShow from + the given InputStream.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/apache/poi/sl/usermodel/SlideShow.html" title="interface in org.apache.poi.sl.usermodel">SlideShow</a></code></td> +<td class="colLast"><code><strong><a href="../../../../org/apache/poi/sl/SlideShowFactory.html#create(java.io.InputStream,%20java.lang.String)">create</a></strong>(java.io.InputStream inp, + java.lang.String password)</code> +<div class="block">Creates the appropriate HSLFSlideShow / XMLSlideShow from + the given InputStream, which may be password protected.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/apache/poi/sl/usermodel/SlideShow.html" title="interface in org.apache.poi.sl.usermodel">SlideShow</a></code></td> +<td class="colLast"><code><strong><a href="../../../../org/apache/poi/sl/SlideShowFactory.html#create(org.apache.poi.poifs.filesystem.NPOIFSFileSystem)">create</a></strong>(<a href="../../../../org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">NPOIFSFileSystem</a> fs)</code> +<div class="block">Creates a HSLFSlideShow from the given NPOIFSFileSystem</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/apache/poi/sl/usermodel/SlideShow.html" title="interface in org.apache.poi.sl.usermodel">SlideShow</a></code></td> +<td class="colLast"><code><strong><a href="../../../../org/apache/poi/sl/SlideShowFactory.html#create(org.apache.poi.openxml4j.opc.OPCPackage)">create</a></strong>(<a href="../../../../org/apache/poi/openxml4j/opc/OPCPackage.html" title="class in org.apache.poi.openxml4j.opc">OPCPackage</a> pkg)</code> +<div class="block">Creates a XMLSlideShow from the given OOXML Package</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/apache/poi/sl/usermodel/SlideShow.html" title="interface in org.apache.poi.sl.usermodel">SlideShow</a></code></td> +<td class="colLast"><code><strong><a href="../../../../org/apache/poi/sl/SlideShowFactory.html#create(org.apache.poi.poifs.filesystem.POIFSFileSystem)">create</a></strong>(<a href="../../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">POIFSFileSystem</a> fs)</code> +<div class="block">Creates a HSLFSlideShow from the given POIFSFileSystem</div> +</td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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="SlideShowFactory()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>SlideShowFactory</h4> +<pre>public SlideShowFactory()</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="create(org.apache.poi.poifs.filesystem.POIFSFileSystem)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>create</h4> +<pre>public static <a href="../../../../org/apache/poi/sl/usermodel/SlideShow.html" title="interface in org.apache.poi.sl.usermodel">SlideShow</a> create(<a href="../../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">POIFSFileSystem</a> fs) + throws java.io.IOException</pre> +<div class="block">Creates a HSLFSlideShow from the given POIFSFileSystem + <p>Note that in order to properly release resources the + SlideShow should be closed after use.</div> +<dl><dt><span class="strong">Throws:</span></dt> +<dd><code>java.io.IOException</code></dd></dl> +</li> +</ul> +<a name="create(org.apache.poi.poifs.filesystem.NPOIFSFileSystem)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>create</h4> +<pre>public static <a href="../../../../org/apache/poi/sl/usermodel/SlideShow.html" title="interface in org.apache.poi.sl.usermodel">SlideShow</a> create(<a href="../../../../org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">NPOIFSFileSystem</a> fs) + throws java.io.IOException</pre> +<div class="block">Creates a HSLFSlideShow from the given NPOIFSFileSystem + <p>Note that in order to properly release resources the + SlideShow should be closed after use.</div> +<dl><dt><span class="strong">Throws:</span></dt> +<dd><code>java.io.IOException</code></dd></dl> +</li> +</ul> +<a name="create(org.apache.poi.openxml4j.opc.OPCPackage)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>create</h4> +<pre>public static <a href="../../../../org/apache/poi/sl/usermodel/SlideShow.html" title="interface in org.apache.poi.sl.usermodel">SlideShow</a> create(<a href="../../../../org/apache/poi/openxml4j/opc/OPCPackage.html" title="class in org.apache.poi.openxml4j.opc">OPCPackage</a> pkg) + throws java.io.IOException</pre> +<div class="block">Creates a XMLSlideShow from the given OOXML Package + + <p>Note that in order to properly release resources the + SlideShow should be closed after use.</p></div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>pkg</code> - The <a href="../../../../org/apache/poi/openxml4j/opc/OPCPackage.html" title="class in org.apache.poi.openxml4j.opc"><code>OPCPackage</code></a> opened for reading data.</dd> +<dt><span class="strong">Returns:</span></dt><dd>The created SlideShow</dd> +<dt><span class="strong">Throws:</span></dt> +<dd><code>java.io.IOException</code> - if an error occurs while reading the data</dd></dl> +</li> +</ul> +<a name="create(java.io.InputStream)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>create</h4> +<pre>public static <a href="../../../../org/apache/poi/sl/usermodel/SlideShow.html" title="interface in org.apache.poi.sl.usermodel">SlideShow</a> create(java.io.InputStream inp) + throws java.io.IOException, + <a href="../../../../org/apache/poi/openxml4j/exceptions/InvalidFormatException.html" title="class in org.apache.poi.openxml4j.exceptions">InvalidFormatException</a>, + <a href="../../../../org/apache/poi/EncryptedDocumentException.html" title="class in org.apache.poi">EncryptedDocumentException</a></pre> +<div class="block">Creates the appropriate HSLFSlideShow / XMLSlideShow from + the given InputStream. + + <p>Your input stream MUST either support mark/reset, or + be wrapped as a <code>PushbackInputStream</code>! Note that + using an <code>InputStream</code> has a higher memory footprint + than using a <code>File</code>.</p> + + <p>Note that in order to properly release resources the + SlideShow should be closed after use. Note also that loading + from an InputStream requires more memory than loading + from a File, so prefer <a href="../../../../org/apache/poi/sl/SlideShowFactory.html#create(java.io.File)"><code>create(File)</code></a> where possible.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>inp</code> - The <code>InputStream</code> to read data from.</dd> +<dt><span class="strong">Returns:</span></dt><dd>The created SlideShow</dd> +<dt><span class="strong">Throws:</span></dt> +<dd><code>java.io.IOException</code> - if an error occurs while reading the data</dd> +<dd><code><a href="../../../../org/apache/poi/openxml4j/exceptions/InvalidFormatException.html" title="class in org.apache.poi.openxml4j.exceptions">InvalidFormatException</a></code> - if the contents of the file cannot be parsed into a <a href="../../../../org/apache/poi/sl/usermodel/SlideShow.html" title="interface in org.apache.poi.sl.usermodel"><code>SlideShow</code></a></dd> +<dd><code><a href="../../../../org/apache/poi/EncryptedDocumentException.html" title="class in org.apache.poi">EncryptedDocumentException</a></code> - If the SlideShow given is password protected</dd></dl> +</li> +</ul> +<a name="create(java.io.InputStream, java.lang.String)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>create</h4> +<pre>public static <a href="../../../../org/apache/poi/sl/usermodel/SlideShow.html" title="interface in org.apache.poi.sl.usermodel">SlideShow</a> create(java.io.InputStream inp, + java.lang.String password) + throws java.io.IOException, + <a href="../../../../org/apache/poi/openxml4j/exceptions/InvalidFormatException.html" title="class in org.apache.poi.openxml4j.exceptions">InvalidFormatException</a>, + <a href="../../../../org/apache/poi/EncryptedDocumentException.html" title="class in org.apache.poi">EncryptedDocumentException</a></pre> +<div class="block">Creates the appropriate HSLFSlideShow / XMLSlideShow from + the given InputStream, which may be password protected. + <p>Your input stream MUST either support mark/reset, or + be wrapped as a <code>PushbackInputStream</code>! Note that + using an <code>InputStream</code> has a higher memory footprint + than using a <code>File</code>.</p> + + <p>Note that in order to properly release resources the + SlideShow should be closed after use. Note also that loading + from an InputStream requires more memory than loading + from a File, so prefer <a href="../../../../org/apache/poi/sl/SlideShowFactory.html#create(java.io.File)"><code>create(File)</code></a> where possible.</p></div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>inp</code> - The <code>InputStream</code> to read data from.</dd><dd><code>password</code> - The password that should be used or null if no password is necessary.</dd> +<dt><span class="strong">Returns:</span></dt><dd>The created SlideShow</dd> +<dt><span class="strong">Throws:</span></dt> +<dd><code>java.io.IOException</code> - if an error occurs while reading the data</dd> +<dd><code><a href="../../../../org/apache/poi/openxml4j/exceptions/InvalidFormatException.html" title="class in org.apache.poi.openxml4j.exceptions">InvalidFormatException</a></code> - if the contents of the file cannot be parsed into a <a href="../../../../org/apache/poi/sl/usermodel/SlideShow.html" title="interface in org.apache.poi.sl.usermodel"><code>SlideShow</code></a></dd> +<dd><code><a href="../../../../org/apache/poi/EncryptedDocumentException.html" title="class in org.apache.poi">EncryptedDocumentException</a></code> - If the wrong password is given for a protected file</dd> +<dd><code><a href="../../../../org/apache/poi/EmptyFileException.html" title="class in org.apache.poi">EmptyFileException</a></code> - If an empty stream is given</dd></dl> +</li> +</ul> +<a name="create(java.io.File)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>create</h4> +<pre>public static <a href="../../../../org/apache/poi/sl/usermodel/SlideShow.html" title="interface in org.apache.poi.sl.usermodel">SlideShow</a> create(java.io.File file) + throws java.io.IOException, + <a href="../../../../org/apache/poi/openxml4j/exceptions/InvalidFormatException.html" title="class in org.apache.poi.openxml4j.exceptions">InvalidFormatException</a>, + <a href="../../../../org/apache/poi/EncryptedDocumentException.html" title="class in org.apache.poi">EncryptedDocumentException</a></pre> +<div class="block">Creates the appropriate HSLFSlideShow / XMLSlideShow from + the given File, which must exist and be readable. + <p>Note that in order to properly release resources the + SlideShow should be closed after use.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>file</code> - The file to read data from.</dd> +<dt><span class="strong">Returns:</span></dt><dd>The created SlideShow</dd> +<dt><span class="strong">Throws:</span></dt> +<dd><code>java.io.IOException</code> - if an error occurs while reading the data</dd> +<dd><code><a href="../../../../org/apache/poi/openxml4j/exceptions/InvalidFormatException.html" title="class in org.apache.poi.openxml4j.exceptions">InvalidFormatException</a></code> - if the contents of the file cannot be parsed into a <a href="../../../../org/apache/poi/sl/usermodel/SlideShow.html" title="interface in org.apache.poi.sl.usermodel"><code>SlideShow</code></a></dd> +<dd><code><a href="../../../../org/apache/poi/EncryptedDocumentException.html" title="class in org.apache.poi">EncryptedDocumentException</a></code> - If the SlideShow given is password protected</dd></dl> +</li> +</ul> +<a name="create(java.io.File, java.lang.String)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>create</h4> +<pre>public static <a href="../../../../org/apache/poi/sl/usermodel/SlideShow.html" title="interface in org.apache.poi.sl.usermodel">SlideShow</a> create(java.io.File file, + java.lang.String password) + throws java.io.IOException, + <a href="../../../../org/apache/poi/openxml4j/exceptions/InvalidFormatException.html" title="class in org.apache.poi.openxml4j.exceptions">InvalidFormatException</a>, + <a href="../../../../org/apache/poi/EncryptedDocumentException.html" title="class in org.apache.poi">EncryptedDocumentException</a></pre> +<div class="block">Creates the appropriate HSLFSlideShow / XMLSlideShow from + the given File, which must exist and be readable, and + may be password protected + <p>Note that in order to properly release resources the + SlideShow should be closed after use.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>file</code> - The file to read data from.</dd><dd><code>password</code> - The password that should be used or null if no password is necessary.</dd> +<dt><span class="strong">Returns:</span></dt><dd>The created SlideShow</dd> +<dt><span class="strong">Throws:</span></dt> +<dd><code>java.io.IOException</code> - if an error occurs while reading the data</dd> +<dd><code><a href="../../../../org/apache/poi/openxml4j/exceptions/InvalidFormatException.html" title="class in org.apache.poi.openxml4j.exceptions">InvalidFormatException</a></code> - if the contents of the file cannot be parsed into a <a href="../../../../org/apache/poi/sl/usermodel/SlideShow.html" title="interface in org.apache.poi.sl.usermodel"><code>SlideShow</code></a></dd> +<dd><code><a href="../../../../org/apache/poi/EncryptedDocumentException.html" title="class in org.apache.poi">EncryptedDocumentException</a></code> - If the wrong password is given for a protected file</dd> +<dd><code><a href="../../../../org/apache/poi/EmptyFileException.html" title="class in org.apache.poi">EmptyFileException</a></code> - If an empty stream is given</dd></dl> +</li> +</ul> +<a name="create(java.io.File, java.lang.String, boolean)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>create</h4> +<pre>public static <a href="../../../../org/apache/poi/sl/usermodel/SlideShow.html" title="interface in org.apache.poi.sl.usermodel">SlideShow</a> create(java.io.File file, + java.lang.String password, + boolean readOnly) + throws java.io.IOException, + <a href="../../../../org/apache/poi/openxml4j/exceptions/InvalidFormatException.html" title="class in org.apache.poi.openxml4j.exceptions">InvalidFormatException</a>, + <a href="../../../../org/apache/poi/EncryptedDocumentException.html" title="class in org.apache.poi">EncryptedDocumentException</a></pre> +<div class="block">Creates the appropriate HSLFSlideShow / XMLSlideShow from + the given File, which must exist and be readable, and + may be password protected + <p>Note that in order to properly release resources the + SlideShow should be closed after use.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>file</code> - The file to read data from.</dd><dd><code>password</code> - The password that should be used or null if no password is necessary.</dd><dd><code>readOnly</code> - If the SlideShow should be opened in read-only mode to avoid writing back + changes when the document is closed.</dd> +<dt><span class="strong">Returns:</span></dt><dd>The created SlideShow</dd> +<dt><span class="strong">Throws:</span></dt> +<dd><code>java.io.IOException</code> - if an error occurs while reading the data</dd> +<dd><code><a href="../../../../org/apache/poi/openxml4j/exceptions/InvalidFormatException.html" title="class in org.apache.poi.openxml4j.exceptions">InvalidFormatException</a></code> - if the contents of the file cannot be parsed into a <a href="../../../../org/apache/poi/sl/usermodel/SlideShow.html" title="interface in org.apache.poi.sl.usermodel"><code>SlideShow</code></a></dd> +<dd><code><a href="../../../../org/apache/poi/EncryptedDocumentException.html" title="class in org.apache.poi">EncryptedDocumentException</a></code> - If the wrong password is given for a protected file</dd> +<dd><code><a href="../../../../org/apache/poi/EmptyFileException.html" title="class in org.apache.poi">EmptyFileException</a></code> - If an empty stream is given</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/SlideShowFactory.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>Prev Class</li> +<li>Next Class</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/poi/sl/SlideShowFactory.html" target="_top">Frames</a></li> +<li><a href="SlideShowFactory.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: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </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> Added: poi/site/publish/apidocs/org/apache/poi/sl/class-use/SlideShowFactory.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/class-use/SlideShowFactory.html?rev=1694963&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/class-use/SlideShowFactory.html (added) +++ poi/site/publish/apidocs/org/apache/poi/sl/class-use/SlideShowFactory.html Mon Aug 10 06:36:52 2015 @@ -0,0 +1,117 @@ +<!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.sl.SlideShowFactory (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.sl.SlideShowFactory (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/sl/SlideShowFactory.html" title="class in org.apache.poi.sl">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/sl/class-use/SlideShowFactory.html" target="_top">Frames</a></li> +<li><a href="SlideShowFactory.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.sl.SlideShowFactory" class="title">Uses of Class<br>org.apache.poi.sl.SlideShowFactory</h2> +</div> +<div class="classUseContainer">No usage of org.apache.poi.sl.SlideShowFactory</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/sl/SlideShowFactory.html" title="class in org.apache.poi.sl">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/sl/class-use/SlideShowFactory.html" target="_top">Frames</a></li> +<li><a href="SlideShowFactory.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> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
