Modified: poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFSlideShowImpl.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFSlideShowImpl.html?rev=1798733&r1=1798732&r2=1798733&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFSlideShowImpl.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFSlideShowImpl.html Wed Jun 14 18:32:13 2017 @@ -232,6 +232,14 @@ implements java.io.Closeable</pre> </td> </tr> <tr class="rowColor"> +<td class="colFirst"><code>protected java.lang.String</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShowImpl.html#getEncryptedPropertyStreamName()">getEncryptedPropertyStreamName</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/poi/poifs/crypt/EncryptionInfo.html" title="class in org.apache.poi.poifs.crypt">EncryptionInfo</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShowImpl.html#getEncryptionInfo()">getEncryptionInfo</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> <td class="colFirst"><code>java.util.List<<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a>></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShowImpl.html#getPictureData()">getPictureData</a></strong>()</code> <div class="block">Return list of pictures contained in this presentation</div> @@ -246,31 +254,24 @@ implements java.io.Closeable</pre> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><code>protected <a href="../../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf">PropertySet</a></code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShowImpl.html#getPropertySet(java.lang.String)">getPropertySet</a></strong>(java.lang.String setName)</code> -<div class="block">For a given named property entry, either return it or null if - if it wasn't found</div> -</td> -</tr> -<tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</a>[]</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShowImpl.html#getRecords()">getRecords</a></strong>()</code> <div class="block">Returns an array of all the records found in the slideshow</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>byte[]</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShowImpl.html#getUnderlyingBytes()">getUnderlyingBytes</a></strong>()</code> <div class="block">Returns an array of the bytes of the file.</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/HSLFSlideShowImpl.html#normalizeRecords()">normalizeRecords</a></strong>()</code> <div class="block">remove duplicated UserEditAtoms and merge PersistPtrHolder, i.e.</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/HSLFSlideShowImpl.html#updateAndWriteDependantRecords(java.io.OutputStream,%20java.util.Map)">updateAndWriteDependantRecords</a></strong>(java.io.OutputStream os, java.util.Map<<a href="../../../../../org/apache/poi/hslf/record/RecordTypes.html" title="enum in org.apache.poi.hslf.record">RecordTypes</a>,<a href="../../../../../org/apache/poi/hslf/record/PositionDependentRecord.html" title="interface in org.apache.poi.hslf.record">PositionDependentRecord</a>> interestingRecords)</code> @@ -278,20 +279,20 @@ implements java.io.Closeable</pre> or finally write the slideshow to a file.</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/HSLFSlideShowImpl.html#write()">write</a></strong>()</code> <div class="block">Writes out the slideshow to the currently open file.</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/HSLFSlideShowImpl.html#write(java.io.File)">write</a></strong>(java.io.File newFile)</code> <div class="block">Writes out the slideshow file the is represented by an instance of this class.</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/HSLFSlideShowImpl.html#write(java.io.File,%20boolean)">write</a></strong>(java.io.File newFile, boolean preserveNodes)</code> @@ -299,14 +300,14 @@ implements java.io.Closeable</pre> of this class.</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/HSLFSlideShowImpl.html#write(java.io.OutputStream)">write</a></strong>(java.io.OutputStream out)</code> <div class="block">Writes out the slideshow file the is represented by an instance of this class.</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/HSLFSlideShowImpl.html#write(java.io.OutputStream,%20boolean)">write</a></strong>(java.io.OutputStream out, boolean preserveNodes)</code> @@ -314,20 +315,13 @@ implements java.io.Closeable</pre> of this class.</div> </td> </tr> -<tr class="rowColor"> -<td class="colFirst"><code>protected void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShowImpl.html#writeProperties(org.apache.poi.poifs.filesystem.NPOIFSFileSystem,%20java.util.List)">writeProperties</a></strong>(<a href="../../../../../org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">NPOIFSFileSystem</a> outFS, - java.util.List<java.lang.String> writtenEntries)</code> -<div class="block">Writes out the standard Documment Information Properties (HPSF)</div> -</td> -</tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.POIDocument"> <!-- --> </a> <h3>Methods inherited from class org.apache.poi.<a href="../../../../../org/apache/poi/POIDocument.html" title="class in org.apache.poi">POIDocument</a></h3> -<code><a href="../../../../../org/apache/poi/POIDocument.html#clearDirectory()">clearDirectory</a>, <a href="../../../../../org/apache/poi/POIDocument.html#createInformationProperties()">createInformationProperties</a>, <a href="../../../../../org/apache/poi/POIDocument.html#getDirectory()">getDirectory</a>, <a href="../../../../../org/apache/poi/POIDocument.html#getDocumentSummaryInformation()">getDocumentSummaryInformation</a>, <a href="../../../../../org/apache/poi/POIDocument.html#getPropertySet(java.lang.String,%20org.apache.poi.poifs.crypt.EncryptionInfo)">getPropertySet</a>, <a href="../../../../../org/apache/poi/POIDocument.html#getSummaryInformation()">getSummaryInformation</a>, <a href="../../../../../org/apache/poi/POIDocument.html#initDirectory()">initDirectory</a>, <a href="../../../../../org/apache/poi/POIDocument.html#readProperties()">readProperties</a>, <a href="../../../../../org/apache/poi/POIDocument.html#replaceDirectory(org.apache.poi.poifs.filesystem.Directory Node)">replaceDirectory</a>, <a href="../../../../../org/apache/poi/POIDocument.html#validateInPlaceWritePossible()">validateInPlaceWritePossible</a>, <a href="../../../../../org/apache/poi/POIDocument.html#writeProperties()">writeProperties</a>, <a href="../../../../../org/apache/poi/POIDocument.html#writeProperties(org.apache.poi.poifs.filesystem.NPOIFSFileSystem)">writeProperties</a>, <a href="../../../../../org/apache/poi/POIDocument.html#writePropertySet(java.lang.String,%20org.apache.poi.hpsf.PropertySet,%20org.apache.poi.poifs.filesystem.NPOIFSFileSystem)">writePropertySet</a></code></li> +<code><a href="../../../../../org/apache/poi/POIDocument.html#clearDirectory()">clearDirectory</a>, <a href="../../../../../org/apache/poi/POIDocument.html#createInformationProperties()">createInformationProperties</a>, <a href="../../../../../org/apache/poi/POIDocument.html#getDirectory()">getDirectory</a>, <a href="../../../../../org/apache/poi/POIDocument.html#getDocumentSummaryInformation()">getDocumentSummaryInformation</a>, <a href="../../../../../org/apache/poi/POIDocument.html#getPropertySet(java.lang.String)">getPropertySet</a>, <a href="../../../../../org/apache/poi/POIDocument.html#getPropertySet(java.lang.String,%20org.apache.poi.poifs.crypt.EncryptionInfo)">getPropertySet</a>, <a href="../../../../../org/apache/poi/POIDocument.html#getSummaryInformation()">getSummaryInformation</a>, <a href="../../../../../org/apache/poi/POIDocument.html#initDirectory()">initDirectory</a>, <a href="../../../../../org/apache/poi/POIDocument.html#readProperties()">readProperties</a>, <a h ref="../../../../../org/apache/poi/POIDocument.html#replaceDirectory(org.apache.poi.poifs.filesystem.DirectoryNode)">replaceDirectory</a>, <a href="../../../../../org/apache/poi/POIDocument.html#validateInPlaceWritePossible()">validateInPlaceWritePossible</a>, <a href="../../../../../org/apache/poi/POIDocument.html#writeProperties()">writeProperties</a>, <a href="../../../../../org/apache/poi/POIDocument.html#writeProperties(org.apache.poi.poifs.filesystem.NPOIFSFileSystem)">writeProperties</a>, <a href="../../../../../org/apache/poi/POIDocument.html#writeProperties(org.apache.poi.poifs.filesystem.NPOIFSFileSystem,%20java.util.List)">writeProperties</a>, <a href="../../../../../org/apache/poi/POIDocument.html#writePropertySet(java.lang.String,%20org.apache.poi.hpsf.PropertySet,%20org.apache.poi.poifs.filesystem.NPOIFSFileSystem)">writePropertySet</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> @@ -618,39 +612,20 @@ protected <a href="../../../../../o the passed in OutputStream</dd></dl> </li> </ul> -<a name="getPropertySet(java.lang.String)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>getPropertySet</h4> -<pre>protected <a href="../../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf">PropertySet</a> getPropertySet(java.lang.String setName)</pre> -<div class="block">For a given named property entry, either return it or null if - if it wasn't found</div> -<dl> -<dt><strong>Overrides:</strong></dt> -<dd><code><a href="../../../../../org/apache/poi/POIDocument.html#getPropertySet(java.lang.String)">getPropertySet</a></code> in class <code><a href="../../../../../org/apache/poi/POIDocument.html" title="class in org.apache.poi">POIDocument</a></code></dd> -<dt><span class="strong">Parameters:</span></dt><dd><code>setName</code> - The property to read</dd> -<dt><span class="strong">Returns:</span></dt><dd>The value of the given property or null if it wasn't found.</dd></dl> -</li> -</ul> -<a name="writeProperties(org.apache.poi.poifs.filesystem.NPOIFSFileSystem, java.util.List)"> +<a name="getEncryptionInfo()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> -<h4>writeProperties</h4> -<pre>protected void writeProperties(<a href="../../../../../org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">NPOIFSFileSystem</a> outFS, - java.util.List<java.lang.String> writtenEntries) - throws java.io.IOException</pre> -<div class="block">Writes out the standard Documment Information Properties (HPSF)</div> +<h4>getEncryptionInfo</h4> +<pre>public <a href="../../../../../org/apache/poi/poifs/crypt/EncryptionInfo.html" title="class in org.apache.poi.poifs.crypt">EncryptionInfo</a> getEncryptionInfo() + throws java.io.IOException</pre> <dl> <dt><strong>Overrides:</strong></dt> -<dd><code><a href="../../../../../org/apache/poi/POIDocument.html#writeProperties(org.apache.poi.poifs.filesystem.NPOIFSFileSystem,%20java.util.List)">writeProperties</a></code> in class <code><a href="../../../../../org/apache/poi/POIDocument.html" title="class in org.apache.poi">POIDocument</a></code></dd> -<dt><span class="strong">Parameters:</span></dt><dd><code>outFS</code> - the POIFSFileSystem to write the properties into</dd><dd><code>writtenEntries</code> - a list of POIFS entries to add the property names too</dd> +<dd><code><a href="../../../../../org/apache/poi/POIDocument.html#getEncryptionInfo()">getEncryptionInfo</a></code> in class <code><a href="../../../../../org/apache/poi/POIDocument.html" title="class in org.apache.poi">POIDocument</a></code></dd> +<dt><span class="strong">Returns:</span></dt><dd>the encryption info if the document is encrypted, otherwise <code>null</code></dd> <dt><span class="strong">Throws:</span></dt> -<dd><code>java.io.IOException</code> - if an error when writing to the - <a href="../../../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem"><code>POIFSFileSystem</code></a> occurs</dd></dl> +<dd><code>java.io.IOException</code></dd></dl> </li> </ul> <a name="appendRootLevelRecord(org.apache.poi.hslf.record.Record)"> @@ -732,7 +707,7 @@ protected <a href="../../../../../o <a name="close()"> <!-- --> </a> -<ul class="blockListLast"> +<ul class="blockList"> <li class="blockList"> <h4>close</h4> <pre>public void close() @@ -754,6 +729,19 @@ protected <a href="../../../../../o <dd><code>java.io.IOException</code></dd></dl> </li> </ul> +<a name="getEncryptedPropertyStreamName()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>getEncryptedPropertyStreamName</h4> +<pre>protected java.lang.String getEncryptedPropertyStreamName()</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../../../org/apache/poi/POIDocument.html#getEncryptedPropertyStreamName()">getEncryptedPropertyStreamName</a></code> in class <code><a href="../../../../../org/apache/poi/POIDocument.html" title="class in org.apache.poi">POIDocument</a></code></dd> +<dt><span class="strong">Returns:</span></dt><dd>the stream name of the property set collection, if the document is encrypted</dd></dl> +</li> +</ul> </li> </ul> </li>
Modified: poi/site/publish/apidocs/org/apache/poi/hsmf/MAPIMessage.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hsmf/MAPIMessage.html?rev=1798733&r1=1798732&r2=1798733&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hsmf/MAPIMessage.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hsmf/MAPIMessage.html Wed Jun 14 18:32:13 2017 @@ -397,7 +397,7 @@ extends <a href="../../../../org/apache/ <!-- --> </a> <h3>Methods inherited from class org.apache.poi.<a href="../../../../org/apache/poi/POIDocument.html" title="class in org.apache.poi">POIDocument</a></h3> -<code><a href="../../../../org/apache/poi/POIDocument.html#clearDirectory()">clearDirectory</a>, <a href="../../../../org/apache/poi/POIDocument.html#close()">close</a>, <a href="../../../../org/apache/poi/POIDocument.html#createInformationProperties()">createInformationProperties</a>, <a href="../../../../org/apache/poi/POIDocument.html#getDirectory()">getDirectory</a>, <a href="../../../../org/apache/poi/POIDocument.html#getDocumentSummaryInformation()">getDocumentSummaryInformation</a>, <a href="../../../../org/apache/poi/POIDocument.html#getPropertySet(java.lang.String)">getPropertySet</a>, <a href="../../../../org/apache/poi/POIDocument.html#getPropertySet(java.lang.String,%20org.apache.poi.poifs.crypt.EncryptionInfo)">getPropertySet</a>, <a href="../../../../org/apache/poi/POIDocument.html#getSummaryInformation()">getSummaryInformation</a>, <a href="../../../../org/apache/poi/POIDocument.html#initDirectory()">initDirectory</a>, <a href="../../../../org/apache/poi/POIDocument.h tml#readProperties()">readProperties</a>, <a href="../../../../org/apache/poi/POIDocument.html#replaceDirectory(org.apache.poi.poifs.filesystem.DirectoryNode)">replaceDirectory</a>, <a href="../../../../org/apache/poi/POIDocument.html#validateInPlaceWritePossible()">validateInPlaceWritePossible</a>, <a href="../../../../org/apache/poi/POIDocument.html#writeProperties()">writeProperties</a>, <a href="../../../../org/apache/poi/POIDocument.html#writeProperties(org.apache.poi.poifs.filesystem.NPOIFSFileSystem)">writeProperties</a>, <a href="../../../../org/apache/poi/POIDocument.html#writeProperties(org.apache.poi.poifs.filesystem.NPOIFSFileSystem,%20java.util.List)">writeProperties</a>, <a href="../../../../org/apache/poi/POIDocument.html#writePropertySet(java.lang.String,%20org.apache.poi.hpsf.PropertySet,%20org.apache.poi.poifs.filesystem.NPOIFSFileSystem)">writePropertySet</a></code></li> +<code><a href="../../../../org/apache/poi/POIDocument.html#clearDirectory()">clearDirectory</a>, <a href="../../../../org/apache/poi/POIDocument.html#close()">close</a>, <a href="../../../../org/apache/poi/POIDocument.html#createInformationProperties()">createInformationProperties</a>, <a href="../../../../org/apache/poi/POIDocument.html#getDirectory()">getDirectory</a>, <a href="../../../../org/apache/poi/POIDocument.html#getDocumentSummaryInformation()">getDocumentSummaryInformation</a>, <a href="../../../../org/apache/poi/POIDocument.html#getEncryptedPropertyStreamName()">getEncryptedPropertyStreamName</a>, <a href="../../../../org/apache/poi/POIDocument.html#getEncryptionInfo()">getEncryptionInfo</a>, <a href="../../../../org/apache/poi/POIDocument.html#getPropertySet(java.lang.String)">getPropertySet</a>, <a href="../../../../org/apache/poi/POIDocument.html#getPropertySet(java.lang.String,%20org.apache.poi.poifs.crypt.EncryptionInfo)">getPropertySet</a>, <a href="../../../../or g/apache/poi/POIDocument.html#getSummaryInformation()">getSummaryInformation</a>, <a href="../../../../org/apache/poi/POIDocument.html#initDirectory()">initDirectory</a>, <a href="../../../../org/apache/poi/POIDocument.html#readProperties()">readProperties</a>, <a href="../../../../org/apache/poi/POIDocument.html#replaceDirectory(org.apache.poi.poifs.filesystem.DirectoryNode)">replaceDirectory</a>, <a href="../../../../org/apache/poi/POIDocument.html#validateInPlaceWritePossible()">validateInPlaceWritePossible</a>, <a href="../../../../org/apache/poi/POIDocument.html#writeProperties()">writeProperties</a>, <a href="../../../../org/apache/poi/POIDocument.html#writeProperties(org.apache.poi.poifs.filesystem.NPOIFSFileSystem)">writeProperties</a>, <a href="../../../../org/apache/poi/POIDocument.html#writeProperties(org.apache.poi.poifs.filesystem.NPOIFSFileSystem,%20java.util.List)">writeProperties</a>, <a href="../../../../org/apache/poi/POIDocument.html#writePropertySet(java.lang.Str ing,%20org.apache.poi.hpsf.PropertySet,%20org.apache.poi.poifs.filesystem.NPOIFSFileSystem)">writePropertySet</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> Modified: poi/site/publish/apidocs/org/apache/poi/hsmf/extractor/OutlookTextExtactor.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hsmf/extractor/OutlookTextExtactor.html?rev=1798733&r1=1798732&r2=1798733&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hsmf/extractor/OutlookTextExtactor.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hsmf/extractor/OutlookTextExtactor.html Wed Jun 14 18:32:13 2017 @@ -208,7 +208,7 @@ extends <a href="../../../../../org/apac <!-- --> </a> <h3>Methods inherited from class org.apache.poi.<a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html" title="class in org.apache.poi">POIOLE2TextExtractor</a></h3> -<code><a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html#getDocSummaryInformation()">getDocSummaryInformation</a>, <a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html#getMetadataTextExtractor()">getMetadataTextExtractor</a>, <a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html#getRoot()">getRoot</a>, <a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html#getSummaryInformation()">getSummaryInformation</a></code></li> +<code><a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html#getDocSummaryInformation()">getDocSummaryInformation</a>, <a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html#getDocument()">getDocument</a>, <a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html#getMetadataTextExtractor()">getMetadataTextExtractor</a>, <a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html#getRoot()">getRoot</a>, <a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html#getSummaryInformation()">getSummaryInformation</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.POITextExtractor"> Modified: poi/site/publish/apidocs/org/apache/poi/hssf/extractor/EventBasedExcelExtractor.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/extractor/EventBasedExcelExtractor.html?rev=1798733&r1=1798732&r2=1798733&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hssf/extractor/EventBasedExcelExtractor.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hssf/extractor/EventBasedExcelExtractor.html Wed Jun 14 18:32:13 2017 @@ -234,7 +234,7 @@ implements <a href="../../../../../org/a <!-- --> </a> <h3>Methods inherited from class org.apache.poi.<a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html" title="class in org.apache.poi">POIOLE2TextExtractor</a></h3> -<code><a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html#getMetadataTextExtractor()">getMetadataTextExtractor</a>, <a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html#getRoot()">getRoot</a></code></li> +<code><a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html#getDocument()">getDocument</a>, <a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html#getMetadataTextExtractor()">getMetadataTextExtractor</a>, <a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html#getRoot()">getRoot</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.POITextExtractor"> @@ -302,7 +302,7 @@ implements <a href="../../../../../org/a <dl> <dt><strong>Overrides:</strong></dt> <dd><code><a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html#getDocSummaryInformation()">getDocSummaryInformation</a></code> in class <code><a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html" title="class in org.apache.poi">POIOLE2TextExtractor</a></code></dd> -<dt><span class="strong">Returns:</span></dt><dd>The Document Summary Information or null +<dt><span class="strong">Returns:</span></dt><dd>The Document Summary Information or null if it could not be read for this document.</dd></dl> </li> </ul> Modified: poi/site/publish/apidocs/org/apache/poi/hssf/extractor/ExcelExtractor.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/extractor/ExcelExtractor.html?rev=1798733&r1=1798732&r2=1798733&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hssf/extractor/ExcelExtractor.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hssf/extractor/ExcelExtractor.html Wed Jun 14 18:32:13 2017 @@ -240,7 +240,7 @@ implements <a href="../../../../../org/a <!-- --> </a> <h3>Methods inherited from class org.apache.poi.<a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html" title="class in org.apache.poi">POIOLE2TextExtractor</a></h3> -<code><a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html#getDocSummaryInformation()">getDocSummaryInformation</a>, <a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html#getMetadataTextExtractor()">getMetadataTextExtractor</a>, <a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html#getRoot()">getRoot</a>, <a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html#getSummaryInformation()">getSummaryInformation</a></code></li> +<code><a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html#getDocSummaryInformation()">getDocSummaryInformation</a>, <a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html#getDocument()">getDocument</a>, <a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html#getMetadataTextExtractor()">getMetadataTextExtractor</a>, <a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html#getRoot()">getRoot</a>, <a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html#getSummaryInformation()">getSummaryInformation</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.POITextExtractor"> Modified: poi/site/publish/apidocs/org/apache/poi/hssf/model/InternalWorkbook.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/model/InternalWorkbook.html?rev=1798733&r1=1798732&r2=1798733&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hssf/model/InternalWorkbook.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hssf/model/InternalWorkbook.html Wed Jun 14 18:32:13 2017 @@ -522,160 +522,166 @@ extends java.lang.Object</pre> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/model/InternalWorkbook.html#getWindowOne()">getWindowOne</a></strong>()</code> </td> </tr> <tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/poi/hssf/model/WorkbookRecordList.html" title="class in org.apache.poi.hssf.model">WorkbookRecordList</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/model/InternalWorkbook.html#getWorkbookRecordList()">getWorkbookRecordList</a></strong>()</code> +<div class="block">Only for internal calls - code based on this is not supported ...</div> +</td> +</tr> +<tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/poi/hssf/record/WriteAccessRecord.html" title="class in org.apache.poi.hssf.record">WriteAccessRecord</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/model/InternalWorkbook.html#getWriteAccess()">getWriteAccess</a></strong>()</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/poi/hssf/record/WriteProtectRecord.html" title="class in org.apache.poi.hssf.record">WriteProtectRecord</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/model/InternalWorkbook.html#getWriteProtect()">getWriteProtect</a></strong>()</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/hssf/model/InternalWorkbook.html#insertSST()">insertSST</a></strong>()</code> <div class="block">use this function to add a Shared String Table to an existing sheet (say generated by a different java api) without an sst....</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/model/InternalWorkbook.html#isSheetHidden(int)">isSheetHidden</a></strong>(int sheetnum)</code> <div class="block">Gets the hidden flag for a given sheet.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/model/InternalWorkbook.html#isSheetVeryHidden(int)">isSheetVeryHidden</a></strong>(int sheetnum)</code> <div class="block">Gets the very hidden flag for a given sheet.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/model/InternalWorkbook.html#isUsing1904DateWindowing()">isUsing1904DateWindowing</a></strong>()</code> <div class="block">Whether date windowing is based on 1/2/1904 or 1/1/1900.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/model/InternalWorkbook.html#isWriteProtected()">isWriteProtected</a></strong>()</code> <div class="block">is the workbook protected with a password (not encrypted)?</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/model/InternalWorkbook.html#linkExternalWorkbook(java.lang.String,%20org.apache.poi.ss.usermodel.Workbook)">linkExternalWorkbook</a></strong>(java.lang.String name, <a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a> externalWorkbook)</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/hssf/model/InternalWorkbook.html#preSerialize()">preSerialize</a></strong>()</code> <div class="block">Perform any work necessary before the workbook is about to be serialized.</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/hssf/model/InternalWorkbook.html#removeBuiltinRecord(byte,%20int)">removeBuiltinRecord</a></strong>(byte name, int sheetIndex)</code> <div class="block">Removes the specified Builtin NameRecord that matches the name and index</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/hssf/model/InternalWorkbook.html#removeExFormatRecord(org.apache.poi.hssf.record.ExtendedFormatRecord)">removeExFormatRecord</a></strong>(<a href="../../../../../org/apache/poi/hssf/record/ExtendedFormatRecord.html" title="class in org.apache.poi.hssf.record">ExtendedFormatRecord</a> rec)</code> <div class="block">Removes the given ExtendedFormatRecord record from the file's list.</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/hssf/model/InternalWorkbook.html#removeExFormatRecord(int)">removeExFormatRecord</a></strong>(int index)</code> <div class="block">Removes ExtendedFormatRecord record with given index from the file's list.</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/hssf/model/InternalWorkbook.html#removeFontRecord(org.apache.poi.hssf.record.FontRecord)">removeFontRecord</a></strong>(<a href="../../../../../org/apache/poi/hssf/record/FontRecord.html" title="class in org.apache.poi.hssf.record">FontRecord</a> rec)</code> <div class="block">Removes the given font record from the file's list.</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/hssf/model/InternalWorkbook.html#removeName(int)">removeName</a></strong>(int nameIndex)</code> <div class="block">removes the name</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/hssf/model/InternalWorkbook.html#removeSheet(int)">removeSheet</a></strong>(int sheetIndex)</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/model/InternalWorkbook.html#resolveNameXText(int,%20int)">resolveNameXText</a></strong>(int refIndex, int definedNameIndex)</code> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/model/InternalWorkbook.html#serialize(int,%20byte[])">serialize</a></strong>(int offset, byte[] data)</code> <div class="block">Serializes all records int the worksheet section into a big byte array.</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/hssf/model/InternalWorkbook.html#setSheetBof(int,%20int)">setSheetBof</a></strong>(int sheetIndex, int pos)</code> <div class="block">Sets the BOF for a given sheet</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/hssf/model/InternalWorkbook.html#setSheetHidden(int,%20boolean)">setSheetHidden</a></strong>(int sheetnum, boolean hidden)</code> <div class="block">Hide or unhide a sheet</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/hssf/model/InternalWorkbook.html#setSheetHidden(int,%20org.apache.poi.ss.usermodel.SheetVisibility)">setSheetHidden</a></strong>(int sheetnum, <a href="../../../../../org/apache/poi/ss/usermodel/SheetVisibility.html" title="enum in org.apache.poi.ss.usermodel">SheetVisibility</a> visibility)</code> <div class="block">Hide or unhide a sheet.</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/hssf/model/InternalWorkbook.html#setSheetName(int,%20java.lang.String)">setSheetName</a></strong>(int sheetnum, java.lang.String sheetname)</code> <div class="block">sets the name for a given sheet.</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/hssf/model/InternalWorkbook.html#setSheetOrder(java.lang.String,%20int)">setSheetOrder</a></strong>(java.lang.String sheetname, int pos)</code> <div class="block">sets the order of appearance for a given sheet.</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/hssf/model/InternalWorkbook.html#unwriteProtectWorkbook()">unwriteProtectWorkbook</a></strong>()</code> <div class="block">removes the write protect 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/hssf/model/InternalWorkbook.html#updateNameCommentRecordCache(org.apache.poi.hssf.record.NameCommentRecord)">updateNameCommentRecordCache</a></strong>(<a href="../../../../../org/apache/poi/hssf/record/NameCommentRecord.html" title="class in org.apache.poi.hssf.record">NameCommentRecord</a> commentRecord)</code> <div class="block">If a <a href="../../../../../org/apache/poi/hssf/record/NameCommentRecord.html" title="class in org.apache.poi.hssf.record"><code>NameCommentRecord</code></a> is added or the name it references is renamed, then this will update the lookup cache for it.</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/hssf/model/InternalWorkbook.html#updateNamesAfterCellShift(org.apache.poi.ss.formula.FormulaShifter)">updateNamesAfterCellShift</a></strong>(<a href="../../../../../org/apache/poi/ss/formula/FormulaShifter.html" title="class in org.apache.poi.ss.formula">FormulaShifter</a> shifter)</code> <div class="block">Updates named ranges due to moving of cells</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/hssf/model/InternalWorkbook.html#writeProtectWorkbook(java.lang.String,%20java.lang.String)">writeProtectWorkbook</a></strong>(java.lang.String password, java.lang.String username)</code> @@ -1758,7 +1764,7 @@ extends java.lang.Object</pre> <a name="changeExternalReference(java.lang.String, java.lang.String)"> <!-- --> </a> -<ul class="blockListLast"> +<ul class="blockList"> <li class="blockList"> <h4>changeExternalReference</h4> <pre>public boolean changeExternalReference(java.lang.String oldUrl, @@ -1771,6 +1777,17 @@ extends java.lang.Object</pre> <dt><span class="strong">Returns:</span></dt><dd>true if the oldUrl was found and replaced with newUrl. Otherwise false</dd></dl> </li> </ul> +<a name="getWorkbookRecordList()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>getWorkbookRecordList</h4> +<pre><a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a> +public <a href="../../../../../org/apache/poi/hssf/model/WorkbookRecordList.html" title="class in org.apache.poi.hssf.model">WorkbookRecordList</a> getWorkbookRecordList()</pre> +<div class="block">Only for internal calls - code based on this is not supported ...</div> +</li> +</ul> </li> </ul> </li> Modified: poi/site/publish/apidocs/org/apache/poi/hssf/model/WorkbookRecordList.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/model/WorkbookRecordList.html?rev=1798733&r1=1798732&r2=1798733&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hssf/model/WorkbookRecordList.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hssf/model/WorkbookRecordList.html Wed Jun 14 18:32:13 2017 @@ -96,15 +96,10 @@ <div class="description"> <ul class="blockList"> <li class="blockList"> -<dl> -<dt>All Implemented Interfaces:</dt> -<dd>java.lang.Iterable<<a href="../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</a>></dd> -</dl> <hr> <br> <pre>public final class <span class="strong">WorkbookRecordList</span> -extends java.lang.Object -implements java.lang.Iterable<<a href="../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</a>></pre> +extends java.lang.Object</pre> </li> </ul> </div> @@ -200,70 +195,66 @@ implements java.lang.Iterable<<a href <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/model/WorkbookRecordList.html#getXfpos()">getXfpos</a></strong>()</code> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><code>java.util.Iterator<<a href="../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</a>></code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/model/WorkbookRecordList.html#iterator()">iterator</a></strong>()</code> </td> -</tr> -<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/model/WorkbookRecordList.html#remove(int)">remove</a></strong>(int pos)</code> </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/hssf/model/WorkbookRecordList.html#remove(java.lang.Object)">remove</a></strong>(java.lang.Object record)</code> <div class="block">Find the given record in the record list by identity and removes it</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/hssf/model/WorkbookRecordList.html#setBackuppos(int)">setBackuppos</a></strong>(int backuppos)</code> </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/hssf/model/WorkbookRecordList.html#setBspos(int)">setBspos</a></strong>(int bspos)</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/hssf/model/WorkbookRecordList.html#setExternsheetPos(int)">setExternsheetPos</a></strong>(int externsheetPos)</code> <div class="block">Sets the externsheetPos.</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/hssf/model/WorkbookRecordList.html#setFontpos(int)">setFontpos</a></strong>(int fontpos)</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/hssf/model/WorkbookRecordList.html#setNamepos(int)">setNamepos</a></strong>(int namepos)</code> <div class="block">Sets the namepos.</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/hssf/model/WorkbookRecordList.html#setPalettepos(int)">setPalettepos</a></strong>(int palettepos)</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/hssf/model/WorkbookRecordList.html#setProtpos(int)">setProtpos</a></strong>(int protpos)</code> </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/hssf/model/WorkbookRecordList.html#setRecords(java.util.List)">setRecords</a></strong>(java.util.List<<a href="../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</a>> records)</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/hssf/model/WorkbookRecordList.html#setSupbookpos(int)">setSupbookpos</a></strong>(int supbookpos)</code> <div class="block">Sets the supbookpos.</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/hssf/model/WorkbookRecordList.html#setTabpos(int)">setTabpos</a></strong>(int tabpos)</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/hssf/model/WorkbookRecordList.html#setXfpos(int)">setXfpos</a></strong>(int xfpos)</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/model/WorkbookRecordList.html#size()">size</a></strong>()</code> </td> </tr> @@ -352,19 +343,6 @@ implements java.lang.Iterable<<a href <pre>public java.util.List<<a href="../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</a>> getRecords()</pre> </li> </ul> -<a name="iterator()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>iterator</h4> -<pre>public java.util.Iterator<<a href="../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</a>> iterator()</pre> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code>iterator</code> in interface <code>java.lang.Iterable<<a href="../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</a>></code></dd> -</dl> -</li> -</ul> <a name="remove(java.lang.Object)"> <!-- --> </a> Modified: poi/site/publish/apidocs/org/apache/poi/hssf/model/class-use/WorkbookRecordList.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/model/class-use/WorkbookRecordList.html?rev=1798733&r1=1798732&r2=1798733&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hssf/model/class-use/WorkbookRecordList.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hssf/model/class-use/WorkbookRecordList.html Wed Jun 14 18:32:13 2017 @@ -67,7 +67,51 @@ <div class="header"> <h2 title="Uses of Class org.apache.poi.hssf.model.WorkbookRecordList" class="title">Uses of Class<br>org.apache.poi.hssf.model.WorkbookRecordList</h2> </div> -<div class="classUseContainer">No usage of org.apache.poi.hssf.model.WorkbookRecordList</div> +<div class="classUseContainer"> +<ul class="blockList"> +<li class="blockList"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<caption><span>Packages that use <a href="../../../../../../org/apache/poi/hssf/model/WorkbookRecordList.html" title="class in org.apache.poi.hssf.model">WorkbookRecordList</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="#org.apache.poi.hssf.model">org.apache.poi.hssf.model</a></td> +<td class="colLast"> +<div class="block">Provides low level API structures for reading, writing, modifying XLS files.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"><a name="org.apache.poi.hssf.model"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/poi/hssf/model/WorkbookRecordList.html" title="class in org.apache.poi.hssf.model">WorkbookRecordList</a> in <a href="../../../../../../org/apache/poi/hssf/model/package-summary.html">org.apache.poi.hssf.model</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/hssf/model/package-summary.html">org.apache.poi.hssf.model</a> that return <a href="../../../../../../org/apache/poi/hssf/model/WorkbookRecordList.html" title="class in org.apache.poi.hssf.model">WorkbookRecordList</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><a href="../../../../../../org/apache/poi/hssf/model/WorkbookRecordList.html" title="class in org.apache.poi.hssf.model">WorkbookRecordList</a></code></td> +<td class="colLast"><span class="strong">InternalWorkbook.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/model/InternalWorkbook.html#getWorkbookRecordList()">getWorkbookRecordList</a></strong>()</code> +<div class="block">Only for internal calls - code based on this is not supported ...</div> +</td> +</tr> +</tbody> +</table> +</li> +</ul> +</li> +</ul> +</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> Modified: poi/site/publish/apidocs/org/apache/poi/hssf/model/package-tree.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/model/package-tree.html?rev=1798733&r1=1798732&r2=1798733&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hssf/model/package-tree.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hssf/model/package-tree.html Wed Jun 14 18:32:13 2017 @@ -105,7 +105,7 @@ </li> </ul> </li> -<li type="circle">org.apache.poi.hssf.model.<a href="../../../../../org/apache/poi/hssf/model/WorkbookRecordList.html" title="class in org.apache.poi.hssf.model"><span class="strong">WorkbookRecordList</span></a> (implements java.lang.Iterable<T>)</li> +<li type="circle">org.apache.poi.hssf.model.<a href="../../../../../org/apache/poi/hssf/model/WorkbookRecordList.html" title="class in org.apache.poi.hssf.model"><span class="strong">WorkbookRecordList</span></a></li> </ul> </li> </ul> Modified: poi/site/publish/apidocs/org/apache/poi/hssf/model/package-use.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/model/package-use.html?rev=1798733&r1=1798732&r2=1798733&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hssf/model/package-use.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hssf/model/package-use.html Wed Jun 14 18:32:13 2017 @@ -152,6 +152,9 @@ <div class="block">Simplifies iteration over a sequence of <tt>Record</tt> objects.</div> </td> </tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../../../org/apache/poi/hssf/model/class-use/WorkbookRecordList.html#org.apache.poi.hssf.model">WorkbookRecordList</a> </td> +</tr> </tbody> </table> </li> Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/class-use/Record.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/class-use/Record.html?rev=1798733&r1=1798732&r2=1798733&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hssf/record/class-use/Record.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hssf/record/class-use/Record.html Wed Jun 14 18:32:13 2017 @@ -342,10 +342,6 @@ <td class="colLast"><span class="strong">WorkbookRecordList.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/model/WorkbookRecordList.html#getRecords()">getRecords</a></strong>()</code> </td> </tr> <tr class="altColor"> -<td class="colFirst"><code>java.util.Iterator<<a href="../../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</a>></code></td> -<td class="colLast"><span class="strong">WorkbookRecordList.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/model/WorkbookRecordList.html#iterator()">iterator</a></strong>()</code> </td> -</tr> -<tr class="rowColor"> <td class="colFirst"><code>java.lang.Class<? extends <a href="../../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</a>></code></td> <td class="colLast"><span class="strong">RecordStream.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/model/RecordStream.html#peekNextClass()">peekNextClass</a></strong>()</code> </td> </tr> Modified: poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFWorkbook.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFWorkbook.html?rev=1798733&r1=1798732&r2=1798733&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFWorkbook.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFWorkbook.html Wed Jun 14 18:32:13 2017 @@ -419,43 +419,47 @@ implements <a href="../../../../../org/a <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#getCustomPalette()">getCustomPalette</a></strong>()</code> </td> </tr> <tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/poi/poifs/crypt/EncryptionInfo.html" title="class in org.apache.poi.poifs.crypt">EncryptionInfo</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#getEncryptionInfo()">getEncryptionInfo</a></strong>()</code> </td> +</tr> +<tr class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#getFirstVisibleTab()">getFirstVisibleTab</a></strong>()</code> <div class="block">sets the first tab that is displayed in the list of tabs in excel.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFFont.html" title="class in org.apache.poi.hssf.usermodel">HSSFFont</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#getFontAt(short)">getFontAt</a></strong>(short idx)</code> <div class="block">Get the font at the given index number</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#getForceFormulaRecalculation()">getForceFormulaRecalculation</a></strong>()</code> <div class="block">Whether Excel will be asked to recalculate all formulas when the workbook is opened.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/poi/hssf/model/InternalWorkbook.html" title="class in org.apache.poi.hssf.model">InternalWorkbook</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#getInternalWorkbook()">getInternalWorkbook</a></strong>()</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/Row.MissingCellPolicy.html" title="enum in org.apache.poi.ss.usermodel">Row.MissingCellPolicy</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#getMissingCellPolicy()">getMissingCellPolicy</a></strong>()</code> <div class="block">Retrieves the current policy on what to do when getting missing or blank cells from a row.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFName.html" title="class in org.apache.poi.hssf.usermodel">HSSFName</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#getName(java.lang.String)">getName</a></strong>(java.lang.String name)</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFName.html" title="class in org.apache.poi.hssf.usermodel">HSSFName</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#getNameAt(int)">getNameAt</a></strong>(int nameIndex)</code> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#getNameIndex(java.lang.String)">getNameIndex</a></strong>(java.lang.String name)</code> <div class="block">Gets the defined name index by name<br/> @@ -463,55 +467,55 @@ implements <a href="../../../../../org/a this method performs a case-insensitive search.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#getNameName(int)">getNameName</a></strong>(int index)</code> <div class="block">gets the named range name</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/poi/hssf/record/NameRecord.html" title="class in org.apache.poi.hssf.record">NameRecord</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#getNameRecord(int)">getNameRecord</a></strong>(int nameIndex)</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>java.util.List<<a href="../../../../../org/apache/poi/hssf/usermodel/HSSFName.html" title="class in org.apache.poi.hssf.usermodel">HSSFName</a>></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#getNames(java.lang.String)">getNames</a></strong>(java.lang.String name)</code> <div class="block">Returns all defined names with the given name.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>short</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#getNumberOfFonts()">getNumberOfFonts</a></strong>()</code> <div class="block">get the number of fonts in the font table</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#getNumberOfNames()">getNumberOfNames</a></strong>()</code> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#getNumberOfSheets()">getNumberOfSheets</a></strong>()</code> <div class="block">get the number of spreadsheets in the workbook (this will be three after serialization)</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#getNumCellStyles()">getNumCellStyles</a></strong>()</code> <div class="block">get the number of styles the workbook contains</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>protected static java.util.Map<java.lang.String,<a href="../../../../../org/apache/poi/hpsf/ClassID.html" title="class in org.apache.poi.hpsf">ClassID</a>></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#getOleMap()">getOleMap</a></strong>()</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#getPrintArea(int)">getPrintArea</a></strong>(int sheetIndex)</code> <div class="block">Retrieves the reference for the printarea of the specified sheet, the sheet name is appended to the reference even if it was not specified.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/poi/poifs/filesystem/DirectoryNode.html" title="class in org.apache.poi.poifs.filesystem">DirectoryNode</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#getRootDirectory()">getRootDirectory</a></strong>()</code> <div class="block"><strong>Deprecated.</strong> @@ -519,94 +523,94 @@ implements <a href="../../../../../org/a </div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>java.util.Collection<java.lang.Integer></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#getSelectedTabs()">getSelectedTabs</a></strong>()</code> <div class="block">Gets the selected sheets (if more than one, Excel calls these a [Group]).</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFSheet.html" title="class in org.apache.poi.hssf.usermodel">HSSFSheet</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#getSheet(java.lang.String)">getSheet</a></strong>(java.lang.String name)</code> <div class="block">Get sheet with the given name (case insensitive match)</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFSheet.html" title="class in org.apache.poi.hssf.usermodel">HSSFSheet</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#getSheetAt(int)">getSheetAt</a></strong>(int index)</code> <div class="block">Get the HSSFSheet object at the given index.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#getSheetIndex(org.apache.poi.ss.usermodel.Sheet)">getSheetIndex</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet)</code> <div class="block">Returns the index of the given sheet</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#getSheetIndex(java.lang.String)">getSheetIndex</a></strong>(java.lang.String name)</code> <div class="block">Returns the index of the sheet by his name</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#getSheetName(int)">getSheetName</a></strong>(int sheetIndex)</code> <div class="block">Get the sheet name</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/SheetVisibility.html" title="enum in org.apache.poi.ss.usermodel">SheetVisibility</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#getSheetVisibility(int)">getSheetVisibility</a></strong>(int sheetIx)</code> <div class="block">Get the visibility (visible, hidden, very hidden) of a sheet in this workbook</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/SpreadsheetVersion.html" title="enum in org.apache.poi.ss">SpreadsheetVersion</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#getSpreadsheetVersion()">getSpreadsheetVersion</a></strong>()</code> <div class="block">Returns the spreadsheet version (EXCLE97) of this workbook</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>static java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#getWorkbookDirEntryName(org.apache.poi.poifs.filesystem.DirectoryNode)">getWorkbookDirEntryName</a></strong>(<a href="../../../../../org/apache/poi/poifs/filesystem/DirectoryNode.html" title="class in org.apache.poi.poifs.filesystem">DirectoryNode</a> directory)</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/hssf/usermodel/HSSFWorkbook.html#insertChartRecord()">insertChartRecord</a></strong>()</code> <div class="block">Test only.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#isHidden()">isHidden</a></strong>()</code> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#isSheetHidden(int)">isSheetHidden</a></strong>(int sheetIx)</code> <div class="block">Check whether a sheet is hidden.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#isSheetVeryHidden(int)">isSheetVeryHidden</a></strong>(int sheetIx)</code> <div class="block">Check whether a sheet is very hidden.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#isWriteProtected()">isWriteProtected</a></strong>()</code> <div class="block">Is the workbook protected with a password (not encrypted)?</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>java.util.Iterator<<a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a>></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#iterator()">iterator</a></strong>()</code> <div class="block">Alias for <a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#sheetIterator()"><code>sheetIterator()</code></a> to allow foreach loops</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#linkExternalWorkbook(java.lang.String,%20org.apache.poi.ss.usermodel.Workbook)">linkExternalWorkbook</a></strong>(java.lang.String name, <a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a> workbook)</code> @@ -614,32 +618,32 @@ implements <a href="../../../../../org/a the specified external workbook to be added to this one.</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/hssf/usermodel/HSSFWorkbook.html#removeName(int)">removeName</a></strong>(int index)</code> <div class="block">Remove the defined name at the specified index</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/hssf/usermodel/HSSFWorkbook.html#removeName(org.apache.poi.ss.usermodel.Name)">removeName</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/Name.html" title="interface in org.apache.poi.ss.usermodel">Name</a> name)</code> <div class="block">As <a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#removeName(java.lang.String)"><code>removeName(String)</code></a> is not necessarily unique (name + sheet index is unique), this method is more accurate.</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/hssf/usermodel/HSSFWorkbook.html#removeName(java.lang.String)">removeName</a></strong>(java.lang.String name)</code> <div class="block">Remove a defined name by name</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/hssf/usermodel/HSSFWorkbook.html#removePrintArea(int)">removePrintArea</a></strong>(int sheetIndex)</code> <div class="block">Delete the printarea for the sheet specified</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/hssf/usermodel/HSSFWorkbook.html#removeSheetAt(int)">removeSheetAt</a></strong>(int index)</code> <div class="block">Removes sheet at the given index.<p/> @@ -648,50 +652,50 @@ implements <a href="../../../../../org/a the workbook.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>protected void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#resetFontCache()">resetFontCache</a></strong>()</code> <div class="block">Reset the fonts cache, causing all new calls to getFontAt() to create new objects.</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/hssf/usermodel/HSSFWorkbook.html#setActiveSheet(int)">setActiveSheet</a></strong>(int index)</code> <div class="block">Convenience method to set the active sheet.</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/hssf/usermodel/HSSFWorkbook.html#setBackupFlag(boolean)">setBackupFlag</a></strong>(boolean backupValue)</code> <div class="block">determine whether the Excel GUI will backup the workbook when saving.</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/hssf/usermodel/HSSFWorkbook.html#setFirstVisibleTab(int)">setFirstVisibleTab</a></strong>(int index)</code> <div class="block">sets the first tab that is displayed in the list of tabs in excel.</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/hssf/usermodel/HSSFWorkbook.html#setForceFormulaRecalculation(boolean)">setForceFormulaRecalculation</a></strong>(boolean value)</code> <div class="block">Whether the application shall perform a full recalculation when the workbook is opened.</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/hssf/usermodel/HSSFWorkbook.html#setHidden(boolean)">setHidden</a></strong>(boolean hiddenFlag)</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/hssf/usermodel/HSSFWorkbook.html#setMissingCellPolicy(org.apache.poi.ss.usermodel.Row.MissingCellPolicy)">setMissingCellPolicy</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/Row.MissingCellPolicy.html" title="enum in org.apache.poi.ss.usermodel">Row.MissingCellPolicy</a> missingCellPolicy)</code> <div class="block">Sets the policy on what to do when getting missing or blank cells from a row.</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/hssf/usermodel/HSSFWorkbook.html#setPrintArea(int,%20int,%20int,%20int,%20int)">setPrintArea</a></strong>(int sheetIndex, int startColumn, @@ -701,99 +705,99 @@ implements <a href="../../../../../org/a <div class="block">For the Convenience of Java Programmers maintaining pointers.</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/hssf/usermodel/HSSFWorkbook.html#setPrintArea(int,%20java.lang.String)">setPrintArea</a></strong>(int sheetIndex, java.lang.String reference)</code> <div class="block">Sets the printarea for the sheet provided</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/hssf/usermodel/HSSFWorkbook.html#setSelectedTab(int)">setSelectedTab</a></strong>(int index)</code> <div class="block">Selects a single sheet.</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/hssf/usermodel/HSSFWorkbook.html#setSelectedTabs(java.util.Collection)">setSelectedTabs</a></strong>(java.util.Collection<java.lang.Integer> indexes)</code> <div class="block">Selects multiple sheets as a group.</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/hssf/usermodel/HSSFWorkbook.html#setSelectedTabs(int[])">setSelectedTabs</a></strong>(int[] indexes)</code> <div class="block">Selects multiple sheets as a group.</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/hssf/usermodel/HSSFWorkbook.html#setSheetHidden(int,%20boolean)">setSheetHidden</a></strong>(int sheetIx, boolean hidden)</code> <div class="block">Hide or unhide a sheet.</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/hssf/usermodel/HSSFWorkbook.html#setSheetHidden(int,%20int)">setSheetHidden</a></strong>(int sheetIx, int hidden)</code> <div class="block"><strong>Deprecated.</strong> </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/hssf/usermodel/HSSFWorkbook.html#setSheetName(int,%20java.lang.String)">setSheetName</a></strong>(int sheetIx, java.lang.String name)</code> <div class="block">Set the sheet name.</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/hssf/usermodel/HSSFWorkbook.html#setSheetOrder(java.lang.String,%20int)">setSheetOrder</a></strong>(java.lang.String sheetname, int pos)</code> <div class="block">sets the order of appearance for a given sheet.</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/hssf/usermodel/HSSFWorkbook.html#setSheetVisibility(int,%20org.apache.poi.ss.usermodel.SheetVisibility)">setSheetVisibility</a></strong>(int sheetIx, <a href="../../../../../org/apache/poi/ss/usermodel/SheetVisibility.html" title="enum in org.apache.poi.ss.usermodel">SheetVisibility</a> visibility)</code> <div class="block">Hide or unhide a sheet.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>java.util.Iterator<<a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a>></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#sheetIterator()">sheetIterator</a></strong>()</code> <div class="block">Returns an iterator of the sheets in the workbook in sheet order.</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/hssf/usermodel/HSSFWorkbook.html#unwriteProtectWorkbook()">unwriteProtectWorkbook</a></strong>()</code> <div class="block">removes the write protect 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/hssf/usermodel/HSSFWorkbook.html#write()">write</a></strong>()</code> <div class="block">Write out this workbook to the currently open <code>File</code> via the writeable <a href="../../../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem"><code>POIFSFileSystem</code></a> it was opened as.</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/hssf/usermodel/HSSFWorkbook.html#write(java.io.File)">write</a></strong>(java.io.File newFile)</code> <div class="block">Method write - write out this workbook to a new <code>File</code>.</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/hssf/usermodel/HSSFWorkbook.html#write(java.io.OutputStream)">write</a></strong>(java.io.OutputStream stream)</code> <div class="block">Method write - write out this workbook to an <code>OutputStream</code>.</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/hssf/usermodel/HSSFWorkbook.html#writeProtectWorkbook(java.lang.String,%20java.lang.String)">writeProtectWorkbook</a></strong>(java.lang.String password, java.lang.String username)</code> @@ -807,7 +811,7 @@ implements <a href="../../../../../org/a <!-- --> </a> <h3>Methods inherited from class org.apache.poi.<a href="../../../../../org/apache/poi/POIDocument.html" title="class in org.apache.poi">POIDocument</a></h3> -<code><a href="../../../../../org/apache/poi/POIDocument.html#clearDirectory()">clearDirectory</a>, <a href="../../../../../org/apache/poi/POIDocument.html#createInformationProperties()">createInformationProperties</a>, <a href="../../../../../org/apache/poi/POIDocument.html#getDirectory()">getDirectory</a>, <a href="../../../../../org/apache/poi/POIDocument.html#getDocumentSummaryInformation()">getDocumentSummaryInformation</a>, <a href="../../../../../org/apache/poi/POIDocument.html#getPropertySet(java.lang.String)">getPropertySet</a>, <a href="../../../../../org/apache/poi/POIDocument.html#getPropertySet(java.lang.String,%20org.apache.poi.poifs.crypt.EncryptionInfo)">getPropertySet</a>, <a href="../../../../../org/apache/poi/POIDocument.html#getSummaryInformation()">getSummaryInformation</a>, <a href="../../../../../org/apache/poi/POIDocument.html#initDirectory()">initDirectory</a>, <a href="../../../../../org/apache/poi/POIDocument.html#readProperties()">readProperties</a>, <a h ref="../../../../../org/apache/poi/POIDocument.html#replaceDirectory(org.apache.poi.poifs.filesystem.DirectoryNode)">replaceDirectory</a>, <a href="../../../../../org/apache/poi/POIDocument.html#validateInPlaceWritePossible()">validateInPlaceWritePossible</a>, <a href="../../../../../org/apache/poi/POIDocument.html#writeProperties()">writeProperties</a>, <a href="../../../../../org/apache/poi/POIDocument.html#writeProperties(org.apache.poi.poifs.filesystem.NPOIFSFileSystem)">writeProperties</a>, <a href="../../../../../org/apache/poi/POIDocument.html#writeProperties(org.apache.poi.poifs.filesystem.NPOIFSFileSystem,%20java.util.List)">writeProperties</a>, <a href="../../../../../org/apache/poi/POIDocument.html#writePropertySet(java.lang.String,%20org.apache.poi.hpsf.PropertySet,%20org.apache.poi.poifs.filesystem.NPOIFSFileSystem)">writePropertySet</a></code></li> +<code><a href="../../../../../org/apache/poi/POIDocument.html#clearDirectory()">clearDirectory</a>, <a href="../../../../../org/apache/poi/POIDocument.html#createInformationProperties()">createInformationProperties</a>, <a href="../../../../../org/apache/poi/POIDocument.html#getDirectory()">getDirectory</a>, <a href="../../../../../org/apache/poi/POIDocument.html#getDocumentSummaryInformation()">getDocumentSummaryInformation</a>, <a href="../../../../../org/apache/poi/POIDocument.html#getEncryptedPropertyStreamName()">getEncryptedPropertyStreamName</a>, <a href="../../../../../org/apache/poi/POIDocument.html#getPropertySet(java.lang.String)">getPropertySet</a>, <a href="../../../../../org/apache/poi/POIDocument.html#getPropertySet(java.lang.String,%20org.apache.poi.poifs.crypt.EncryptionInfo)">getPropertySet</a>, <a href="../../../../../org/apache/poi/POIDocument.html#getSummaryInformation()">getSummaryInformation</a>, <a href="../../../../../org/apache/poi/POIDocument.html#initDire ctory()">initDirectory</a>, <a href="../../../../../org/apache/poi/POIDocument.html#readProperties()">readProperties</a>, <a href="../../../../../org/apache/poi/POIDocument.html#replaceDirectory(org.apache.poi.poifs.filesystem.DirectoryNode)">replaceDirectory</a>, <a href="../../../../../org/apache/poi/POIDocument.html#validateInPlaceWritePossible()">validateInPlaceWritePossible</a>, <a href="../../../../../org/apache/poi/POIDocument.html#writeProperties()">writeProperties</a>, <a href="../../../../../org/apache/poi/POIDocument.html#writeProperties(org.apache.poi.poifs.filesystem.NPOIFSFileSystem)">writeProperties</a>, <a href="../../../../../org/apache/poi/POIDocument.html#writeProperties(org.apache.poi.poifs.filesystem.NPOIFSFileSystem,%20java.util.List)">writeProperties</a>, <a href="../../../../../org/apache/poi/POIDocument.html#writePropertySet(java.lang.String,%20org.apache.poi.hpsf.PropertySet,%20org.apache.poi.poifs.filesystem.NPOIFSFileSystem)">writePropertySet</a></code></ li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> @@ -2419,7 +2423,7 @@ public <a href="../../../../../org/ <a name="getSpreadsheetVersion()"> <!-- --> </a> -<ul class="blockListLast"> +<ul class="blockList"> <li class="blockList"> <h4>getSpreadsheetVersion</h4> <pre>public <a href="../../../../../org/apache/poi/ss/SpreadsheetVersion.html" title="enum in org.apache.poi.ss">SpreadsheetVersion</a> getSpreadsheetVersion()</pre> @@ -2431,6 +2435,19 @@ public <a href="../../../../../org/ <dd>3.14 beta 2</dd></dl> </li> </ul> +<a name="getEncryptionInfo()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>getEncryptionInfo</h4> +<pre>public <a href="../../../../../org/apache/poi/poifs/crypt/EncryptionInfo.html" title="class in org.apache.poi.poifs.crypt">EncryptionInfo</a> getEncryptionInfo()</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../../../org/apache/poi/POIDocument.html#getEncryptionInfo()">getEncryptionInfo</a></code> in class <code><a href="../../../../../org/apache/poi/POIDocument.html" title="class in org.apache.poi">POIDocument</a></code></dd> +<dt><span class="strong">Returns:</span></dt><dd>the encryption info if the document is encrypted, otherwise <code>null</code></dd></dl> +</li> +</ul> </li> </ul> </li> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
