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/11/28 15:43:46 UTC

svn commit: r1771763 [2/13] - in /poi/site/publish: ./ apidocs/ apidocs/org/apache/poi/class-use/ apidocs/org/apache/poi/hdgf/chunks/ apidocs/org/apache/poi/hdgf/pointers/ apidocs/org/apache/poi/hpbf/model/ apidocs/org/apache/poi/hpbf/model/qcbits/ api...

Modified: poi/site/publish/apidocs/deprecated-list.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/deprecated-list.html?rev=1771763&r1=1771762&r2=1771763&view=diff
==============================================================================
--- poi/site/publish/apidocs/deprecated-list.html (original)
+++ poi/site/publish/apidocs/deprecated-list.html Mon Nov 28 15:43:45 2016
@@ -127,10 +127,30 @@
 </td>
 </tr>
 <tr class="altColor">
+<td class="colOne"><a href="org/apache/poi/hpsf/MutableProperty.html" title="class in org.apache.poi.hpsf">org.apache.poi.hpsf.MutableProperty</a>
+<div class="block"><i>POI 3.16 - use Property as base class instead</i></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><a href="org/apache/poi/hpsf/MutablePropertySet.html" title="class in org.apache.poi.hpsf">org.apache.poi.hpsf.MutablePropertySet</a>
+<div class="block"><i>POI 3.16 - use PropertySet as base class instead</i></div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><a href="org/apache/poi/hpsf/MutableSection.html" title="class in org.apache.poi.hpsf">org.apache.poi.hpsf.MutableSection</a>
+<div class="block"><i>POI 3.16 - use Section as base class instead</i></div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hssf/util/PaneInformation.html" title="class in org.apache.poi.hssf.util">org.apache.poi.hssf.util.PaneInformation</a>
 <div class="block"><i>POI 3.15 beta 3. Use <a href="org/apache/poi/ss/util/PaneInformation.html" title="class in org.apache.poi.ss.util"><code>PaneInformation</code></a> instead.</i></div>
 </td>
 </tr>
+<tr class="altColor">
+<td class="colOne"><a href="org/apache/poi/hpsf/SpecialPropertySet.html" title="class in org.apache.poi.hpsf">org.apache.poi.hpsf.SpecialPropertySet</a>
+<div class="block"><i>POI 3.16 - use PropertySet as base class instead</i></div>
+</td>
+</tr>
 <tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/util/TempFile.DefaultTempFileCreationStrategy.html" title="class in org.apache.poi.util">org.apache.poi.util.TempFile.DefaultTempFileCreationStrategy</a>
 <div class="block"><i>POI 3.15 beta 3. Moved to <a href="org/apache/poi/util/DefaultTempFileCreationStrategy.html" title="class in org.apache.poi.util"><code>DefaultTempFileCreationStrategy</code></a>.</i></div>
@@ -157,11 +177,6 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colOne"><a href="org/apache/poi/hssf/OldExcelFormatException.html" title="class in org.apache.poi.hssf">org.apache.poi.hssf.OldExcelFormatException</a>
-<div class="block"><i>POI 3.16 beta 1. Use <a href="org/apache/poi/OldFileFormatException.html" title="class in org.apache.poi"><code>OldFileFormatException</code></a></i></div>
-</td>
-</tr>
-<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hssf/record/RecordFormatException.html" title="class in org.apache.poi.hssf.record">org.apache.poi.hssf.record.RecordFormatException</a>
 <div class="block"><i>as of 3.15-beta1, scheduled for removal in 3.17
       use the class with the same name from the utils-package</i></div>
@@ -789,1319 +804,1324 @@
 <td class="colOne"><a href="org/apache/poi/hwpf/model/TextPiece.html#characterLength()">org.apache.poi.hwpf.model.TextPiece.characterLength()</a></td>
 </tr>
 <tr class="altColor">
+<td class="colOne"><a href="org/apache/poi/hpsf/VariantSupport.html#codepageToEncoding(int)">org.apache.poi.hpsf.VariantSupport.codepageToEncoding(int)</a>
+<div class="block"><i>POI 3.16 - use <a href="org/apache/poi/util/CodePageUtil.html#codepageToEncoding(int)"><code>CodePageUtil.codepageToEncoding(int)</code></a></i></div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/ss/util/SheetUtil.html#containsCell(org.apache.poi.ss.util.CellRangeAddress,%20int,%20int)">org.apache.poi.ss.util.SheetUtil.containsCell(CellRangeAddress, int, int)</a>
 <div class="block"><i>3.15 beta 2. Use <a href="org/apache/poi/ss/util/CellRangeAddressBase.html#isInRange(int,%20int)"><code>CellRangeAddressBase.isInRange(int, int)</code></a>.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hssf/util/HSSFCellUtil.html#createCell(org.apache.poi.hssf.usermodel.HSSFRow,%20int,%20java.lang.String)">org.apache.poi.hssf.util.HSSFCellUtil.createCell(HSSFRow, int, String)</a>
 <div class="block"><i>3.15 beta2. Removed in 3.17. Use <a href="org/apache/poi/ss/util/CellUtil.html#createCell(org.apache.poi.ss.usermodel.Row,%20int,%20java.lang.String,%20org.apache.poi.ss.usermodel.CellStyle)"><code>CellUtil.createCell(org.apache.poi.ss.usermodel.Row, int, java.lang.String, org.apache.poi.ss.usermodel.CellStyle)</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hssf/util/HSSFCellUtil.html#createCell(org.apache.poi.hssf.usermodel.HSSFRow,%20int,%20java.lang.String,%20org.apache.poi.hssf.usermodel.HSSFCellStyle)">org.apache.poi.hssf.util.HSSFCellUtil.createCell(HSSFRow, int, String, HSSFCellStyle)</a>
 <div class="block"><i>3.15 beta2. Removed in 3.17. Use <a href="org/apache/poi/ss/util/CellUtil.html#createCell(org.apache.poi.ss.usermodel.Row,%20int,%20java.lang.String,%20org.apache.poi.ss.usermodel.CellStyle)"><code>CellUtil.createCell(org.apache.poi.ss.usermodel.Row, int, java.lang.String, org.apache.poi.ss.usermodel.CellStyle)</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hssf/usermodel/HSSFRow.html#createCell(int,%20int)">org.apache.poi.hssf.usermodel.HSSFRow.createCell(int, int)</a>
 <div class="block"><i>POI 3.15 beta 3</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/ss/usermodel/Row.html#createCell(int,%20int)">org.apache.poi.ss.usermodel.Row.createCell(int, int)</a>
 <div class="block"><i>POI 3.15 beta 3. Use <a href="org/apache/poi/ss/usermodel/Row.html#createCell(int,%20org.apache.poi.ss.usermodel.CellType)"><code>Row.createCell(int, CellType)</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/xssf/streaming/SXSSFRow.html#createCell(int,%20int)">org.apache.poi.xssf.streaming.SXSSFRow.createCell(int, int)</a>
 <div class="block"><i>POI 3.15 beta 3. Use <a href="org/apache/poi/xssf/streaming/SXSSFRow.html#createCell(int,%20org.apache.poi.ss.usermodel.CellType)"><code>SXSSFRow.createCell(int, CellType)</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/xssf/usermodel/XSSFRow.html#createCell(int,%20int)">org.apache.poi.xssf.usermodel.XSSFRow.createCell(int, int)</a>
 <div class="block"><i>POI 3.15 beta 3. Use <a href="org/apache/poi/xssf/usermodel/XSSFRow.html#createCell(int,%20org.apache.poi.ss.usermodel.CellType)"><code>XSSFRow.createCell(int, CellType)</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/POIXMLFactory.html#createDocumentPart(org.apache.poi.POIXMLDocumentPart,%20org.apache.poi.openxml4j.opc.PackageRelationship,%20org.apache.poi.openxml4j.opc.PackagePart)">org.apache.poi.POIXMLFactory.createDocumentPart(POIXMLDocumentPart, PackageRelationship, PackagePart)</a>
 <div class="block"><i>in POI 3.14, scheduled for removal in POI 3.16</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hssf/usermodel/HSSFCreationHelper.html#createHyperlink(int)">org.apache.poi.hssf.usermodel.HSSFCreationHelper.createHyperlink(int)</a>
 <div class="block"><i>POI 3.15 beta 3. Use <a href="org/apache/poi/hssf/usermodel/HSSFCreationHelper.html#createHyperlink(org.apache.poi.common.usermodel.HyperlinkType)"><code>HSSFCreationHelper.createHyperlink(HyperlinkType)</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/ss/usermodel/CreationHelper.html#createHyperlink(int)">org.apache.poi.ss.usermodel.CreationHelper.createHyperlink(int)</a>
 <div class="block"><i>POI 3.15 beta 3. Use <a href="org/apache/poi/ss/usermodel/CreationHelper.html#createHyperlink(org.apache.poi.common.usermodel.HyperlinkType)"><code>CreationHelper.createHyperlink(HyperlinkType)</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/xssf/streaming/SXSSFCreationHelper.html#createHyperlink(int)">org.apache.poi.xssf.streaming.SXSSFCreationHelper.createHyperlink(int)</a>
 <div class="block"><i>POI 3.15 beta 3. Use <a href="org/apache/poi/xssf/streaming/SXSSFCreationHelper.html#createHyperlink(org.apache.poi.common.usermodel.HyperlinkType)"><code>SXSSFCreationHelper.createHyperlink(HyperlinkType)</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/xssf/usermodel/XSSFCreationHelper.html#createHyperlink(int)">org.apache.poi.xssf.usermodel.XSSFCreationHelper.createHyperlink(int)</a>
 <div class="block"><i>POI 3.15 beta 3. Use <a href="org/apache/poi/xssf/usermodel/XSSFCreationHelper.html#createHyperlink(org.apache.poi.common.usermodel.HyperlinkType)"><code>XSSFCreationHelper.createHyperlink(HyperlinkType)</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/ss/formula/BaseFormulaEvaluator.html#evaluateFormulaCell(org.apache.poi.ss.usermodel.Cell)">org.apache.poi.ss.formula.BaseFormulaEvaluator.evaluateFormulaCell(Cell)</a>
 <div class="block"><i>3.15. Will return a <a href="org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel"><code>CellType</code></a> enum in the future.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/ss/usermodel/FormulaEvaluator.html#evaluateFormulaCell(org.apache.poi.ss.usermodel.Cell)">org.apache.poi.ss.usermodel.FormulaEvaluator.evaluateFormulaCell(Cell)</a>
 <div class="block"><i>3.15. Will return a <a href="org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel"><code>CellType</code></a> enum in the future</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/xssf/model/CommentsTable.html#findCellComment(java.lang.String)">org.apache.poi.xssf.model.CommentsTable.findCellComment(String)</a>
 <div class="block"><i>2015-11-23 (circa POI 3.14beta1). Use <a href="org/apache/poi/xssf/model/CommentsTable.html#findCellComment(org.apache.poi.ss.util.CellAddress)"><code>CommentsTable.findCellComment(CellAddress)</code></a> instead</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hssf/usermodel/HSSFWorkbook.html#findFont(short,%20short,%20short,%20java.lang.String,%20boolean,%20boolean,%20short,%20byte)">org.apache.poi.hssf.usermodel.HSSFWorkbook.findFont(short, short, short, String, boolean, boolean, short, byte)</a>
 <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>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/ss/usermodel/Workbook.html#findFont(short,%20short,%20short,%20java.lang.String,%20boolean,%20boolean,%20short,%20byte)">org.apache.poi.ss.usermodel.Workbook.findFont(short, short, short, String, boolean, boolean, short, byte)</a>
 <div class="block"><i>POI 3.15 beta 2. Use <a href="org/apache/poi/ss/usermodel/Workbook.html#findFont(boolean,%20short,%20short,%20java.lang.String,%20boolean,%20boolean,%20short,%20byte)"><code>Workbook.findFont(boolean, short, short, String, boolean, boolean, short, byte)</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/xssf/model/StylesTable.html#findFont(short,%20short,%20short,%20java.lang.String,%20boolean,%20boolean,%20short,%20byte)">org.apache.poi.xssf.model.StylesTable.findFont(short, short, short, String, boolean, boolean, short, byte)</a>
 <div class="block"><i>POI 3.15 beta 2. Use <a href="org/apache/poi/xssf/model/StylesTable.html#findFont(boolean,%20short,%20short,%20java.lang.String,%20boolean,%20boolean,%20short,%20byte)"><code>StylesTable.findFont(boolean, short, short, String, boolean, boolean, short, byte)</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/xssf/streaming/SXSSFWorkbook.html#findFont(short,%20short,%20short,%20java.lang.String,%20boolean,%20boolean,%20short,%20byte)">org.apache.poi.xssf.streaming.SXSSFWorkbook.findFont(short, short, short, String, boolean, boolean, short, byte)</a>
 <div class="block"><i>POI 3.15 beta 2. Use <a href="org/apache/poi/xssf/streaming/SXSSFWorkbook.html#findFont(boolean,%20short,%20short,%20java.lang.String,%20boolean,%20boolean,%20short,%20byte)"><code>SXSSFWorkbook.findFont(boolean, short, short, String, boolean, boolean, short, byte)</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/xssf/usermodel/XSSFWorkbook.html#findFont(short,%20short,%20short,%20java.lang.String,%20boolean,%20boolean,%20short,%20byte)">org.apache.poi.xssf.usermodel.XSSFWorkbook.findFont(short, short, short, String, boolean, boolean, short, byte)</a>
 <div class="block"><i>POI 3.15. Use <a href="org/apache/poi/xssf/usermodel/XSSFWorkbook.html#findFont(boolean,%20short,%20short,%20java.lang.String,%20boolean,%20boolean,%20short,%20byte)"><code>XSSFWorkbook.findFont(boolean, short, short, String, boolean, boolean, short, byte)</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/common/usermodel/HyperlinkType.html#forInt(int)">org.apache.poi.common.usermodel.HyperlinkType.forInt(int)</a>
 <div class="block"><i>POI 3.15 beta 3</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/ss/formula/FormulaType.html#forInt(int)">org.apache.poi.ss.formula.FormulaType.forInt(int)</a>
 <div class="block"><i>POI 3.15 beta 3. Used to transition code from <code>int</code>s to <code>FormulaType</code>s.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/ss/usermodel/CellType.html#forInt(int)">org.apache.poi.ss.usermodel.CellType.forInt(int)</a>
 <div class="block"><i>POI 3.15 beta 3. Used to transition code from <code>int</code>s to <code>CellType</code>s.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/poifs/crypt/EncryptionVerifier.html#getAlgorithm()">org.apache.poi.poifs.crypt.EncryptionVerifier.getAlgorithm()</a>
 <div class="block"><i>POI 3.16 beta 1. use <a href="org/apache/poi/poifs/crypt/EncryptionVerifier.html#getCipherAlgorithm()"><code>EncryptionVerifier.getCipherAlgorithm()</code></a></i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hssf/converter/AbstractExcelUtils.html#getAlign(short)">org.apache.poi.hssf.converter.AbstractExcelUtils.getAlign(short)</a>
 <div class="block"><i>POI 3.15 beta 3. Use <a href="org/apache/poi/hssf/converter/AbstractExcelUtils.html#getAlign(org.apache.poi.ss.usermodel.HorizontalAlignment)"><code>AbstractExcelUtils.getAlign(HorizontalAlignment)</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getAlignment()">org.apache.poi.hssf.usermodel.HSSFCellStyle.getAlignment()</a>
 <div class="block"><i>POI 3.15 beta 3. Use <a href="org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getAlignmentEnum()"><code>HSSFCellStyle.getAlignmentEnum()</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/ss/usermodel/CellStyle.html#getAlignment()">org.apache.poi.ss.usermodel.CellStyle.getAlignment()</a>
 <div class="block"><i>POI 3.15 beta 3. Use <a href="org/apache/poi/ss/usermodel/CellStyle.html#getAlignmentEnum()"><code>CellStyle.getAlignmentEnum()</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/xssf/usermodel/XSSFCellStyle.html#getAlignment()">org.apache.poi.xssf.usermodel.XSSFCellStyle.getAlignment()</a>
 <div class="block"><i>POI 3.15 beta 3. Use <a href="org/apache/poi/xssf/usermodel/XSSFCellStyle.html#getAlignmentEnum()"><code>XSSFCellStyle.getAlignmentEnum()</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hssf/usermodel/HSSFFont.html#getBoldweight()">org.apache.poi.hssf.usermodel.HSSFFont.getBoldweight()</a>
 <div class="block"><i>3.15 beta 2. Scheduled for removal in 3.17. Use <a href="org/apache/poi/hssf/usermodel/HSSFFont.html#getBold()"><code>HSSFFont.getBold()</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/ss/usermodel/Font.html#getBoldweight()">org.apache.poi.ss.usermodel.Font.getBoldweight()</a>
 <div class="block"><i>3.15 beta 2. Scheduled for removal in 3.17. Use <a href="org/apache/poi/ss/usermodel/Font.html#getBold()"><code>Font.getBold()</code></a>.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/xssf/usermodel/XSSFFont.html#getBoldweight()">org.apache.poi.xssf.usermodel.XSSFFont.getBoldweight()</a>
 <div class="block"><i>3.15 beta 2. Scheduled for removal in 3.17. Use <a href="org/apache/poi/xssf/usermodel/XSSFFont.html#getBold()"><code>XSSFFont.getBold()</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getBorderBottom()">org.apache.poi.hssf.usermodel.HSSFCellStyle.getBorderBottom()</a>
 <div class="block"><i>POI 3.15. Will return a BorderStyle enum in the future. Use <a href="org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getBorderBottomEnum()"><code>HSSFCellStyle.getBorderBottomEnum()</code></a>.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderBottom()">org.apache.poi.hssf.usermodel.HSSFBorderFormatting.getBorderBottom()</a>
 <div class="block"><i>POI 3.15. Use <a href="org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderBottomEnum()"><code>HSSFBorderFormatting.getBorderBottomEnum()</code></a>.
  This method will return an BorderStyle enum in the future.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/ss/usermodel/CellStyle.html#getBorderBottom()">org.apache.poi.ss.usermodel.CellStyle.getBorderBottom()</a>
 <div class="block"><i>POI 3.15. Use <a href="org/apache/poi/ss/usermodel/CellStyle.html#getBorderBottomEnum()"><code>CellStyle.getBorderBottomEnum()</code></a> instead.
  This will return a BorderStyle enum in the future.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/ss/usermodel/BorderFormatting.html#getBorderBottom()">org.apache.poi.ss.usermodel.BorderFormatting.getBorderBottom()</a>
 <div class="block"><i>POI 3.15. Use <a href="org/apache/poi/ss/usermodel/BorderFormatting.html#getBorderBottomEnum()"><code>BorderFormatting.getBorderBottomEnum()</code></a>.
  This method will return an BorderStyle enum in the future.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getBorderBottom()">org.apache.poi.xssf.usermodel.XSSFBorderFormatting.getBorderBottom()</a>
 <div class="block"><i>POI 3.15. Use <a href="org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getBorderBottomEnum()"><code>XSSFBorderFormatting.getBorderBottomEnum()</code></a>.
  This method will return an BorderStyle enum in the future.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/xssf/usermodel/XSSFCellStyle.html#getBorderBottom()">org.apache.poi.xssf.usermodel.XSSFCellStyle.getBorderBottom()</a>
 <div class="block"><i>3.15 beta 2. Use <a href="org/apache/poi/xssf/usermodel/XSSFCellStyle.html#getBorderBottomEnum()"><code>XSSFCellStyle.getBorderBottomEnum()</code></a></i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderDiagonal()">org.apache.poi.hssf.usermodel.HSSFBorderFormatting.getBorderDiagonal()</a>
 <div class="block"><i>POI 3.15. Use <a href="org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderDiagonalEnum()"><code>HSSFBorderFormatting.getBorderDiagonalEnum()</code></a>.
  This method will return an BorderStyle enum in the future.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/ss/usermodel/BorderFormatting.html#getBorderDiagonal()">org.apache.poi.ss.usermodel.BorderFormatting.getBorderDiagonal()</a>
 <div class="block"><i>POI 3.15. Use <a href="org/apache/poi/ss/usermodel/BorderFormatting.html#getBorderDiagonalEnum()"><code>BorderFormatting.getBorderDiagonalEnum()</code></a>.
  This method will return an BorderStyle enum in the future.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getBorderDiagonal()">org.apache.poi.xssf.usermodel.XSSFBorderFormatting.getBorderDiagonal()</a>
 <div class="block"><i>POI 3.15. Use <a href="org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getBorderDiagonalEnum()"><code>XSSFBorderFormatting.getBorderDiagonalEnum()</code></a>.
  This method will return an BorderStyle enum in the future.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getBorderLeft()">org.apache.poi.hssf.usermodel.HSSFCellStyle.getBorderLeft()</a>
 <div class="block"><i>POI 3.15. Will return a BorderStyle enum in the future. Use <a href="org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getBorderLeftEnum()"><code>HSSFCellStyle.getBorderLeftEnum()</code></a>.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderLeft()">org.apache.poi.hssf.usermodel.HSSFBorderFormatting.getBorderLeft()</a>
 <div class="block"><i>POI 3.15. Use <a href="org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderLeftEnum()"><code>HSSFBorderFormatting.getBorderLeftEnum()</code></a>.
  This method will return an BorderStyle enum in the future.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/ss/usermodel/CellStyle.html#getBorderLeft()">org.apache.poi.ss.usermodel.CellStyle.getBorderLeft()</a>
 <div class="block"><i>POI 3.15. Use <a href="org/apache/poi/ss/usermodel/CellStyle.html#getBorderLeftEnum()"><code>CellStyle.getBorderLeftEnum()</code></a> instead.
  This will return a BorderStyle enum in the future.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/ss/usermodel/BorderFormatting.html#getBorderLeft()">org.apache.poi.ss.usermodel.BorderFormatting.getBorderLeft()</a>
 <div class="block"><i>POI 3.15. Use <a href="org/apache/poi/ss/usermodel/BorderFormatting.html#getBorderLeftEnum()"><code>BorderFormatting.getBorderLeftEnum()</code></a>.
  This method will return an BorderStyle enum in the future.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getBorderLeft()">org.apache.poi.xssf.usermodel.XSSFBorderFormatting.getBorderLeft()</a>
 <div class="block"><i>POI 3.15. Use <a href="org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getBorderLeftEnum()"><code>XSSFBorderFormatting.getBorderLeftEnum()</code></a>.
  This method will return an BorderStyle enum in the future.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/xssf/usermodel/XSSFCellStyle.html#getBorderLeft()">org.apache.poi.xssf.usermodel.XSSFCellStyle.getBorderLeft()</a>
 <div class="block"><i>3.15 beta 2. Use <a href="org/apache/poi/xssf/usermodel/XSSFCellStyle.html#getBorderLeftEnum()"><code>XSSFCellStyle.getBorderLeftEnum()</code></a></i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getBorderRight()">org.apache.poi.hssf.usermodel.HSSFCellStyle.getBorderRight()</a>
 <div class="block"><i>POI 3.15. Will return a BorderStyle enum in the future. Use <a href="org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getBorderRightEnum()"><code>HSSFCellStyle.getBorderRightEnum()</code></a>.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderRight()">org.apache.poi.hssf.usermodel.HSSFBorderFormatting.getBorderRight()</a>
 <div class="block"><i>POI 3.15. Use <a href="org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderRightEnum()"><code>HSSFBorderFormatting.getBorderRightEnum()</code></a>.
  This method will return an BorderStyle enum in the future.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/ss/usermodel/CellStyle.html#getBorderRight()">org.apache.poi.ss.usermodel.CellStyle.getBorderRight()</a>
 <div class="block"><i>POI 3.15. Use <a href="org/apache/poi/ss/usermodel/CellStyle.html#getBorderRightEnum()"><code>CellStyle.getBorderRightEnum()</code></a> instead.
  This will return a BorderStyle enum in the future.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/ss/usermodel/BorderFormatting.html#getBorderRight()">org.apache.poi.ss.usermodel.BorderFormatting.getBorderRight()</a>
 <div class="block"><i>POI 3.15. Use <a href="org/apache/poi/ss/usermodel/BorderFormatting.html#getBorderRightEnum()"><code>BorderFormatting.getBorderRightEnum()</code></a>.
  This method will return an BorderStyle enum in the future.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getBorderRight()">org.apache.poi.xssf.usermodel.XSSFBorderFormatting.getBorderRight()</a>
 <div class="block"><i>POI 3.15. Use <a href="org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getBorderRightEnum()"><code>XSSFBorderFormatting.getBorderRightEnum()</code></a>.
  This method will return an BorderStyle enum in the future.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/xssf/usermodel/XSSFCellStyle.html#getBorderRight()">org.apache.poi.xssf.usermodel.XSSFCellStyle.getBorderRight()</a>
 <div class="block"><i>3.15 beta 2. Use <a href="org/apache/poi/xssf/usermodel/XSSFCellStyle.html#getBorderRightEnum()"><code>XSSFCellStyle.getBorderRightEnum()</code></a> instead</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getBorderTop()">org.apache.poi.hssf.usermodel.HSSFCellStyle.getBorderTop()</a>
 <div class="block"><i>POI 3.15. Will return a BorderStyle enum in the future. Use <a href="org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getBorderTopEnum()"><code>HSSFCellStyle.getBorderTopEnum()</code></a>.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderTop()">org.apache.poi.hssf.usermodel.HSSFBorderFormatting.getBorderTop()</a>
 <div class="block"><i>POI 3.15. Use <a href="org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderTopEnum()"><code>HSSFBorderFormatting.getBorderTopEnum()</code></a>.
  This method will return an BorderStyle enum in the future.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/ss/usermodel/CellStyle.html#getBorderTop()">org.apache.poi.ss.usermodel.CellStyle.getBorderTop()</a>
 <div class="block"><i>POI 3.15. Use <a href="org/apache/poi/ss/usermodel/CellStyle.html#getBorderTopEnum()"><code>CellStyle.getBorderTopEnum()</code></a> instead.
  This will return a BorderStyle enum in the future.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/ss/usermodel/BorderFormatting.html#getBorderTop()">org.apache.poi.ss.usermodel.BorderFormatting.getBorderTop()</a>
 <div class="block"><i>POI 3.15. Use <a href="org/apache/poi/ss/usermodel/BorderFormatting.html#getBorderTopEnum()"><code>BorderFormatting.getBorderTopEnum()</code></a>.
  This method will return an BorderStyle enum in the future.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getBorderTop()">org.apache.poi.xssf.usermodel.XSSFBorderFormatting.getBorderTop()</a>
 <div class="block"><i>POI 3.15. Use <a href="org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getBorderTopEnum()"><code>XSSFBorderFormatting.getBorderTopEnum()</code></a>.
  This method will return an BorderStyle enum in the future.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/xssf/usermodel/XSSFCellStyle.html#getBorderTop()">org.apache.poi.xssf.usermodel.XSSFCellStyle.getBorderTop()</a>
 <div class="block"><i>3.15 beta 2. Use <a href="org/apache/poi/xssf/usermodel/XSSFCellStyle.html#getBorderTopEnum()"><code>XSSFCellStyle.getBorderTopEnum()</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hssf/usermodel/HSSFCell.html#getCachedFormulaResultType()">org.apache.poi.hssf.usermodel.HSSFCell.getCachedFormulaResultType()</a>
 <div class="block"><i>3.15. Will return a <a href="org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel"><code>CellType</code></a> enum in the future.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/ss/formula/EvaluationCell.html#getCachedFormulaResultType()">org.apache.poi.ss.formula.EvaluationCell.getCachedFormulaResultType()</a>
 <div class="block"><i>3.15. Will return a <a href="org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel"><code>CellType</code></a> enum in the future.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/ss/usermodel/Cell.html#getCachedFormulaResultType()">org.apache.poi.ss.usermodel.Cell.getCachedFormulaResultType()</a>
 <div class="block"><i>3.15. Will return a <a href="org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel"><code>CellType</code></a> enum in the future.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/xssf/streaming/SXSSFCell.html#getCachedFormulaResultType()">org.apache.poi.xssf.streaming.SXSSFCell.getCachedFormulaResultType()</a>
 <div class="block"><i>3.15. Will return a <a href="org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel"><code>CellType</code></a> enum in the future.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/xssf/usermodel/XSSFCell.html#getCachedFormulaResultType()">org.apache.poi.xssf.usermodel.XSSFCell.getCachedFormulaResultType()</a>
 <div class="block"><i>3.15. Will return a <a href="org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel"><code>CellType</code></a> enum in the future.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/ss/formula/EvaluationCell.html#getCachedFormulaResultTypeEnum()">org.apache.poi.ss.formula.EvaluationCell.getCachedFormulaResultTypeEnum()</a>
 <div class="block"><i>POI 3.15 beta 3.
  Will be deleted when we make the CellType enum transition. See bug 59791.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hssf/util/HSSFCellUtil.html#getCell(org.apache.poi.hssf.usermodel.HSSFRow,%20int)">org.apache.poi.hssf.util.HSSFCellUtil.getCell(HSSFRow, int)</a>
 <div class="block"><i>3.15 beta2. Removed in 3.17. Use <a href="org/apache/poi/ss/util/CellUtil.html#getCell(org.apache.poi.ss.usermodel.Row,%20int)"><code>CellUtil.getCell(org.apache.poi.ss.usermodel.Row, int)</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hssf/usermodel/HSSFSheet.html#getCellComment(int,%20int)">org.apache.poi.hssf.usermodel.HSSFSheet.getCellComment(int, int)</a>
 <div class="block"><i>as of 2015-11-23 (circa POI 3.14beta1). Use <a href="org/apache/poi/hssf/usermodel/HSSFSheet.html#getCellComment(org.apache.poi.ss.util.CellAddress)"><code>HSSFSheet.getCellComment(CellAddress)</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/ss/usermodel/Sheet.html#getCellComment(int,%20int)">org.apache.poi.ss.usermodel.Sheet.getCellComment(int, int)</a>
 <div class="block"><i>as of 2015-11-23 (circa POI 3.14beta1). Use <a href="org/apache/poi/ss/usermodel/Sheet.html#getCellComment(org.apache.poi.ss.util.CellAddress)"><code>Sheet.getCellComment(CellAddress)</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/xssf/streaming/SXSSFSheet.html#getCellComment(int,%20int)">org.apache.poi.xssf.streaming.SXSSFSheet.getCellComment(int, int)</a>
 <div class="block"><i>as of 2015-11-23 (circa POI 3.14beta1). Use <a href="org/apache/poi/xssf/streaming/SXSSFSheet.html#getCellComment(org.apache.poi.ss.util.CellAddress)"><code>SXSSFSheet.getCellComment(CellAddress)</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/xssf/usermodel/XSSFSheet.html#getCellComment(int,%20int)">org.apache.poi.xssf.usermodel.XSSFSheet.getCellComment(int, int)</a>
 <div class="block"><i>as of 2015-11-23 (circa POI 3.14beta1). Use <a href="org/apache/poi/xssf/usermodel/XSSFSheet.html#getCellComment(org.apache.poi.ss.util.CellAddress)"><code>XSSFSheet.getCellComment(CellAddress)</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hssf/usermodel/HSSFCell.html#getCellType()">org.apache.poi.hssf.usermodel.HSSFCell.getCellType()</a>
 <div class="block"><i>3.15. Will be return a <a href="org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel"><code>CellType</code></a> enum in the future.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/ss/formula/EvaluationCell.html#getCellType()">org.apache.poi.ss.formula.EvaluationCell.getCellType()</a>
 <div class="block"><i>3.15. Will return a <a href="org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel"><code>CellType</code></a> enum in the future.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/ss/usermodel/CellValue.html#getCellType()">org.apache.poi.ss.usermodel.CellValue.getCellType()</a>
 <div class="block"><i>POI 3.15. Use <a href="org/apache/poi/ss/usermodel/CellValue.html#getCellTypeEnum()"><code>CellValue.getCellTypeEnum()</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/ss/usermodel/Cell.html#getCellType()">org.apache.poi.ss.usermodel.Cell.getCellType()</a>
 <div class="block"><i>POI 3.15. Will return a <a href="org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel"><code>CellType</code></a> enum in the future.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/xssf/streaming/SXSSFCell.html#getCellType()">org.apache.poi.xssf.streaming.SXSSFCell.getCellType()</a>
 <div class="block"><i>3.15. Will return a <a href="org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel"><code>CellType</code></a> enum in the future.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/xssf/usermodel/XSSFCell.html#getCellType()">org.apache.poi.xssf.usermodel.XSSFCell.getCellType()</a>
 <div class="block"><i>3.15. Will return a <a href="org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel"><code>CellType</code></a> enum in the future.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/ss/formula/EvaluationCell.html#getCellTypeEnum()">org.apache.poi.ss.formula.EvaluationCell.getCellTypeEnum()</a>
 <div class="block"><i>POI 3.15 beta 3.
  Will be deleted when we make the CellType enum transition. See bug 59791.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/model/StyleSheet.html#getCharacterStyle(int)">org.apache.poi.hwpf.model.StyleSheet.getCharacterStyle(int)</a></td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/model/TextPieceTable.html#getCharIndex(int)">org.apache.poi.hwpf.model.TextPieceTable.getCharIndex(int)</a></td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/model/CharIndexTranslator.html#getCharIndex(int)">org.apache.poi.hwpf.model.CharIndexTranslator.getCharIndex(int)</a>
 <div class="block"><i>This API were based on incorrect assumption that single byte
              offset corresponds to single char offset</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/model/TextPieceTable.html#getCharIndex(int,%20int)">org.apache.poi.hwpf.model.TextPieceTable.getCharIndex(int, int)</a></td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/model/CharIndexTranslator.html#getCharIndex(int,%20int)">org.apache.poi.hwpf.model.CharIndexTranslator.getCharIndex(int, int)</a>
 <div class="block"><i>This API were based on incorrect assumption that single byte
              offset corresponds to single char offset</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/model/StyleDescription.html#getCHP()">org.apache.poi.hwpf.model.StyleDescription.getCHP()</a></td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/poifs/crypt/EncryptionVerifier.html#getCipherMode()">org.apache.poi.poifs.crypt.EncryptionVerifier.getCipherMode()</a>
 <div class="block"><i>POI 3.16 beta 1. use <a href="org/apache/poi/poifs/crypt/EncryptionVerifier.html#getChainingMode()"><code>EncryptionVerifier.getChainingMode()</code></a></i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/common/usermodel/HyperlinkType.html#getCode()">org.apache.poi.common.usermodel.HyperlinkType.getCode()</a>
 <div class="block"><i>POI 3.15 beta 3</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/ss/usermodel/CellType.html#getCode()">org.apache.poi.ss.usermodel.CellType.getCode()</a>
 <div class="block"><i>POI 3.15 beta 3</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/xssf/model/CommentsTable.html#getCTComment(java.lang.String)">org.apache.poi.xssf.model.CommentsTable.getCTComment(String)</a>
 <div class="block"><i>2015-11-23 (circa POI 3.14beta1). Use <a href="org/apache/poi/xssf/model/CommentsTable.html#getCTComment(org.apache.poi.ss.util.CellAddress)"><code>CommentsTable.getCTComment(CellAddress)</code></a> instead</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/usermodel/Picture.html#getDxaCropLeft()">org.apache.poi.hwpf.usermodel.Picture.getDxaCropLeft()</a>
 <div class="block"><i>POI 3.8 beta 4.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/usermodel/Picture.html#getDxaCropRight()">org.apache.poi.hwpf.usermodel.Picture.getDxaCropRight()</a>
 <div class="block"><i>POI 3.8 beta 4.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/usermodel/Picture.html#getDyaCropBottom()">org.apache.poi.hwpf.usermodel.Picture.getDyaCropBottom()</a>
 <div class="block"><i>POI 3.8 beta 5.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/usermodel/Picture.html#getDyaCropTop()">org.apache.poi.hwpf.usermodel.Picture.getDyaCropTop()</a>
 <div class="block"><i>POI 3.8 beta 5.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/model/BytePropertyNode.html#getEndBytes()">org.apache.poi.hwpf.model.BytePropertyNode.getEndBytes()</a>
 <div class="block"><i>Though bytes are actually stored in file, it is advised to
              use char positions for all operations. Including save
              operations, because only char positions are preserved.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/usermodel/HeaderStories.html#getEndnoteContNote()">org.apache.poi.hwpf.usermodel.HeaderStories.getEndnoteContNote()</a>
 <div class="block"><i>3.8 beta 4</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/usermodel/HeaderStories.html#getEndnoteContSeparator()">org.apache.poi.hwpf.usermodel.HeaderStories.getEndnoteContSeparator()</a>
 <div class="block"><i>3.8 beta 4</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/usermodel/HeaderStories.html#getEndnoteSeparator()">org.apache.poi.hwpf.usermodel.HeaderStories.getEndnoteSeparator()</a>
 <div class="block"><i>3.8 beta 4</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/usermodel/HeaderStories.html#getEvenFooter()">org.apache.poi.hwpf.usermodel.HeaderStories.getEvenFooter()</a>
 <div class="block"><i>3.8 beta 4</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/usermodel/HeaderStories.html#getEvenHeader()">org.apache.poi.hwpf.usermodel.HeaderStories.getEvenHeader()</a>
 <div class="block"><i>3.8 beta 4</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/model/FileInformationBlock.html#getFcPlcffldAtn()">org.apache.poi.hwpf.model.FileInformationBlock.getFcPlcffldAtn()</a></td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/model/FileInformationBlock.html#getFcPlcffldEdn()">org.apache.poi.hwpf.model.FileInformationBlock.getFcPlcffldEdn()</a></td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/model/FileInformationBlock.html#getFcPlcffldFtn()">org.apache.poi.hwpf.model.FileInformationBlock.getFcPlcffldFtn()</a></td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/model/FileInformationBlock.html#getFcPlcffldHdr()">org.apache.poi.hwpf.model.FileInformationBlock.getFcPlcffldHdr()</a></td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/model/FileInformationBlock.html#getFcPlcffldHdrtxbx()">org.apache.poi.hwpf.model.FileInformationBlock.getFcPlcffldHdrtxbx()</a></td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/model/FileInformationBlock.html#getFcPlcffldMom()">org.apache.poi.hwpf.model.FileInformationBlock.getFcPlcffldMom()</a></td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/model/FileInformationBlock.html#getFcPlcffldTxbx()">org.apache.poi.hwpf.model.FileInformationBlock.getFcPlcffldTxbx()</a></td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/model/FileInformationBlock.html#getFcPlcfLst()">org.apache.poi.hwpf.model.FileInformationBlock.getFcPlcfLst()</a></td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/model/FileInformationBlock.html#getFcPlcspaMom()">org.apache.poi.hwpf.model.FileInformationBlock.getFcPlcspaMom()</a></td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/model/FieldsTables.html#getFieldsPLCF(int)">org.apache.poi.hwpf.model.FieldsTables.getFieldsPLCF(int)</a></td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/HWPFDocument.html#getFieldsTables()">org.apache.poi.hwpf.HWPFDocument.getFieldsTables()</a>
 <div class="block"><i>POI 3.8.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getFillPattern()">org.apache.poi.hssf.usermodel.HSSFCellStyle.getFillPattern()</a>
 <div class="block"><i>POI 3.15 beta 3. This method will return <a href="org/apache/poi/ss/usermodel/FillPatternType.html" title="enum in org.apache.poi.ss.usermodel"><code>FillPatternType</code></a> in the future. Use <a href="org/apache/poi/hssf/usermodel/HSSFCellStyle.html#setFillPattern(org.apache.poi.ss.usermodel.FillPatternType)"><code>HSSFCellStyle.setFillPattern(FillPatternType)</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/ss/usermodel/CellStyle.html#getFillPattern()">org.apache.poi.ss.usermodel.CellStyle.getFillPattern()</a>
 <div class="block"><i>POI 3.15 beta 3. This method will return <a href="org/apache/poi/ss/usermodel/FillPatternType.html" title="enum in org.apache.poi.ss.usermodel"><code>FillPatternType</code></a> in the future. Use <a href="org/apache/poi/ss/usermodel/CellStyle.html#setFillPattern(org.apache.poi.ss.usermodel.FillPatternType)"><code>CellStyle.setFillPattern(FillPatternType)</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/xssf/usermodel/XSSFCellStyle.html#getFillPattern()">org.apache.poi.xssf.usermodel.XSSFCellStyle.getFillPattern()</a>
 <div class="block"><i>POI 3.15 beta 3. This method will return <a href="org/apache/poi/ss/usermodel/FillPatternType.html" title="enum in org.apache.poi.ss.usermodel"><code>FillPatternType</code></a> in the future. Use <a href="org/apache/poi/xssf/usermodel/XSSFCellStyle.html#setFillPattern(org.apache.poi.ss.usermodel.FillPatternType)"><code>XSSFCellStyle.setFillPattern(FillPatternType)</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/usermodel/HeaderStories.html#getFirstFooter()">org.apache.poi.hwpf.usermodel.HeaderStories.getFirstFooter()</a>
 <div class="block"><i>3.8 beta 4</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/usermodel/HeaderStories.html#getFirstHeader()">org.apache.poi.hwpf.usermodel.HeaderStories.getFirstHeader()</a>
 <div class="block"><i>3.8 beta 4</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/extractor/WordExtractor.html#getFooterText()">org.apache.poi.hwpf.extractor.WordExtractor.getFooterText()</a>
 <div class="block"><i>3.8 beta 4</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/usermodel/HeaderStories.html#getFootnoteContNote()">org.apache.poi.hwpf.usermodel.HeaderStories.getFootnoteContNote()</a>
 <div class="block"><i>3.8 beta 4</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/usermodel/HeaderStories.html#getFootnoteContSeparator()">org.apache.poi.hwpf.usermodel.HeaderStories.getFootnoteContSeparator()</a>
 <div class="block"><i>3.8 beta 4</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/usermodel/HeaderStories.html#getFootnoteSeparator()">org.apache.poi.hwpf.usermodel.HeaderStories.getFootnoteSeparator()</a>
 <div class="block"><i>3.8 beta 4</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/xssf/usermodel/XSSFDataFormat.html#getFormat(int)">org.apache.poi.xssf.usermodel.XSSFDataFormat.getFormat(int)</a>
 <div class="block"><i>POI 3.16 beta 1 - use <a href="org/apache/poi/xssf/usermodel/XSSFDataFormat.html#getFormat(short)"><code>XSSFDataFormat.getFormat(short)</code></a> instead</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/model/types/FibBaseAbstractType.html#getFSpare0()">org.apache.poi.hwpf.model.types.FibBaseAbstractType.getFSpare0()</a>
 <div class="block"><i>This field should not be used according to specification</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/poifs/crypt/EncryptionHeader.html#getHashAlgorithmEx()">org.apache.poi.poifs.crypt.EncryptionHeader.getHashAlgorithmEx()</a>
 <div class="block"><i>POI 3.16 beta 1. use <a href="org/apache/poi/poifs/crypt/EncryptionHeader.html#getHashAlgorithm()"><code>EncryptionHeader.getHashAlgorithm()</code></a></i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/extractor/WordExtractor.html#getHeaderText()">org.apache.poi.hwpf.extractor.WordExtractor.getHeaderText()</a>
 <div class="block"><i>3.8 beta 4</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hsmf/MAPIMessage.html#getHmtlBody()">org.apache.poi.hsmf.MAPIMessage.getHmtlBody()</a></td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/model/FileInformationBlock.html#getLcbPlcffldAtn()">org.apache.poi.hwpf.model.FileInformationBlock.getLcbPlcffldAtn()</a></td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/model/FileInformationBlock.html#getLcbPlcffldEdn()">org.apache.poi.hwpf.model.FileInformationBlock.getLcbPlcffldEdn()</a></td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/model/FileInformationBlock.html#getLcbPlcffldFtn()">org.apache.poi.hwpf.model.FileInformationBlock.getLcbPlcffldFtn()</a></td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/model/FileInformationBlock.html#getLcbPlcffldHdr()">org.apache.poi.hwpf.model.FileInformationBlock.getLcbPlcffldHdr()</a></td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/model/FileInformationBlock.html#getLcbPlcffldHdrtxbx()">org.apache.poi.hwpf.model.FileInformationBlock.getLcbPlcffldHdrtxbx()</a></td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/model/FileInformationBlock.html#getLcbPlcffldMom()">org.apache.poi.hwpf.model.FileInformationBlock.getLcbPlcffldMom()</a></td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/model/FileInformationBlock.html#getLcbPlcffldTxbx()">org.apache.poi.hwpf.model.FileInformationBlock.getLcbPlcffldTxbx()</a></td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/model/FileInformationBlock.html#getLcbPlcfLst()">org.apache.poi.hwpf.model.FileInformationBlock.getLcbPlcfLst()</a></td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/model/FileInformationBlock.html#getLcbPlcspaMom()">org.apache.poi.hwpf.model.FileInformationBlock.getLcbPlcspaMom()</a></td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/xssf/streaming/SXSSFWorkbook.html#getNameAt(int)">org.apache.poi.xssf.streaming.SXSSFWorkbook.getNameAt(int)</a>
 <div class="block"><i>3.16. New projects should avoid accessing named ranges by index.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/xssf/usermodel/XSSFWorkbook.html#getNameAt(int)">org.apache.poi.xssf.usermodel.XSSFWorkbook.getNameAt(int)</a>
 <div class="block"><i>3.16. New projects should avoid accessing named ranges by index.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/xssf/streaming/SXSSFWorkbook.html#getNameIndex(java.lang.String)">org.apache.poi.xssf.streaming.SXSSFWorkbook.getNameIndex(String)</a>
 <div class="block"><i>3.16. New projects should avoid accessing named ranges by index.
  Use <a href="org/apache/poi/xssf/streaming/SXSSFWorkbook.html#getName(java.lang.String)"><code>SXSSFWorkbook.getName(String)</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/xssf/usermodel/XSSFWorkbook.html#getNameIndex(java.lang.String)">org.apache.poi.xssf.usermodel.XSSFWorkbook.getNameIndex(String)</a>
 <div class="block"><i>3.16. New projects should avoid accessing named ranges by index.
  Use <a href="org/apache/poi/xssf/usermodel/XSSFWorkbook.html#getName(java.lang.String)"><code>XSSFWorkbook.getName(String)</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/xssf/usermodel/XSSFTable.html#getNumerOfMappedColumns()">org.apache.poi.xssf.usermodel.XSSFTable.getNumerOfMappedColumns()</a>
 <div class="block"><i>3.15 beta 2. Use <a href="org/apache/poi/xssf/usermodel/XSSFTable.html#getNumberOfMappedColumns()"><code>XSSFTable.getNumberOfMappedColumns()</code></a>.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/usermodel/HeaderStories.html#getOddFooter()">org.apache.poi.hwpf.usermodel.HeaderStories.getOddFooter()</a>
 <div class="block"><i>3.8 beta 4</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/usermodel/HeaderStories.html#getOddHeader()">org.apache.poi.hwpf.usermodel.HeaderStories.getOddHeader()</a>
 <div class="block"><i>3.8 beta 4</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/POIXMLDocumentPart.html#getPackageRelationship()">org.apache.poi.POIXMLDocumentPart.getPackageRelationship()</a>
 <div class="block"><i>in POI 3.14, scheduled for removal in POI 3.16</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/model/StyleDescription.html#getPAP()">org.apache.poi.hwpf.model.StyleDescription.getPAP()</a></td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/xwpf/usermodel/XWPFRun.html#getParagraph()">org.apache.poi.xwpf.usermodel.XWPFRun.getParagraph()</a>
 <div class="block"><i>use <a href="org/apache/poi/xwpf/usermodel/XWPFRun.html#getParent()"><code>XWPFRun.getParent()</code></a> instead</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/model/PAPX.html#getParagraphProperties(org.apache.poi.hwpf.model.StyleSheet)">org.apache.poi.hwpf.model.PAPX.getParagraphProperties(StyleSheet)</a></td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/model/StyleSheet.html#getParagraphStyle(int)">org.apache.poi.hwpf.model.StyleSheet.getParagraphStyle(int)</a></td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/extractor/Word6Extractor.html#getParagraphText()">org.apache.poi.hwpf.extractor.Word6Extractor.getParagraphText()</a></td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/model/types/LSTFAbstractType.html#getReserved1()">org.apache.poi.hwpf.model.types.LSTFAbstractType.getReserved1()</a>
 <div class="block"><i>This field should not be used according to specification</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hssf/util/HSSFCellUtil.html#getRow(int,%20org.apache.poi.hssf.usermodel.HSSFSheet)">org.apache.poi.hssf.util.HSSFCellUtil.getRow(int, HSSFSheet)</a>
 <div class="block"><i>3.15 beta2. Removed in 3.17. Use <a href="org/apache/poi/ss/util/CellUtil.html#getRow(int,%20org.apache.poi.ss.usermodel.Sheet)"><code>CellUtil.getRow(int, org.apache.poi.ss.usermodel.Sheet)</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/model/BytePropertyNode.html#getStartBytes()">org.apache.poi.hwpf.model.BytePropertyNode.getStartBytes()</a>
 <div class="block"><i>Though bytes are actually stored in file, it is advised to
              use char positions for all operations. Including save
              operations, because only char positions are preserved.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/model/TextPiece.html#getStringBuffer()">org.apache.poi.hwpf.model.TextPiece.getStringBuffer()</a></td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/common/usermodel/Hyperlink.html#getType()">org.apache.poi.common.usermodel.Hyperlink.getType()</a>
 <div class="block"><i>POI 3.15 beta 3. Use <a href="org/apache/poi/common/usermodel/Hyperlink.html#getTypeEnum()"><code>Hyperlink.getTypeEnum()</code></a>
  getType will return a HyperlinkType enum in the future.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hssf/usermodel/HSSFHyperlink.html#getType()">org.apache.poi.hssf.usermodel.HSSFHyperlink.getType()</a>
 <div class="block"><i>POI 3.15. Use <a href="org/apache/poi/hssf/usermodel/HSSFHyperlink.html#getTypeEnum()"><code>HSSFHyperlink.getTypeEnum()</code></a> instead.
  getType will return a HyperlinkType enum in the future.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hslf/usermodel/HSLFHyperlink.html#getType()">org.apache.poi.hslf.usermodel.HSLFHyperlink.getType()</a>
 <div class="block"><i>POI 3.15 beta 3. Use <a href="org/apache/poi/hslf/usermodel/HSLFHyperlink.html#getTypeEnum()"><code>HSLFHyperlink.getTypeEnum()</code></a></i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/xssf/usermodel/XSSFHyperlink.html#getType()">org.apache.poi.xssf.usermodel.XSSFHyperlink.getType()</a>
 <div class="block"><i>POI 3.15 beta 3. Use <a href="org/apache/poi/xssf/usermodel/XSSFHyperlink.html#getTypeEnum()"><code>XSSFHyperlink.getTypeEnum()</code></a> instead.
  getType will return a HyperlinkType enum in the future.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/model/types/LFOLVLBaseAbstractType.html#getUnused1()">org.apache.poi.hwpf.model.types.LFOLVLBaseAbstractType.getUnused1()</a>
 <div class="block"><i>This field should not be used according to specification</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/model/types/LFOLVLBaseAbstractType.html#getUnused2()">org.apache.poi.hwpf.model.types.LFOLVLBaseAbstractType.getUnused2()</a>
 <div class="block"><i>This field should not be used according to specification</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getVerticalAlignment()">org.apache.poi.hssf.usermodel.HSSFCellStyle.getVerticalAlignment()</a>
 <div class="block"><i>POI 3.15 beta 3. Use <a href="org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getVerticalAlignmentEnum()"><code>HSSFCellStyle.getVerticalAlignmentEnum()</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/ss/usermodel/CellStyle.html#getVerticalAlignment()">org.apache.poi.ss.usermodel.CellStyle.getVerticalAlignment()</a>
 <div class="block"><i>POI 3.15 beta 3. Use <a href="org/apache/poi/ss/usermodel/CellStyle.html#getVerticalAlignmentEnum()"><code>CellStyle.getVerticalAlignmentEnum()</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/xssf/usermodel/XSSFCellStyle.html#getVerticalAlignment()">org.apache.poi.xssf.usermodel.XSSFCellStyle.getVerticalAlignment()</a>
 <div class="block"><i>POI 3.15 beta 3. Use <a href="org/apache/poi/xssf/usermodel/XSSFCellStyle.html#getVerticalAlignmentEnum()"><code>XSSFCellStyle.getVerticalAlignmentEnum()</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/POIXMLDocument.html#hasOOXMLHeader(java.io.InputStream)">org.apache.poi.POIXMLDocument.hasOOXMLHeader(InputStream)</a>
 <div class="block"><i>use the method from DocumentFactoryHelper, deprecated as of 3.15-beta1, therefore eligible for removal in 3.17</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/usermodel/Range.html#insertAfter(org.apache.poi.hwpf.usermodel.ParagraphProperties,%20int)">org.apache.poi.hwpf.usermodel.Range.insertAfter(ParagraphProperties, int)</a>
 <div class="block"><i>POI 3.8 beta 4. Use code shall not work with <a href="org/apache/poi/hwpf/usermodel/ParagraphProperties.html" title="class in org.apache.poi.hwpf.usermodel"><code>ParagraphProperties</code></a></i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/usermodel/Range.html#insertAfter(org.apache.poi.hwpf.usermodel.ParagraphProperties,%20int,%20java.lang.String)">org.apache.poi.hwpf.usermodel.Range.insertAfter(ParagraphProperties, int, String)</a>
 <div class="block"><i>POI 3.8 beta 4. Use code shall not work with <a href="org/apache/poi/hwpf/usermodel/ParagraphProperties.html" title="class in org.apache.poi.hwpf.usermodel"><code>ParagraphProperties</code></a></i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/ss/util/CellReference.html#isColumnWithnRange(java.lang.String,%20org.apache.poi.ss.SpreadsheetVersion)">org.apache.poi.ss.util.CellReference.isColumnWithnRange(String, SpreadsheetVersion)</a>
 <div class="block"><i>3.15 beta 2. Use <a href="org/apache/poi/ss/util/CellReference.html#isColumnWithinRange(java.lang.String,%20org.apache.poi.ss.SpreadsheetVersion)"><code>CellReference.isColumnWithinRange(java.lang.String, org.apache.poi.ss.SpreadsheetVersion)</code></a>.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/ddf/EscherBoolProperty.html#isFalse()">org.apache.poi.ddf.EscherBoolProperty.isFalse()</a>
 <div class="block"><i>use !isTrue() instead, planed to be removed in POI 3.17</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/model/types/FibBaseAbstractType.html#isFEmptySpecial()">org.apache.poi.hwpf.model.types.FibBaseAbstractType.isFEmptySpecial()</a>
 <div class="block"><i>This field should not be used according to specification</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/model/types/FibBaseAbstractType.html#isFMac()">org.apache.poi.hwpf.model.types.FibBaseAbstractType.isFMac()</a>
 <div class="block"><i>This field should not be used according to specification</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/model/types/FibBaseAbstractType.html#isReserved1()">org.apache.poi.hwpf.model.types.FibBaseAbstractType.isReserved1()</a>
 <div class="block"><i>This field should not be used according to specification</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/model/types/FibBaseAbstractType.html#isReserved2()">org.apache.poi.hwpf.model.types.FibBaseAbstractType.isReserved2()</a>
 <div class="block"><i>This field should not be used according to specification</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/ss/util/CellReference.html#isRowWithnRange(java.lang.String,%20org.apache.poi.ss.SpreadsheetVersion)">org.apache.poi.ss.util.CellReference.isRowWithnRange(String, SpreadsheetVersion)</a>
 <div class="block"><i>3.15 beta 2. Use <a href="org/apache/poi/ss/util/CellReference.html#isRowWithinRange(java.lang.String,%20org.apache.poi.ss.SpreadsheetVersion)"><code>CellReference.isRowWithinRange(java.lang.String, org.apache.poi.ss.SpreadsheetVersion)</code></a></i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/xwpf/usermodel/XWPFRun.html#isStrike()">org.apache.poi.xwpf.usermodel.XWPFRun.isStrike()</a></td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/model/types/LSTFAbstractType.html#isUnused1()">org.apache.poi.hwpf.model.types.LSTFAbstractType.isUnused1()</a>
 <div class="block"><i>This field should not be used according to specification</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/model/types/LVLFAbstractType.html#isUnused1()">org.apache.poi.hwpf.model.types.LVLFAbstractType.isUnused1()</a>
 <div class="block"><i>This field should not be used according to specification</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hwpf/model/types/LSTFAbstractType.html#isUnused2()">org.apache.poi.hwpf.model.types.LSTFAbstractType.isUnused2()</a>
 <div class="block"><i>This field should not be used according to specification</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/xssf/model/CommentsTable.html#newComment(java.lang.String)">org.apache.poi.xssf.model.CommentsTable.newComment(String)</a>
 <div class="block"><i>2015-11-23 (circa POI 3.14beta1). Use <a href="org/apache/poi/xssf/model/CommentsTable.html#newComment(org.apache.poi.ss.util.CellAddress)"><code>CommentsTable.newComment(CellAddress)</code></a> instead</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hssf/model/HSSFFormulaParser.html#parse(java.lang.String,%20org.apache.poi.hssf.usermodel.HSSFWorkbook,%20int)">org.apache.poi.hssf.model.HSSFFormulaParser.parse(String, HSSFWorkbook, int)</a>
 <div class="block"><i>POI 3.15 beta 3. Use <a href="org/apache/poi/hssf/model/HSSFFormulaParser.html#parse(java.lang.String,%20org.apache.poi.hssf.usermodel.HSSFWorkbook,%20org.apache.poi.ss.formula.FormulaType)"><code>HSSFFormulaParser.parse(String, HSSFWorkbook, FormulaType)</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hssf/model/HSSFFormulaParser.html#parse(java.lang.String,%20org.apache.poi.hssf.usermodel.HSSFWorkbook,%20int,%20int)">org.apache.poi.hssf.model.HSSFFormulaParser.parse(String, HSSFWorkbook, int, int)</a>
 <div class="block"><i>POI 3.15 beta 3. Use <a href="org/apache/poi/hssf/model/HSSFFormulaParser.html#parse(java.lang.String,%20org.apache.poi.hssf.usermodel.HSSFWorkbook,%20org.apache.poi.ss.formula.FormulaType,%20int)"><code>HSSFFormulaParser.parse(String, HSSFWorkbook, FormulaType, int)</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hssf/record/DrawingRecord.html#processContinueRecord(byte[])">org.apache.poi.hssf.record.DrawingRecord.processContinueRecord(byte[])</a>
 <div class="block"><i>POI 3.9</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hssf/record/RecordInputStream.html#readAllContinuedRemainder()">org.apache.poi.hssf.record.RecordInputStream.readAllContinuedRemainder()</a>
 <div class="block"><i>POI 2.0 Best to write a input stream that wraps this one
              where there is special sub record that may overlap continue
              records.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/xssf/model/CommentsTable.html#referenceUpdated(java.lang.String,%20org.openxmlformats.schemas.spreadsheetml.x2006.main.CTComment)">org.apache.poi.xssf.model.CommentsTable.referenceUpdated(String, CTComment)</a>
 <div class="block"><i>2015-11-23 (circa POI 3.14beta1). Use <a href="org/apache/poi/xssf/model/CommentsTable.html#referenceUpdated(org.apache.poi.ss.util.CellAddress,%20org.openxmlformats.schemas.spreadsheetml.x2006.main.CTComment)"><code>CommentsTable.referenceUpdated(CellAddress, CTComment)</code></a> instead</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/xssf/model/CommentsTable.html#removeComment(java.lang.String)">org.apache.poi.xssf.model.CommentsTable.removeComment(String)</a>
 <div class="block"><i>2015-11-23 (circa POI 3.14beta1). Use <a href="org/apache/poi/xssf/model/CommentsTable.html#removeComment(org.apache.poi.ss.util.CellAddress)"><code>CommentsTable.removeComment(CellAddress)</code></a> instead</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/xssf/streaming/SXSSFWorkbook.html#removeName(int)">org.apache.poi.xssf.streaming.SXSSFWorkbook.removeName(int)</a>
 <div class="block"><i>3.16. New projects should use <a href="org/apache/poi/xssf/streaming/SXSSFWorkbook.html#removeName(org.apache.poi.ss.usermodel.Name)"><code>SXSSFWorkbook.removeName(Name)</code></a>.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/xssf/usermodel/XSSFWorkbook.html#removeName(int)">org.apache.poi.xssf.usermodel.XSSFWorkbook.removeName(int)</a>
 <div class="block"><i>3.16. New projects should use <a href="org/apache/poi/xssf/usermodel/XSSFWorkbook.html#removeName(org.apache.poi.ss.usermodel.Name)"><code>XSSFWorkbook.removeName(Name)</code></a>.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/xssf/streaming/SXSSFWorkbook.html#removeName(java.lang.String)">org.apache.poi.xssf.streaming.SXSSFWorkbook.removeName(String)</a>
 <div class="block"><i>3.16. New projects should use <a href="org/apache/poi/xssf/streaming/SXSSFWorkbook.html#removeName(org.apache.poi.ss.usermodel.Name)"><code>SXSSFWorkbook.removeName(Name)</code></a>.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/xssf/usermodel/XSSFWorkbook.html#removeName(java.lang.String)">org.apache.poi.xssf.usermodel.XSSFWorkbook.removeName(String)</a>
 <div class="block"><i>3.16. New projects should use <a href="org/apache/poi/xssf/usermodel/XSSFWorkbook.html#removeName(org.apache.poi.ss.usermodel.Name)"><code>XSSFWorkbook.removeName(Name)</code></a>.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/xssf/usermodel/XSSFSheet.html#setActiveCell(java.lang.String)">org.apache.poi.xssf.usermodel.XSSFSheet.setActiveCell(String)</a>
 <div class="block"><i>3.14beta2 (circa 2015-12-05). Use <a href="org/apache/poi/xssf/usermodel/XSSFSheet.html#setActiveCell(org.apache.poi.ss.util.CellAddress)"><code>XSSFSheet.setActiveCell(CellAddress)</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/ss/util/CellUtil.html#setAlignment(org.apache.poi.ss.usermodel.Cell,%20org.apache.poi.ss.usermodel.Workbook,%20short)">org.apache.poi.ss.util.CellUtil.setAlignment(Cell, Workbook, short)</a>
 <div class="block"><i>3.15-beta2. Use <a href="org/apache/poi/ss/util/CellUtil.html#setAlignment(org.apache.poi.ss.usermodel.Cell,%20org.apache.poi.ss.usermodel.HorizontalAlignment)"><code>CellUtil.setAlignment(Cell, HorizontalAlignment)</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hssf/util/HSSFCellUtil.html#setAlignment(org.apache.poi.hssf.usermodel.HSSFCell,%20org.apache.poi.ss.usermodel.HorizontalAlignment)">org.apache.poi.hssf.util.HSSFCellUtil.setAlignment(HSSFCell, HorizontalAlignment)</a>
 <div class="block"><i>3.15 beta2. Removed in 3.17. Use <a href="org/apache/poi/ss/util/CellUtil.html#setAlignment(org.apache.poi.ss.usermodel.Cell,%20org.apache.poi.ss.usermodel.Workbook,%20short)"><code>CellUtil.setAlignment(org.apache.poi.ss.usermodel.Cell, org.apache.poi.ss.usermodel.Workbook, short)</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hssf/util/HSSFCellUtil.html#setAlignment(org.apache.poi.hssf.usermodel.HSSFCell,%20org.apache.poi.hssf.usermodel.HSSFWorkbook,%20short)">org.apache.poi.hssf.util.HSSFCellUtil.setAlignment(HSSFCell, HSSFWorkbook, short)</a>
 <div class="block"><i>3.15 beta2. Removed in 3.17. Use <a href="org/apache/poi/ss/util/CellUtil.html#setAlignment(org.apache.poi.ss.usermodel.Cell,%20org.apache.poi.ss.usermodel.Workbook,%20short)"><code>CellUtil.setAlignment(org.apache.poi.ss.usermodel.Cell, org.apache.poi.ss.usermodel.Workbook, short)</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hssf/usermodel/HSSFCellStyle.html#setAlignment(short)">org.apache.poi.hssf.usermodel.HSSFCellStyle.setAlignment(short)</a>
 <div class="block"><i>POI 3.15 beta 3. Use <a href="org/apache/poi/hssf/usermodel/HSSFCellStyle.html#setAlignment(org.apache.poi.ss.usermodel.HorizontalAlignment)"><code>HSSFCellStyle.setAlignment(HorizontalAlignment)</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/ss/usermodel/CellStyle.html#setAlignment(short)">org.apache.poi.ss.usermodel.CellStyle.setAlignment(short)</a>
 <div class="block"><i>POI 3.15 beta 3. Use <a href="org/apache/poi/ss/usermodel/CellStyle.html#setAlignment(org.apache.poi.ss.usermodel.HorizontalAlignment)"><code>CellStyle.setAlignment(HorizontalAlignment)</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/xssf/usermodel/XSSFCellStyle.html#setAlignment(short)">org.apache.poi.xssf.usermodel.XSSFCellStyle.setAlignment(short)</a>
 <div class="block"><i>POI 3.15 beta 3. Use <a href="org/apache/poi/xssf/usermodel/XSSFCellStyle.html#setAlignment(org.apache.poi.ss.usermodel.HorizontalAlignment)"><code>XSSFCellStyle.setAlignment(HorizontalAlignment)</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hssf/usermodel/HSSFClientAnchor.html#setAnchorType(int)">org.apache.poi.hssf.usermodel.HSSFClientAnchor.setAnchorType(int)</a>
 <div class="block"><i>POI 3.15. Use <a href="org/apache/poi/ss/usermodel/ClientAnchor.html#setAnchorType(org.apache.poi.ss.usermodel.ClientAnchor.AnchorType)"><code>ClientAnchor.setAnchorType(AnchorType)</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/ss/usermodel/ClientAnchor.html#setAnchorType(int)">org.apache.poi.ss.usermodel.ClientAnchor.setAnchorType(int)</a>
 <div class="block"><i>POI 3.15. Use <a href="org/apache/poi/ss/usermodel/ClientAnchor.html#setAnchorType(org.apache.poi.ss.usermodel.ClientAnchor.AnchorType)"><code>ClientAnchor.setAnchorType(AnchorType)</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/xssf/usermodel/XSSFClientAnchor.html#setAnchorType(int)">org.apache.poi.xssf.usermodel.XSSFClientAnchor.setAnchorType(int)</a>
 <div class="block"><i>POI 3.15. Use <a href="org/apache/poi/ss/usermodel/ClientAnchor.html#setAnchorType(org.apache.poi.ss.usermodel.ClientAnchor.AnchorType)"><code>ClientAnchor.setAnchorType(AnchorType)</code></a> instead</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hssf/usermodel/HSSFFont.html#setBoldweight(short)">org.apache.poi.hssf.usermodel.HSSFFont.setBoldweight(short)</a>
 <div class="block"><i>3.15 beta 2. Scheduled for removal in 3.17. Use <a href="org/apache/poi/hssf/usermodel/HSSFFont.html#setBold(boolean)"><code>HSSFFont.setBold(boolean)</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/ss/usermodel/Font.html#setBoldweight(short)">org.apache.poi.ss.usermodel.Font.setBoldweight(short)</a>
 <div class="block"><i>3.15 beta 2. Scheduled for removal in 3.17. Use <a href="org/apache/poi/ss/usermodel/Font.html#setBold(boolean)"><code>Font.setBold(boolean)</code></a>.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/xssf/usermodel/XSSFFont.html#setBoldweight(short)">org.apache.poi.xssf.usermodel.XSSFFont.setBoldweight(short)</a>
 <div class="block"><i>3.15 beta 2. Scheduled for removal in 3.17. Use <a href="org/apache/poi/xssf/usermodel/XSSFFont.html#setBold(boolean)"><code>XSSFFont.setBold(boolean)</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/ss/util/RegionUtil.html#setBorderBottom(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)">org.apache.poi.ss.util.RegionUtil.setBorderBottom(int, CellRangeAddress, Sheet)</a>
 <div class="block"><i>POI 3.16 beta 1. Use <a href="org/apache/poi/ss/util/RegionUtil.html#setBorderBottom(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>RegionUtil.setBorderBottom(BorderStyle, CellRangeAddress, Sheet)</code></a>.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/ss/util/RegionUtil.html#setBorderBottom(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet,%20org.apache.poi.ss.usermodel.Workbook)">org.apache.poi.ss.util.RegionUtil.setBorderBottom(int, CellRangeAddress, Sheet, Workbook)</a>
 <div class="block"><i>3.15 beta 2. Use <a href="org/apache/poi/ss/util/RegionUtil.html#setBorderBottom(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>RegionUtil.setBorderBottom(BorderStyle, CellRangeAddress, Sheet)</code></a>.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hssf/usermodel/HSSFCellStyle.html#setBorderBottom(short)">org.apache.poi.hssf.usermodel.HSSFCellStyle.setBorderBottom(short)</a>
 <div class="block"><i>3.15 beta 2. Use <a href="org/apache/poi/hssf/usermodel/HSSFCellStyle.html#setBorderBottom(org.apache.poi.ss.usermodel.BorderStyle)"><code>HSSFCellStyle.setBorderBottom(BorderStyle)</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/ss/usermodel/CellStyle.html#setBorderBottom(short)">org.apache.poi.ss.usermodel.CellStyle.setBorderBottom(short)</a>
 <div class="block"><i>3.15 beta 2. Use <a href="org/apache/poi/ss/usermodel/CellStyle.html#setBorderBottom(org.apache.poi.ss.usermodel.BorderStyle)"><code>CellStyle.setBorderBottom(BorderStyle)</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/ss/usermodel/BorderFormatting.html#setBorderBottom(short)">org.apache.poi.ss.usermodel.BorderFormatting.setBorderBottom(short)</a>
 <div class="block"><i>3.15 beta 2. Use <a href="org/apache/poi/ss/usermodel/BorderFormatting.html#setBorderBottom(org.apache.poi.ss.usermodel.BorderStyle)"><code>BorderFormatting.setBorderBottom(BorderStyle)</code></a></i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setBorderBottom(short)">org.apache.poi.xssf.usermodel.XSSFBorderFormatting.setBorderBottom(short)</a>
 <div class="block"><i>3.15 beta 2. Use <a href="org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setBorderBottom(org.apache.poi.ss.usermodel.BorderStyle)"><code>XSSFBorderFormatting.setBorderBottom(BorderStyle)</code></a></i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/xssf/usermodel/XSSFCellStyle.html#setBorderBottom(short)">org.apache.poi.xssf.usermodel.XSSFCellStyle.setBorderBottom(short)</a>
 <div class="block"><i>3.15 beta 2. Use <a href="org/apache/poi/xssf/usermodel/XSSFCellStyle.html#setBorderBottom(org.apache.poi.ss.usermodel.BorderStyle)"><code>XSSFCellStyle.setBorderBottom(BorderStyle)</code></a></i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/ss/usermodel/BorderFormatting.html#setBorderDiagonal(short)">org.apache.poi.ss.usermodel.BorderFormatting.setBorderDiagonal(short)</a>
 <div class="block"><i>3.15 beta 2. Use <a href="org/apache/poi/ss/usermodel/BorderFormatting.html#setBorderDiagonal(org.apache.poi.ss.usermodel.BorderStyle)"><code>BorderFormatting.setBorderDiagonal(BorderStyle)</code></a></i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setBorderDiagonal(short)">org.apache.poi.xssf.usermodel.XSSFBorderFormatting.setBorderDiagonal(short)</a>
 <div class="block"><i>3.15 beta 2. Use <a href="org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setBorderDiagonal(org.apache.poi.ss.usermodel.BorderStyle)"><code>XSSFBorderFormatting.setBorderDiagonal(BorderStyle)</code></a></i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/ss/util/RegionUtil.html#setBorderLeft(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)">org.apache.poi.ss.util.RegionUtil.setBorderLeft(int, CellRangeAddress, Sheet)</a>
 <div class="block"><i>3.16 beta 1. Use <a href="org/apache/poi/ss/util/RegionUtil.html#setBorderLeft(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>RegionUtil.setBorderLeft(BorderStyle, CellRangeAddress, Sheet)</code></a>.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/ss/util/RegionUtil.html#setBorderLeft(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet,%20org.apache.poi.ss.usermodel.Workbook)">org.apache.poi.ss.util.RegionUtil.setBorderLeft(int, CellRangeAddress, Sheet, Workbook)</a>
 <div class="block"><i>3.15 beta 2. Use <a href="org/apache/poi/ss/util/RegionUtil.html#setBorderLeft(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>RegionUtil.setBorderLeft(BorderStyle, CellRangeAddress, Sheet)</code></a>.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/hssf/usermodel/HSSFCellStyle.html#setBorderLeft(short)">org.apache.poi.hssf.usermodel.HSSFCellStyle.setBorderLeft(short)</a>
 <div class="block"><i>3.15 beta 2. Use <a href="org/apache/poi/hssf/usermodel/HSSFCellStyle.html#setBorderLeft(org.apache.poi.ss.usermodel.BorderStyle)"><code>HSSFCellStyle.setBorderLeft(BorderStyle)</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/ss/usermodel/CellStyle.html#setBorderLeft(short)">org.apache.poi.ss.usermodel.CellStyle.setBorderLeft(short)</a>
 <div class="block"><i>3.15 beta 2. Use <a href="org/apache/poi/ss/usermodel/CellStyle.html#setBorderLeft(org.apache.poi.ss.usermodel.BorderStyle)"><code>CellStyle.setBorderLeft(BorderStyle)</code></a> instead</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/ss/usermodel/BorderFormatting.html#setBorderLeft(short)">org.apache.poi.ss.usermodel.BorderFormatting.setBorderLeft(short)</a>
 <div class="block"><i>3.15 beta 2. Use <a href="org/apache/poi/ss/usermodel/BorderFormatting.html#setBorderLeft(org.apache.poi.ss.usermodel.BorderStyle)"><code>BorderFormatting.setBorderLeft(BorderStyle)</code></a></i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setBorderLeft(short)">org.apache.poi.xssf.usermodel.XSSFBorderFormatting.setBorderLeft(short)</a>
 <div class="block"><i>3.15 beta 2. Use <a href="org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setBorderLeft(org.apache.poi.ss.usermodel.BorderStyle)"><code>XSSFBorderFormatting.setBorderLeft(BorderStyle)</code></a></i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/xssf/usermodel/XSSFCellStyle.html#setBorderLeft(short)">org.apache.poi.xssf.usermodel.XSSFCellStyle.setBorderLeft(short)</a>
 <div class="block"><i>3.15 beta 2. Use <a href="org/apache/poi/xssf/usermodel/XSSFCellStyle.html#setBorderLeft(org.apache.poi.ss.usermodel.BorderStyle)"><code>XSSFCellStyle.setBorderLeft(BorderStyle)</code></a></i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/ss/util/RegionUtil.html#setBorderRight(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)">org.apache.poi.ss.util.RegionUtil.setBorderRight(int, CellRangeAddress, Sheet)</a>
 <div class="block"><i>POI 3.16 beta 1. Use <a href="org/apache/poi/ss/util/RegionUtil.html#setBorderRight(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>RegionUtil.setBorderRight(BorderStyle, CellRangeAddress, Sheet)</code></a>.</i></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/ss/util/RegionUtil.html#setBorderRight(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet,%20org.apache.poi.ss.usermodel.Workbook)">org.apache.poi.ss.util.RegionUtil.setBorderRight(int, CellRangeAddress, Sheet, Workbook)</a>
 <div class="block"><i>3.15 beta 2. Use <a href="org/apache/poi/ss/util/RegionUtil.html#setBorderRight(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>RegionUtil.setBorderRight(BorderStyle, CellRangeAddress, Sheet)</code></a>.</i></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/poi/hssf/usermodel/HSSFCellStyle.html#setBorderRight(short)">org.apache.poi.hssf.usermodel.HSSFCellStyle.setBorderRight(short)</a>
 <div class="block"><i>3.15 beta 2. Use <a href="org/apache/poi/hssf/usermodel/HSSFCellStyle.html#setBorderRight(org.apache.poi.ss.usermodel.BorderStyle)"><code>HSSFCellStyle.setBorderRight(BorderStyle)</code></a> instead.</i></div>
 </td>
 </tr>
-<tr class="rowColor">

[... 343 lines stripped ...]



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