You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2015/02/25 06:53:00 UTC

svn commit: r1662169 - in /poi/site/publish/apidocs/org/apache/poi: class-use/EncryptedDocumentException.html package-use.html ss/usermodel/WorkbookFactory.html

Author: nick
Date: Wed Feb 25 05:53:00 2015
New Revision: 1662169

URL: http://svn.apache.org/r1662169
Log:
Update Javadocs

Modified:
    poi/site/publish/apidocs/org/apache/poi/class-use/EncryptedDocumentException.html
    poi/site/publish/apidocs/org/apache/poi/package-use.html
    poi/site/publish/apidocs/org/apache/poi/ss/usermodel/WorkbookFactory.html

Modified: poi/site/publish/apidocs/org/apache/poi/class-use/EncryptedDocumentException.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/class-use/EncryptedDocumentException.html?rev=1662169&r1=1662168&r2=1662169&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/class-use/EncryptedDocumentException.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/class-use/EncryptedDocumentException.html Wed Feb 25 05:53:00 2015
@@ -77,6 +77,10 @@
 <td class="colFirst"><a href="#org.apache.poi.hslf.exceptions">org.apache.poi.hslf.exceptions</a></td>
 <td class="colLast">&nbsp;</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">&nbsp;</td>
+</tr>
 </tbody>
 </table>
 </li>
@@ -101,6 +105,34 @@
 </td>
 </tr>
 </tbody>
+</table>
+</li>
+<li class="blockList"><a name="org.apache.poi.ss.usermodel">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../org/apache/poi/EncryptedDocumentException.html" title="class in org.apache.poi">EncryptedDocumentException</a> in <a href="../../../../org/apache/poi/ss/usermodel/package-summary.html">org.apache.poi.ss.usermodel</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/ss/usermodel/package-summary.html">org.apache.poi.ss.usermodel</a> that throw <a href="../../../../org/apache/poi/EncryptedDocumentException.html" title="class in org.apache.poi">EncryptedDocumentException</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a></code></td>
+<td class="colLast"><span class="strong">WorkbookFactory.</span><code><strong><a href="../../../../org/apache/poi/ss/usermodel/WorkbookFactory.html#create(java.io.File)">create</a></strong>(java.io.File&nbsp;file)</code>
+<div class="block">Creates the appropriate HSSFWorkbook / XSSFWorkbook 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/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a></code></td>
+<td class="colLast"><span class="strong">WorkbookFactory.</span><code><strong><a href="../../../../org/apache/poi/ss/usermodel/WorkbookFactory.html#create(java.io.InputStream)">create</a></strong>(java.io.InputStream&nbsp;inp)</code>
+<div class="block">Creates the appropriate HSSFWorkbook / XSSFWorkbook from
+  the given InputStream.</div>
+</td>
+</tr>
+</tbody>
 </table>
 </li>
 </ul>

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=1662169&r1=1662168&r2=1662169&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/package-use.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/package-use.html Wed Feb 25 05:53:00 2015
@@ -152,38 +152,42 @@
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><a href="#org.apache.poi.xslf">org.apache.poi.xslf</a></td>
+<td class="colFirst"><a href="#org.apache.poi.ss.usermodel">org.apache.poi.ss.usermodel</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><a href="#org.apache.poi.xslf.extractor">org.apache.poi.xslf.extractor</a></td>
+<td class="colFirst"><a href="#org.apache.poi.xslf">org.apache.poi.xslf</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><a href="#org.apache.poi.xslf.usermodel">org.apache.poi.xslf.usermodel</a></td>
+<td class="colFirst"><a href="#org.apache.poi.xslf.extractor">org.apache.poi.xslf.extractor</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><a href="#org.apache.poi.xssf">org.apache.poi.xssf</a></td>
+<td class="colFirst"><a href="#org.apache.poi.xslf.usermodel">org.apache.poi.xslf.usermodel</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><a href="#org.apache.poi.xssf.extractor">org.apache.poi.xssf.extractor</a></td>
+<td class="colFirst"><a href="#org.apache.poi.xssf">org.apache.poi.xssf</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><a href="#org.apache.poi.xssf.model">org.apache.poi.xssf.model</a></td>
+<td class="colFirst"><a href="#org.apache.poi.xssf.extractor">org.apache.poi.xssf.extractor</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="altColor">
-<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.model">org.apache.poi.xssf.model</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><a href="#org.apache.poi.xwpf.extractor">org.apache.poi.xwpf.extractor</a></td>
+<td class="colFirst"><a href="#org.apache.poi.xssf.usermodel">org.apache.poi.xssf.usermodel</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><a href="#org.apache.poi.xwpf.extractor">org.apache.poi.xwpf.extractor</a></td>
+<td class="colLast">&nbsp;</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">&nbsp;</td>
 </tr>
@@ -673,6 +677,21 @@
 </tr>
 </tbody>
 </table>
+</li>
+<li class="blockList"><a name="org.apache.poi.ss.usermodel">
+<!--   -->
+</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/ss/usermodel/package-summary.html">org.apache.poi.ss.usermodel</a></span><span class="tabEnd">&nbsp;</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.ss.usermodel">EncryptedDocumentException</a>&nbsp;</td>
+</tr>
+</tbody>
+</table>
 </li>
 <li class="blockList"><a name="org.apache.poi.xslf">
 <!--   -->

Modified: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/WorkbookFactory.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/WorkbookFactory.html?rev=1662169&r1=1662168&r2=1662169&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/WorkbookFactory.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/WorkbookFactory.html Wed Feb 25 05:53:00 2015
@@ -258,7 +258,8 @@ extends java.lang.Object</pre>
 <h4>create</h4>
 <pre>public static&nbsp;<a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a>&nbsp;create(java.io.InputStream&nbsp;inp)
                        throws java.io.IOException,
-                              <a href="../../../../../org/apache/poi/openxml4j/exceptions/InvalidFormatException.html" title="class in org.apache.poi.openxml4j.exceptions">InvalidFormatException</a></pre>
+                              <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 HSSFWorkbook / XSSFWorkbook from
   the given InputStream.
  <p>Your input stream MUST either support mark/reset, or
@@ -268,6 +269,7 @@ extends java.lang.Object</pre>
  <p>Note that in order to properly release resources the 
   Workbook should be closed after use.</div>
 <dl><dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="../../../../../org/apache/poi/EncryptedDocumentException.html" title="class in org.apache.poi">EncryptedDocumentException</a></code> - If the workbook given is password protected</dd>
 <dd><code>java.io.IOException</code></dd>
 <dd><code><a href="../../../../../org/apache/poi/openxml4j/exceptions/InvalidFormatException.html" title="class in org.apache.poi.openxml4j.exceptions">InvalidFormatException</a></code></dd></dl>
 </li>
@@ -280,12 +282,14 @@ extends java.lang.Object</pre>
 <h4>create</h4>
 <pre>public static&nbsp;<a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a>&nbsp;create(java.io.File&nbsp;file)
                        throws java.io.IOException,
-                              <a href="../../../../../org/apache/poi/openxml4j/exceptions/InvalidFormatException.html" title="class in org.apache.poi.openxml4j.exceptions">InvalidFormatException</a></pre>
+                              <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 HSSFWorkbook / XSSFWorkbook from
   the given File, which must exist and be readable.
  <p>Note that in order to properly release resources the 
   Workbook should be closed after use.</div>
 <dl><dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="../../../../../org/apache/poi/EncryptedDocumentException.html" title="class in org.apache.poi">EncryptedDocumentException</a></code> - If the workbook given is password protected</dd>
 <dd><code>java.io.IOException</code></dd>
 <dd><code><a href="../../../../../org/apache/poi/openxml4j/exceptions/InvalidFormatException.html" title="class in org.apache.poi.openxml4j.exceptions">InvalidFormatException</a></code></dd></dl>
 </li>



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