You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2016/06/19 13:09:35 UTC

svn commit: r1749163 [6/14] - in /poi/site/publish: ./ apidocs/ apidocs/org/apache/poi/hssf/record/ apidocs/org/apache/poi/hssf/record/aggregates/ apidocs/org/apache/poi/hssf/record/class-use/ apidocs/org/apache/poi/hssf/record/common/ apidocs/org/apac...

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=1749163&r1=1749162&r2=1749163&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 Sun Jun 19 13:09:33 2016
@@ -260,90 +260,81 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>int</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#addSSTString(java.lang.String)">addSSTString</a></strong>(java.lang.String&nbsp;string)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>Do not call this method from your applications. Use the methods
-  available in the HSSFRow to add string HSSFCells</i></div>
-</div>
-</td>
-</tr>
-<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#addToolPack(org.apache.poi.ss.formula.udf.UDFFinder)">addToolPack</a></strong>(<a href="../../../../../org/apache/poi/ss/formula/udf/UDFFinder.html" title="interface in org.apache.poi.ss.formula.udf">UDFFinder</a>&nbsp;toopack)</code>
 <div class="block">Register a new toolpack in this workbook.</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#changeExternalReference(java.lang.String,%20java.lang.String)">changeExternalReference</a></strong>(java.lang.String&nbsp;oldUrl,
                        java.lang.String&nbsp;newUrl)</code>
 <div class="block">Changes an external referenced file to another file.</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#cloneSheet(int)">cloneSheet</a></strong>(int&nbsp;sheetIndex)</code>
 <div class="block">create an HSSFSheet from an existing sheet in the HSSFWorkbook.</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#close()">close</a></strong>()</code>
 <div class="block">Closes the underlying <a href="../../../../../org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem"><code>NPOIFSFileSystem</code></a> from which
   the Workbook was read, if any.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html" title="class in org.apache.poi.hssf.usermodel">HSSFWorkbook</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#create(org.apache.poi.hssf.model.InternalWorkbook)">create</a></strong>(<a href="../../../../../org/apache/poi/hssf/model/InternalWorkbook.html" title="class in org.apache.poi.hssf.model">InternalWorkbook</a>&nbsp;book)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCellStyle.html" title="class in org.apache.poi.hssf.usermodel">HSSFCellStyle</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#createCellStyle()">createCellStyle</a></strong>()</code>
 <div class="block">Create a new Cell style and add it to the workbook's style table.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFDataFormat.html" title="class in org.apache.poi.hssf.usermodel">HSSFDataFormat</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#createDataFormat()">createDataFormat</a></strong>()</code>
 <div class="block">Returns the instance of HSSFDataFormat for this workbook.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <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#createFont()">createFont</a></strong>()</code>
 <div class="block">create a new Font and add it to the workbook's font table</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#createName()">createName</a></strong>()</code>
 <div class="block">creates a new named range and add it to the model</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#createSheet()">createSheet</a></strong>()</code>
 <div class="block">create an HSSFSheet for this HSSFWorkbook, adds it to the sheets and returns
  the high level representation.</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#createSheet(java.lang.String)">createSheet</a></strong>(java.lang.String&nbsp;sheetname)</code>
 <div class="block">Create a new sheet for this Workbook and return the high level representation.</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#dumpDrawingGroupRecords(boolean)">dumpDrawingGroupRecords</a></strong>(boolean&nbsp;fat)</code>
 <div class="block">Spits out a list of all the drawing records in the workbook.</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#findFont(short,%20short,%20short,%20java.lang.String,%20boolean,%20boolean,%20short,%20byte)">findFont</a></strong>(short&nbsp;boldWeight,
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#findFont(boolean,%20short,%20short,%20java.lang.String,%20boolean,%20boolean,%20short,%20byte)">findFont</a></strong>(boolean&nbsp;bold,
         short&nbsp;color,
         short&nbsp;fontHeight,
         java.lang.String&nbsp;name,
@@ -354,117 +345,106 @@ implements <a href="../../../../../org/a
 <div class="block">Finds a font that matches the one with the supplied attributes</div>
 </td>
 </tr>
-<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#findSheetNameFromExternSheet(int)">findSheetNameFromExternSheet</a></strong>(int&nbsp;externSheetIndex)</code>
+<tr class="altColor">
+<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#findFont(short,%20short,%20short,%20java.lang.String,%20boolean,%20boolean,%20short,%20byte)">findFont</a></strong>(short&nbsp;boldWeight,
+        short&nbsp;color,
+        short&nbsp;fontHeight,
+        java.lang.String&nbsp;name,
+        boolean&nbsp;italic,
+        boolean&nbsp;strikeout,
+        short&nbsp;typeOffset,
+        byte&nbsp;underline)</code>
 <div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>for POI internal use only (formula rendering).  This method is likely to
- be removed in future versions of POI.</i></div>
+<div class="block"><i>3.15 beta 2. Use <a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#findFont(boolean,%20short,%20short,%20java.lang.String,%20boolean,%20boolean,%20short,%20byte)"><code>findFont(boolean, short, short, String, boolean, boolean, short, byte)</code></a> instead.</i></div>
 </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#getActiveSheetIndex()">getActiveSheetIndex</a></strong>()</code>
 <div class="block">gets the tab whose data is actually seen when the sheet is opened.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/poi/hssf/usermodel/HSSFObjectData.html" title="class in org.apache.poi.hssf.usermodel">HSSFObjectData</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#getAllEmbeddedObjects()">getAllEmbeddedObjects</a></strong>()</code>
 <div class="block">Gets all embedded OLE2 objects from the Workbook.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/poi/hssf/usermodel/HSSFPictureData.html" title="class in org.apache.poi.hssf.usermodel">HSSFPictureData</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#getAllPictures()">getAllPictures</a></strong>()</code>
 <div class="block">Gets all pictures from the Workbook.</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#getBackupFlag()">getBackupFlag</a></strong>()</code>
 <div class="block">determine whether the Excel GUI will backup the workbook when saving.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>byte[]</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#getBytes()">getBytes</a></strong>()</code>
 <div class="block">Method getBytes - get the bytes of just the HSSF portions of the XLS file.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCellStyle.html" title="class in org.apache.poi.hssf.usermodel">HSSFCellStyle</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#getCellStyleAt(int)">getCellStyleAt</a></strong>(int&nbsp;idx)</code>
 <div class="block">get the cell style object at the given index</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCreationHelper.html" title="class in org.apache.poi.hssf.usermodel">HSSFCreationHelper</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#getCreationHelper()">getCreationHelper</a></strong>()</code>
 <div class="block">Returns an object that handles instantiating concrete
  classes of the various instances one needs for  HSSF and XSSF.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFPalette.html" title="class in org.apache.poi.hssf.usermodel">HSSFPalette</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#getCustomPalette()">getCustomPalette</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
-<td class="colFirst"><code>short</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#getDisplayedTab()">getDisplayedTab</a></strong>()</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>- Misleading name - use getFirstVisibleTab()</i></div>
-</div>
-</td>
-</tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#getExternalSheetIndex(int)">getExternalSheetIndex</a></strong>(int&nbsp;internalSheetIndex)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>for POI internal use only (formula parsing).  This method is likely to
- be removed in future versions of POI.</i></div>
-</div>
-</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="rowColor">
+<tr class="altColor">
 <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&nbsp;idx)</code>
 <div class="block">Get the font at the given index number</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#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="rowColor">
+<tr class="altColor">
 <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>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <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="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#getName(java.lang.String)">getName</a></strong>(java.lang.String&nbsp;name)</code>&nbsp;</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#getNameAt(int)">getNameAt</a></strong>(int&nbsp;nameIndex)</code>&nbsp;</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#getNameIndex(java.lang.String)">getNameIndex</a></strong>(java.lang.String&nbsp;name)</code>
 <div class="block">Gets the defined name index by name<br/>
@@ -472,99 +452,88 @@ implements <a href="../../../../../org/a
  this method performs a case-insensitive search.</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#getNameName(int)">getNameName</a></strong>(int&nbsp;index)</code>
 <div class="block">gets the named range name</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <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&nbsp;nameIndex)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/poi/hssf/usermodel/HSSFName.html" title="class in org.apache.poi.hssf.usermodel">HSSFName</a>&gt;</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&nbsp;name)</code>
 <div class="block">Returns all defined names with the given name.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <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="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#getNumberOfNames()">getNumberOfNames</a></strong>()</code>&nbsp;</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#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="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#getNumCellStyles()">getNumCellStyles</a></strong>()</code>
 <div class="block">get the number of styles the workbook contains</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected static java.util.Map&lt;java.lang.String,<a href="../../../../../org/apache/poi/hpsf/ClassID.html" title="class in org.apache.poi.hpsf">ClassID</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#getOleMap()">getOleMap</a></strong>()</code>&nbsp;</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#getPrintArea(int)">getPrintArea</a></strong>(int&nbsp;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="rowColor">
+<tr class="altColor">
 <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>&nbsp;</td>
 </tr>
-<tr class="altColor">
-<td class="colFirst"><code>short</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#getSelectedTab()">getSelectedTab</a></strong>()</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>- Misleading name - use getActiveSheetIndex()</i></div>
-</div>
+<tr class="rowColor">
+<td class="colFirst"><code>java.util.Collection&lt;java.lang.Integer&gt;</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="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#getSheet(java.lang.String)">getSheet</a></strong>(java.lang.String&nbsp;name)</code>
 <div class="block">Get sheet with the given name (case insensitive match)</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#getSheetAt(int)">getSheetAt</a></strong>(int&nbsp;index)</code>
 <div class="block">Get the HSSFSheet object at the given index.</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(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>&nbsp;sheet)</code>
 <div class="block">Returns the index of the given sheet</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(java.lang.String)">getSheetIndex</a></strong>(java.lang.String&nbsp;name)</code>
 <div class="block">Returns the index of the sheet by his name</div>
 </td>
 </tr>
-<tr class="rowColor">
-<td class="colFirst"><code>int</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#getSheetIndexFromExternSheetIndex(int)">getSheetIndexFromExternSheetIndex</a></strong>(int&nbsp;externSheetNumber)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>for POI internal use only (formula parsing).  This method is likely to
- be removed in future versions of POI.</i></div>
-</div>
-</td>
-</tr>
 <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#getSheetName(int)">getSheetName</a></strong>(int&nbsp;sheetIndex)</code>
@@ -578,54 +547,45 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <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#getSSTString(int)">getSSTString</a></strong>(int&nbsp;index)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>Do not call this method from your applications. Use the methods
-  available in the HSSFRow to get string HSSFCells</i></div>
-</div>
-</td>
-</tr>
-<tr class="rowColor">
 <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>&nbsp;directory)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/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>&nbsp;</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&nbsp;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&nbsp;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&lt;<a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a>&gt;</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&nbsp;name,
                     <a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a>&nbsp;workbook)</code>
@@ -633,25 +593,25 @@ 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&nbsp;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(java.lang.String)">removeName</a></strong>(java.lang.String&nbsp;name)</code>
 <div class="block">Remove a defined name by 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#removePrintArea(int)">removePrintArea</a></strong>(int&nbsp;sheetIndex)</code>
 <div class="block">Delete the printarea for the sheet specified</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#removeSheetAt(int)">removeSheetAt</a></strong>(int&nbsp;index)</code>
 <div class="block">Removes sheet at the given index.<p/>
@@ -660,23 +620,13 @@ implements <a href="../../../../../org/a
  the workbook.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/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="altColor">
-<td class="colFirst"><code>java.lang.String</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#resolveNameXText(int,%20int)">resolveNameXText</a></strong>(int&nbsp;refIndex,
-                int&nbsp;definedNameIndex)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>for POI internal use only (formula rendering).  This method is likely to
- be removed in future versions of POI.</i></div>
-</div>
-</td>
-</tr>
 <tr class="rowColor">
 <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&nbsp;index)</code>
@@ -691,37 +641,29 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#setDisplayedTab(short)">setDisplayedTab</a></strong>(short&nbsp;index)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>- Misleading name - use setFirstVisibleTab()</i></div>
-</div>
-</td>
-</tr>
-<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&nbsp;index)</code>
 <div class="block">sets the first tab that is displayed in the list of tabs
  in excel.</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#setForceFormulaRecalculation(boolean)">setForceFormulaRecalculation</a></strong>(boolean&nbsp;value)</code>
 <div class="block">Whether the application shall perform a full recalculation when the workbook is opened.</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#setHidden(boolean)">setHidden</a></strong>(boolean&nbsp;hiddenFlag)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/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>&nbsp;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="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,%20int,%20int,%20int,%20int)">setPrintArea</a></strong>(int&nbsp;sheetIndex,
             int&nbsp;startColumn,
@@ -731,79 +673,79 @@ implements <a href="../../../../../org/a
 <div class="block">For the Convenience of Java Programmers maintaining pointers.</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,%20java.lang.String)">setPrintArea</a></strong>(int&nbsp;sheetIndex,
             java.lang.String&nbsp;reference)</code>
 <div class="block">Sets the printarea for the sheet provided</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#setSelectedTab(int)">setSelectedTab</a></strong>(int&nbsp;index)</code>
 <div class="block">Selects a single 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#setSelectedTab(short)">setSelectedTab</a></strong>(short&nbsp;index)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>use setSelectedTab(int)</i></div>
-</div>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#setSelectedTabs(java.util.Collection)">setSelectedTabs</a></strong>(java.util.Collection&lt;java.lang.Integer&gt;&nbsp;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#setSelectedTabs(int[])">setSelectedTabs</a></strong>(int[]&nbsp;indexes)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#setSelectedTabs(int[])">setSelectedTabs</a></strong>(int[]&nbsp;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#setSheetHidden(int,%20boolean)">setSheetHidden</a></strong>(int&nbsp;sheetIx,
               boolean&nbsp;hidden)</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/usermodel/HSSFWorkbook.html#setSheetHidden(int,%20int)">setSheetHidden</a></strong>(int&nbsp;sheetIx,
               int&nbsp;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#setSheetName(int,%20java.lang.String)">setSheetName</a></strong>(int&nbsp;sheetIx,
             java.lang.String&nbsp;name)</code>
 <div class="block">Set the sheet 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#setSheetOrder(java.lang.String,%20int)">setSheetOrder</a></strong>(java.lang.String&nbsp;sheetname,
              int&nbsp;pos)</code>
 <div class="block">sets the order of appearance for a given sheet.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>java.util.Iterator&lt;<a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a>&gt;</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(java.io.OutputStream)">write</a></strong>(java.io.OutputStream&nbsp;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&nbsp;password,
                     java.lang.String&nbsp;username)</code>
@@ -1106,25 +1048,41 @@ implements <a href="../../../../../org/a
 <dt><span class="strong">Parameters:</span></dt><dd><code>index</code> - the index of the sheet to select (0 based)</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setSelected(boolean)"><code>Sheet.setSelected(boolean)</code></a></dd></dl>
 </li>
 </ul>
-<a name="setSelectedTab(short)">
+<a name="setSelectedTabs(int[])">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>setSelectedTab</h4>
-<pre>@Deprecated
-public&nbsp;void&nbsp;setSelectedTab(short&nbsp;index)</pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>use setSelectedTab(int)</i></div>
-<div class="block">deprecated May 2008</div>
+<h4>setSelectedTabs</h4>
+<pre>public&nbsp;void&nbsp;setSelectedTabs(int[]&nbsp;indexes)</pre>
+<div class="block">Selects multiple sheets as a group. This is distinct from
+ the 'active' sheet (which is the sheet with focus).
+ Unselects sheets that are not in <code>indexes</code>.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>indexes</code> - </dd></dl>
 </li>
 </ul>
-<a name="setSelectedTabs(int[])">
+<a name="setSelectedTabs(java.util.Collection)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>setSelectedTabs</h4>
-<pre>public&nbsp;void&nbsp;setSelectedTabs(int[]&nbsp;indexes)</pre>
+<pre>public&nbsp;void&nbsp;setSelectedTabs(java.util.Collection&lt;java.lang.Integer&gt;&nbsp;indexes)</pre>
+<div class="block">Selects multiple sheets as a group. This is distinct from
+ the 'active' sheet (which is the sheet with focus).
+ Unselects sheets that are not in <code>indexes</code>.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>indexes</code> - </dd></dl>
+</li>
+</ul>
+<a name="getSelectedTabs()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getSelectedTabs</h4>
+<pre>public&nbsp;java.util.Collection&lt;java.lang.Integer&gt;&nbsp;getSelectedTabs()</pre>
+<div class="block">Gets the selected sheets (if more than one, Excel calls these a [Group]).</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>indices of selected sheets</dd></dl>
 </li>
 </ul>
 <a name="setActiveSheet(int)">
@@ -1160,18 +1118,6 @@ public&nbsp;void&nbsp;setSelectedTab(sho
 <dt><span class="strong">Returns:</span></dt><dd>the index of the active sheet (0-based)</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFSheet.html#setSelected(boolean)"><code>HSSFSheet.setSelected(boolean)</code></a></dd></dl>
 </li>
 </ul>
-<a name="getSelectedTab()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getSelectedTab</h4>
-<pre>@Deprecated
-public&nbsp;short&nbsp;getSelectedTab()</pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>- Misleading name - use getActiveSheetIndex()</i></div>
-<div class="block">deprecated May 2008</div>
-</li>
-</ul>
 <a name="setFirstVisibleTab(int)">
 <!--   -->
 </a>
@@ -1188,18 +1134,6 @@ public&nbsp;short&nbsp;getSelectedTab()<
 <dt><span class="strong">Parameters:</span></dt><dd><code>index</code> - the sheet index of the tab that will become the first in the tab-bar</dd></dl>
 </li>
 </ul>
-<a name="setDisplayedTab(short)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>setDisplayedTab</h4>
-<pre>@Deprecated
-public&nbsp;void&nbsp;setDisplayedTab(short&nbsp;index)</pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>- Misleading name - use setFirstVisibleTab()</i></div>
-<div class="block">deprecated May 2008</div>
-</li>
-</ul>
 <a name="getFirstVisibleTab()">
 <!--   -->
 </a>
@@ -1214,18 +1148,6 @@ public&nbsp;void&nbsp;setDisplayedTab(sh
 <dt><span class="strong">Returns:</span></dt><dd>the first tab that to display in the list of tabs (0-based).</dd></dl>
 </li>
 </ul>
-<a name="getDisplayedTab()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getDisplayedTab</h4>
-<pre>@Deprecated
-public&nbsp;short&nbsp;getDisplayedTab()</pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>- Misleading name - use getFirstVisibleTab()</i></div>
-<div class="block">deprecated May 2008</div>
-</li>
-</ul>
 <a name="setSheetName(int, java.lang.String)">
 <!--   -->
 </a>
@@ -1404,50 +1326,6 @@ public&nbsp;short&nbsp;getDisplayedTab()
 <dt><span class="strong">Returns:</span></dt><dd>index of the sheet (0 based). <tt>-1</tt> if not found</dd></dl>
 </li>
 </ul>
-<a name="getExternalSheetIndex(int)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getExternalSheetIndex</h4>
-<pre>@Deprecated
-public&nbsp;int&nbsp;getExternalSheetIndex(int&nbsp;internalSheetIndex)</pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>for POI internal use only (formula parsing).  This method is likely to
- be removed in future versions of POI.</i></div>
-<div class="block">Returns the external sheet index of the sheet
-  with the given internal index, creating one
-  if needed.
- Used by some of the more obscure formula and
-  named range things.</div>
-</li>
-</ul>
-<a name="findSheetNameFromExternSheet(int)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>findSheetNameFromExternSheet</h4>
-<pre>@Deprecated
-public&nbsp;java.lang.String&nbsp;findSheetNameFromExternSheet(int&nbsp;externSheetIndex)</pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>for POI internal use only (formula rendering).  This method is likely to
- be removed in future versions of POI.</i></div>
-</li>
-</ul>
-<a name="resolveNameXText(int, int)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>resolveNameXText</h4>
-<pre>@Deprecated
-public&nbsp;java.lang.String&nbsp;resolveNameXText(int&nbsp;refIndex,
-                                           int&nbsp;definedNameIndex)</pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>for POI internal use only (formula rendering).  This method is likely to
- be removed in future versions of POI.</i></div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>refIndex</code> - Index to REF entry in EXTERNSHEET record in the Link Table</dd><dd><code>definedNameIndex</code> - zero-based to DEFINEDNAME or EXTERNALNAME record</dd>
-<dt><span class="strong">Returns:</span></dt><dd>the string representation of the defined or external name</dd></dl>
-</li>
-</ul>
 <a name="createSheet()">
 <!--   -->
 </a>
@@ -1573,18 +1451,6 @@ public&nbsp;java.lang.String&nbsp;resolv
 <dt><span class="strong">Returns:</span></dt><dd>number of sheets</dd></dl>
 </li>
 </ul>
-<a name="getSheetIndexFromExternSheetIndex(int)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getSheetIndexFromExternSheetIndex</h4>
-<pre>@Deprecated
-public&nbsp;int&nbsp;getSheetIndexFromExternSheetIndex(int&nbsp;externSheetNumber)</pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>for POI internal use only (formula parsing).  This method is likely to
- be removed in future versions of POI.</i></div>
-</li>
-</ul>
 <a name="getSheetAt(int)">
 <!--   -->
 </a>
@@ -1688,6 +1554,7 @@ public&nbsp;int&nbsp;getSheetIndexFromEx
                 boolean&nbsp;strikeout,
                 short&nbsp;typeOffset,
                 byte&nbsp;underline)</pre>
+<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>3.15 beta 2. Use <a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#findFont(boolean,%20short,%20short,%20java.lang.String,%20boolean,%20boolean,%20short,%20byte)"><code>findFont(boolean, short, short, String, boolean, boolean, short, byte)</code></a> instead.</i></div>
 <div class="block">Finds a font that matches the one with the supplied attributes</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
@@ -1695,6 +1562,27 @@ public&nbsp;int&nbsp;getSheetIndexFromEx
 <dt><span class="strong">Returns:</span></dt><dd>the font with the matched attributes or <code>null</code></dd></dl>
 </li>
 </ul>
+<a name="findFont(boolean, short, short, java.lang.String, boolean, boolean, short, byte)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>findFont</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/hssf/usermodel/HSSFFont.html" title="class in org.apache.poi.hssf.usermodel">HSSFFont</a>&nbsp;findFont(boolean&nbsp;bold,
+                short&nbsp;color,
+                short&nbsp;fontHeight,
+                java.lang.String&nbsp;name,
+                boolean&nbsp;italic,
+                boolean&nbsp;strikeout,
+                short&nbsp;typeOffset,
+                byte&nbsp;underline)</pre>
+<div class="block">Finds a font that matches the one with the supplied attributes</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html#findFont(boolean,%20short,%20short,%20java.lang.String,%20boolean,%20boolean,%20short,%20byte)">findFont</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>the font with the matched attributes or <code>null</code></dd></dl>
+</li>
+</ul>
 <a name="getNumberOfFonts()">
 <!--   -->
 </a>
@@ -1839,30 +1727,6 @@ public&nbsp;int&nbsp;getSheetIndexFromEx
          sheets, rows, cells, etc.</dd></dl>
 </li>
 </ul>
-<a name="addSSTString(java.lang.String)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>addSSTString</h4>
-<pre>@Deprecated
-public&nbsp;int&nbsp;addSSTString(java.lang.String&nbsp;string)</pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>Do not call this method from your applications. Use the methods
-  available in the HSSFRow to add string HSSFCells</i></div>
-</li>
-</ul>
-<a name="getSSTString(int)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getSSTString</h4>
-<pre>@Deprecated
-public&nbsp;java.lang.String&nbsp;getSSTString(int&nbsp;index)</pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>Do not call this method from your applications. Use the methods
-  available in the HSSFRow to get string HSSFCells</i></div>
-</li>
-</ul>
 <a name="getNumberOfNames()">
 <!--   -->
 </a>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFCell.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFCell.html?rev=1749163&r1=1749162&r2=1749163&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFCell.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFCell.html Sun Jun 19 13:09:33 2016
@@ -156,23 +156,6 @@ HSSF concepts.</div>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFCell.html" title="class in org.apache.poi.hssf.usermodel">HSSFCell</a></code></td>
-<td class="colLast"><span class="strong">HSSFRow.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFRow.html#createCell(short)">createCell</a></strong>(short&nbsp;columnIndex)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>(Aug 2008) use <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFRow.html#createCell(int)"><code>HSSFRow.createCell(int)</code></a></i></div>
-</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFCell.html" title="class in org.apache.poi.hssf.usermodel">HSSFCell</a></code></td>
-<td class="colLast"><span class="strong">HSSFRow.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFRow.html#createCell(short,%20int)">createCell</a></strong>(short&nbsp;columnIndex,
-          int&nbsp;type)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>(Aug 2008) use <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFRow.html#createCell(int,%20int)"><code>HSSFRow.createCell(int, int)</code></a></i></div>
-</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFCell.html" title="class in org.apache.poi.hssf.usermodel">HSSFCell</a></code></td>
 <td class="colLast"><span class="strong">HSSFFormulaEvaluator.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFFormulaEvaluator.html#evaluateInCell(org.apache.poi.ss.usermodel.Cell)">evaluateInCell</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/Cell.html" title="interface in org.apache.poi.ss.usermodel">Cell</a>&nbsp;cell)</code>
 <div class="block">If cell contains formula, it evaluates the formula, and
   puts the formula result back into the cell, in place
@@ -194,14 +177,6 @@ HSSF concepts.</div>
   0-based.</div>
 </td>
 </tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFCell.html" title="class in org.apache.poi.hssf.usermodel">HSSFCell</a></code></td>
-<td class="colLast"><span class="strong">HSSFRow.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFRow.html#getCell(short)">getCell</a></strong>(short&nbsp;cellnum)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>(Aug 2008) use <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFRow.html#getCell(int)"><code>HSSFRow.getCell(int)</code></a></i></div>
-</div>
-</td>
-</tr>
 </tbody>
 </table>
 <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFFont.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFFont.html?rev=1749163&r1=1749162&r2=1749163&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFFont.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFFont.html Sun Jun 19 13:09:33 2016
@@ -134,7 +134,7 @@ HSSF concepts.</div>
 </tr>
 <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"><span class="strong">HSSFWorkbook.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#findFont(short,%20short,%20short,%20java.lang.String,%20boolean,%20boolean,%20short,%20byte)">findFont</a></strong>(short&nbsp;boldWeight,
+<td class="colLast"><span class="strong">HSSFWorkbook.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#findFont(boolean,%20short,%20short,%20java.lang.String,%20boolean,%20boolean,%20short,%20byte)">findFont</a></strong>(boolean&nbsp;bold,
         short&nbsp;color,
         short&nbsp;fontHeight,
         java.lang.String&nbsp;name,
@@ -147,11 +147,26 @@ HSSF concepts.</div>
 </tr>
 <tr class="altColor">
 <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"><span class="strong">HSSFWorkbook.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#findFont(short,%20short,%20short,%20java.lang.String,%20boolean,%20boolean,%20short,%20byte)">findFont</a></strong>(short&nbsp;boldWeight,
+        short&nbsp;color,
+        short&nbsp;fontHeight,
+        java.lang.String&nbsp;name,
+        boolean&nbsp;italic,
+        boolean&nbsp;strikeout,
+        short&nbsp;typeOffset,
+        byte&nbsp;underline)</code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>3.15 beta 2. Use <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#findFont(boolean,%20short,%20short,%20java.lang.String,%20boolean,%20boolean,%20short,%20byte)"><code>HSSFWorkbook.findFont(boolean, short, short, String, boolean, boolean, short, byte)</code></a> instead.</i></div>
+</div>
+</td>
+</tr>
+<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"><span class="strong">HSSFCellStyle.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getFont(org.apache.poi.ss.usermodel.Workbook)">getFont</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a>&nbsp;parentWorkbook)</code>
 <div class="block">gets the font for this style</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <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"><span class="strong">HSSFWorkbook.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#getFontAt(short)">getFontAt</a></strong>(short&nbsp;idx)</code>
 <div class="block">Get the font at the given index number</div>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFSheet.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFSheet.html?rev=1749163&r1=1749162&r2=1749163&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFSheet.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFSheet.html Sun Jun 19 13:09:33 2016
@@ -418,14 +418,6 @@ HSSF concepts.</div>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFDataValidationHelper.html#HSSFDataValidationHelper(org.apache.poi.hssf.usermodel.HSSFSheet)">HSSFDataValidationHelper</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFSheet.html" title="class in org.apache.poi.hssf.usermodel">HSSFSheet</a>&nbsp;sheet)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFFormulaEvaluator.html#HSSFFormulaEvaluator(org.apache.poi.hssf.usermodel.HSSFSheet,%20org.apache.poi.hssf.usermodel.HSSFWorkbook)">HSSFFormulaEvaluator</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFSheet.html" title="class in org.apache.poi.hssf.usermodel">HSSFSheet</a>&nbsp;sheet,
-                    <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html" title="class in org.apache.poi.hssf.usermodel">HSSFWorkbook</a>&nbsp;workbook)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>(Sep 2008) HSSFSheet parameter is ignored</i></div>
-</div>
-</td>
-</tr>
-<tr class="altColor">
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFIconMultiStateFormatting.html#HSSFIconMultiStateFormatting(org.apache.poi.hssf.record.CFRule12Record,%20org.apache.poi.hssf.usermodel.HSSFSheet)">HSSFIconMultiStateFormatting</a></strong>(<a href="../../../../../../org/apache/poi/hssf/record/CFRule12Record.html" title="class in org.apache.poi.hssf.record">CFRule12Record</a>&nbsp;cfRule12Record,
                             <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFSheet.html" title="class in org.apache.poi.hssf.usermodel">HSSFSheet</a>&nbsp;sheet)</code>&nbsp;</td>
 </tr>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFWorkbook.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFWorkbook.html?rev=1749163&r1=1749162&r2=1749163&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFWorkbook.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFWorkbook.html Sun Jun 19 13:09:33 2016
@@ -436,31 +436,23 @@ HSSF concepts.</div>
                   <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html" title="class in org.apache.poi.hssf.usermodel">HSSFWorkbook</a>&nbsp;workbook)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFFormulaEvaluator.html#HSSFFormulaEvaluator(org.apache.poi.hssf.usermodel.HSSFSheet,%20org.apache.poi.hssf.usermodel.HSSFWorkbook)">HSSFFormulaEvaluator</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFSheet.html" title="class in org.apache.poi.hssf.usermodel">HSSFSheet</a>&nbsp;sheet,
-                    <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html" title="class in org.apache.poi.hssf.usermodel">HSSFWorkbook</a>&nbsp;workbook)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>(Sep 2008) HSSFSheet parameter is ignored</i></div>
-</div>
-</td>
-</tr>
-<tr class="altColor">
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFFormulaEvaluator.html#HSSFFormulaEvaluator(org.apache.poi.hssf.usermodel.HSSFWorkbook)">HSSFFormulaEvaluator</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html" title="class in org.apache.poi.hssf.usermodel">HSSFWorkbook</a>&nbsp;workbook)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFFormulaEvaluator.html#HSSFFormulaEvaluator(org.apache.poi.hssf.usermodel.HSSFWorkbook,%20org.apache.poi.ss.formula.IStabilityClassifier)">HSSFFormulaEvaluator</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html" title="class in org.apache.poi.hssf.usermodel">HSSFWorkbook</a>&nbsp;workbook,
                     <a href="../../../../../../org/apache/poi/ss/formula/IStabilityClassifier.html" title="interface in org.apache.poi.ss.formula">IStabilityClassifier</a>&nbsp;stabilityClassifier)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFPatternFormatting.html#HSSFPatternFormatting(org.apache.poi.hssf.record.CFRuleBase,%20org.apache.poi.hssf.usermodel.HSSFWorkbook)">HSSFPatternFormatting</a></strong>(<a href="../../../../../../org/apache/poi/hssf/record/CFRuleBase.html" title="class in org.apache.poi.hssf.record">CFRuleBase</a>&nbsp;cfRuleRecord,
                      <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html" title="class in org.apache.poi.hssf.usermodel">HSSFWorkbook</a>&nbsp;workbook)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFSheet.html#HSSFSheet(org.apache.poi.hssf.usermodel.HSSFWorkbook)">HSSFSheet</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html" title="class in org.apache.poi.hssf.usermodel">HSSFWorkbook</a>&nbsp;workbook)</code>
 <div class="block">Creates new HSSFSheet   - called by HSSFWorkbook to create a sheet from
  scratch.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFSheet.html#HSSFSheet(org.apache.poi.hssf.usermodel.HSSFWorkbook,%20org.apache.poi.hssf.model.InternalSheet)">HSSFSheet</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html" title="class in org.apache.poi.hssf.usermodel">HSSFWorkbook</a>&nbsp;workbook,
          <a href="../../../../../../org/apache/poi/hssf/model/InternalSheet.html" title="class in org.apache.poi.hssf.model">InternalSheet</a>&nbsp;sheet)</code>
 <div class="block">Creates an HSSFSheet representing the given Sheet object.</div>

Modified: poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfFill.ColorUsage.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfFill.ColorUsage.html?rev=1749163&r1=1749162&r2=1749163&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfFill.ColorUsage.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfFill.ColorUsage.html Sun Jun 19 13:09:33 2016
@@ -61,13 +61,13 @@
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
 <li><a href="#enum_constant_summary">Enum Constants</a>&nbsp;|&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
 <li><a href="#enum_constant_detail">Enum Constants</a>&nbsp;|&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_detail">Method</a></li>
 </ul>
 </div>
@@ -148,6 +148,25 @@ extends java.lang.Enum&lt;<a href="../..
 </table>
 </li>
 </ul>
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_summary">
+<!--   -->
+</a>
+<h3>Field Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
+<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Field and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfFill.ColorUsage.html#flag">flag</a></strong></code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
 <!-- ========== METHOD SUMMARY =========== -->
 <ul class="blockList">
 <li class="blockList"><a name="method_summary">
@@ -236,6 +255,23 @@ the order they are declared.</div>
 </ul>
 </li>
 </ul>
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_detail">
+<!--   -->
+</a>
+<h3>Field Detail</h3>
+<a name="flag">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>flag</h4>
+<pre>public final&nbsp;int flag</pre>
+</li>
+</ul>
+</li>
+</ul>
 <!-- ============ METHOD DETAIL ========== -->
 <ul class="blockList">
 <li class="blockList"><a name="method_detail">
@@ -330,13 +366,13 @@ not permitted.)</div>
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
 <li><a href="#enum_constant_summary">Enum Constants</a>&nbsp;|&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
 <li><a href="#enum_constant_detail">Enum Constants</a>&nbsp;|&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_detail">Method</a></li>
 </ul>
 </div>

Modified: poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfFill.WmfSetPolyfillMode.HwmfPolyfillMode.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfFill.WmfSetPolyfillMode.HwmfPolyfillMode.html?rev=1749163&r1=1749162&r2=1749163&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfFill.WmfSetPolyfillMode.HwmfPolyfillMode.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfFill.WmfSetPolyfillMode.HwmfPolyfillMode.html Sun Jun 19 13:09:33 2016
@@ -254,7 +254,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>wmfFlag</h4>
-<pre>public&nbsp;int wmfFlag</pre>
+<pre>public final&nbsp;int wmfFlag</pre>
 </li>
 </ul>
 <a name="awtFlag">
@@ -263,7 +263,7 @@ the order they are declared.</div>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>awtFlag</h4>
-<pre>public&nbsp;int awtFlag</pre>
+<pre>public final&nbsp;int awtFlag</pre>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfPenStyle.HwmfLineCap.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfPenStyle.HwmfLineCap.html?rev=1749163&r1=1749162&r2=1749163&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfPenStyle.HwmfLineCap.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfPenStyle.HwmfLineCap.html Sun Jun 19 13:09:33 2016
@@ -265,7 +265,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>wmfFlag</h4>
-<pre>public&nbsp;int wmfFlag</pre>
+<pre>public final&nbsp;int wmfFlag</pre>
 </li>
 </ul>
 <a name="awtFlag">
@@ -274,7 +274,7 @@ the order they are declared.</div>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>awtFlag</h4>
-<pre>public&nbsp;int awtFlag</pre>
+<pre>public final&nbsp;int awtFlag</pre>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfPenStyle.HwmfLineDash.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfPenStyle.HwmfLineDash.html?rev=1749163&r1=1749162&r2=1749163&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfPenStyle.HwmfLineDash.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfPenStyle.HwmfLineDash.html Sun Jun 19 13:09:33 2016
@@ -344,7 +344,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>wmfFlag</h4>
-<pre>public&nbsp;int wmfFlag</pre>
+<pre>public final&nbsp;int wmfFlag</pre>
 </li>
 </ul>
 <a name="dashes">
@@ -353,7 +353,7 @@ the order they are declared.</div>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>dashes</h4>
-<pre>public&nbsp;float[] dashes</pre>
+<pre>public final&nbsp;float[] dashes</pre>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfPenStyle.HwmfLineJoin.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfPenStyle.HwmfLineJoin.html?rev=1749163&r1=1749162&r2=1749163&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfPenStyle.HwmfLineJoin.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfPenStyle.HwmfLineJoin.html Sun Jun 19 13:09:33 2016
@@ -267,7 +267,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>wmfFlag</h4>
-<pre>public&nbsp;int wmfFlag</pre>
+<pre>public final&nbsp;int wmfFlag</pre>
 </li>
 </ul>
 <a name="awtFlag">
@@ -276,7 +276,7 @@ the order they are declared.</div>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>awtFlag</h4>
-<pre>public&nbsp;int awtFlag</pre>
+<pre>public final&nbsp;int awtFlag</pre>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfRecordType.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfRecordType.html?rev=1749163&r1=1749162&r2=1749163&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfRecordType.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfRecordType.html Sun Jun 19 13:09:33 2016
@@ -1062,7 +1062,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public&nbsp;int id</pre>
+<pre>public final&nbsp;int id</pre>
 </li>
 </ul>
 <a name="clazz">
@@ -1071,7 +1071,7 @@ the order they are declared.</div>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>clazz</h4>
-<pre>public&nbsp;java.lang.Class&lt;? extends <a href="../../../../../org/apache/poi/hwmf/record/HwmfRecord.html" title="interface in org.apache.poi.hwmf.record">HwmfRecord</a>&gt; clazz</pre>
+<pre>public final&nbsp;java.lang.Class&lt;? extends <a href="../../../../../org/apache/poi/hwmf/record/HwmfRecord.html" title="interface in org.apache.poi.hwmf.record">HwmfRecord</a>&gt; clazz</pre>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/class-use/PackagePart.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/class-use/PackagePart.html?rev=1749163&r1=1749162&r2=1749163&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/class-use/PackagePart.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/class-use/PackagePart.html Sun Jun 19 13:09:33 2016
@@ -877,7 +877,7 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected static <a href="../../../../../../org/apache/poi/sl/usermodel/PaintStyle.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle</a></code></td>
-<td class="colLast"><span class="strong">XSLFShape.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFShape.html#selectPaint(org.apache.xmlbeans.XmlObject,%20org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor,%20org.apache.poi.openxml4j.opc.PackagePart,%20org.apache.poi.xslf.usermodel.XSLFTheme)">selectPaint</a></strong>(org.apache.xmlbeans.XmlObject&nbsp;obj,
+<td class="colLast"><span class="strong">XSLFShape.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFShape.html#selectPaint(org.apache.poi.xslf.usermodel.XSLFPropertiesDelegate.XSLFFillProperties,%20org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor,%20org.apache.poi.openxml4j.opc.PackagePart,%20org.apache.poi.xslf.usermodel.XSLFTheme)">selectPaint</a></strong>(<a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFPropertiesDelegate.XSLFFillProperties.html" title="interface in org.apache.poi.xslf.usermodel">XSLFPropertiesDelegate.XSLFFillProperties</a>&nbsp;fp,
            org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor&nbsp;phClr,
            <a href="../../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a>&nbsp;parentPart,
            <a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFTheme.html" title="class in org.apache.poi.xslf.usermodel">XSLFTheme</a>&nbsp;theme)</code>

Modified: poi/site/publish/apidocs/org/apache/poi/poifs/crypt/EncryptionHeader.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/poifs/crypt/EncryptionHeader.html?rev=1749163&r1=1749162&r2=1749163&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/poifs/crypt/EncryptionHeader.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/poifs/crypt/EncryptionHeader.html Sun Jun 19 13:09:33 2016
@@ -212,32 +212,16 @@ extends java.lang.Object</pre>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getAlgorithm()">getAlgorithm</a></strong>()</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>use getCipherAlgorithm()</i></div>
-</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getBlockSize()">getBlockSize</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/poifs/crypt/ChainingMode.html" title="enum in org.apache.poi.poifs.crypt">ChainingMode</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getChainingMode()">getChainingMode</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/poifs/crypt/CipherAlgorithm.html" title="enum in org.apache.poi.poifs.crypt">CipherAlgorithm</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getCipherAlgorithm()">getCipherAlgorithm</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
-<td class="colFirst"><code>int</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getCipherMode()">getCipherMode</a></strong>()</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>use getChainingMode().ecmaId</i></div>
-</div>
-</td>
-</tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/poifs/crypt/CipherProvider.html" title="enum in org.apache.poi.poifs.crypt">CipherProvider</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getCipherProvider()">getCipherProvider</a></strong>()</code>&nbsp;</td>
@@ -251,32 +235,16 @@ extends java.lang.Object</pre>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getFlags()">getFlags</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>int</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getHashAlgorithm()">getHashAlgorithm</a></strong>()</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>use getHashAlgorithmEx()</i></div>
-</div>
-</td>
-</tr>
-<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html" title="enum in org.apache.poi.poifs.crypt">HashAlgorithm</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getHashAlgorithmEx()">getHashAlgorithmEx</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>byte[]</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getKeySalt()">getKeySalt</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
-<td class="colFirst"><code>int</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getKeySize()">getKeySize</a></strong>()</code>&nbsp;</td>
-</tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getProviderType()">getProviderType</a></strong>()</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>use getCipherProvider()</i></div>
-</div>
-</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getKeySize()">getKeySize</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
@@ -495,16 +463,6 @@ extends java.lang.Object</pre>
 <!--   -->
 </a>
 <h3>Method Detail</h3>
-<a name="getCipherMode()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getCipherMode</h4>
-<pre>public&nbsp;int&nbsp;getCipherMode()</pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>use getChainingMode().ecmaId</i></div>
-</li>
-</ul>
 <a name="getChainingMode()">
 <!--   -->
 </a>
@@ -559,16 +517,6 @@ extends java.lang.Object</pre>
 <pre>protected&nbsp;void&nbsp;setSizeExtra(int&nbsp;sizeExtra)</pre>
 </li>
 </ul>
-<a name="getAlgorithm()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getAlgorithm</h4>
-<pre>public&nbsp;int&nbsp;getAlgorithm()</pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>use getCipherAlgorithm()</i></div>
-</li>
-</ul>
 <a name="getCipherAlgorithm()">
 <!--   -->
 </a>
@@ -587,16 +535,6 @@ extends java.lang.Object</pre>
 <pre>protected&nbsp;void&nbsp;setCipherAlgorithm(<a href="../../../../../org/apache/poi/poifs/crypt/CipherAlgorithm.html" title="enum in org.apache.poi.poifs.crypt">CipherAlgorithm</a>&nbsp;cipherAlgorithm)</pre>
 </li>
 </ul>
-<a name="getHashAlgorithm()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getHashAlgorithm</h4>
-<pre>public&nbsp;int&nbsp;getHashAlgorithm()</pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>use getHashAlgorithmEx()</i></div>
-</li>
-</ul>
 <a name="getHashAlgorithmEx()">
 <!--   -->
 </a>
@@ -669,16 +607,6 @@ extends java.lang.Object</pre>
 <pre>protected&nbsp;void&nbsp;setKeySalt(byte[]&nbsp;salt)</pre>
 </li>
 </ul>
-<a name="getProviderType()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getProviderType</h4>
-<pre>public&nbsp;int&nbsp;getProviderType()</pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>use getCipherProvider()</i></div>
-</li>
-</ul>
 <a name="getCipherProvider()">
 <!--   -->
 </a>



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