Modified: poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFRow.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFRow.html?rev=1800381&r1=1800380&r2=1800381&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFRow.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFRow.html Fri Jun 30 12:12:42 2017 @@ -87,13 +87,6 @@ <div class="block">usermodel package maps HSSF low level strutures to familiar workbook/sheet model</div> </td> </tr> -<tr class="altColor"> -<td class="colFirst"><a href="#org.apache.poi.hssf.util">org.apache.poi.hssf.util</a></td> -<td class="colLast"> -<div class="block">util package contains tools needed for writing HSSF files that are not necesarily "real" -HSSF concepts.</div> -</td> -</tr> </tbody> </table> </li> @@ -187,68 +180,6 @@ HSSF concepts.</div> </td> </tr> </tbody> -</table> -</li> -<li class="blockList"><a name="org.apache.poi.hssf.util"> -<!-- --> -</a> -<h3>Uses of <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFRow.html" title="class in org.apache.poi.hssf.usermodel">HSSFRow</a> in <a href="../../../../../../org/apache/poi/hssf/util/package-summary.html">org.apache.poi.hssf.util</a></h3> -<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> -<caption><span>Methods in <a href="../../../../../../org/apache/poi/hssf/util/package-summary.html">org.apache.poi.hssf.util</a> that return <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFRow.html" title="class in org.apache.poi.hssf.usermodel">HSSFRow</a></span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th class="colLast" scope="col">Method and Description</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFRow.html" title="class in org.apache.poi.hssf.usermodel">HSSFRow</a></code></td> -<td class="colLast"><span class="strong">HSSFCellUtil.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/util/HSSFCellUtil.html#getRow(int,%20org.apache.poi.hssf.usermodel.HSSFSheet)">getRow</a></strong>(int rowIndex, - <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFSheet.html" title="class in org.apache.poi.hssf.usermodel">HSSFSheet</a> sheet)</code> -<div class="block"><strong>Deprecated.</strong> -<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> -</div> -</td> -</tr> -</tbody> -</table> -<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> -<caption><span>Methods in <a href="../../../../../../org/apache/poi/hssf/util/package-summary.html">org.apache.poi.hssf.util</a> with parameters of type <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFRow.html" title="class in org.apache.poi.hssf.usermodel">HSSFRow</a></span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th class="colLast" scope="col">Method and Description</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFCell.html" title="class in org.apache.poi.hssf.usermodel">HSSFCell</a></code></td> -<td class="colLast"><span class="strong">HSSFCellUtil.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/util/HSSFCellUtil.html#createCell(org.apache.poi.hssf.usermodel.HSSFRow,%20int,%20java.lang.String)">createCell</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFRow.html" title="class in org.apache.poi.hssf.usermodel">HSSFRow</a> row, - int column, - java.lang.String value)</code> -<div class="block"><strong>Deprecated.</strong> -<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> -</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static <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">HSSFCellUtil.</span><code><strong><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)">createCell</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFRow.html" title="class in org.apache.poi.hssf.usermodel">HSSFRow</a> row, - int column, - java.lang.String value, - <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFCellStyle.html" title="class in org.apache.poi.hssf.usermodel">HSSFCellStyle</a> style)</code> -<div class="block"><strong>Deprecated.</strong> -<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> -</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static <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">HSSFCellUtil.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/util/HSSFCellUtil.html#getCell(org.apache.poi.hssf.usermodel.HSSFRow,%20int)">getCell</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFRow.html" title="class in org.apache.poi.hssf.usermodel">HSSFRow</a> row, - int columnIndex)</code> -<div class="block"><strong>Deprecated.</strong> -<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> -</div> -</td> -</tr> -</tbody> </table> </li> </ul>
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=1800381&r1=1800380&r2=1800381&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 Fri Jun 30 12:12:42 2017 @@ -460,15 +460,6 @@ HSSF concepts.</div> </tr> <tbody> <tr class="altColor"> -<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFRow.html" title="class in org.apache.poi.hssf.usermodel">HSSFRow</a></code></td> -<td class="colLast"><span class="strong">HSSFCellUtil.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/util/HSSFCellUtil.html#getRow(int,%20org.apache.poi.hssf.usermodel.HSSFSheet)">getRow</a></strong>(int rowIndex, - <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFSheet.html" title="class in org.apache.poi.hssf.usermodel">HSSFSheet</a> sheet)</code> -<div class="block"><strong>Deprecated.</strong> -<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> -</div> -</td> -</tr> -<tr class="rowColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><span class="strong">HSSFRegionUtil.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/util/HSSFRegionUtil.html#setBorderBottom(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.hssf.usermodel.HSSFSheet,%20org.apache.poi.hssf.usermodel.HSSFWorkbook)">setBorderBottom</a></strong>(int border, <a href="../../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, @@ -477,7 +468,7 @@ HSSF concepts.</div> <div class="block">Sets the borderBottom attribute of the HSSFRegionUtil object</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><span class="strong">HSSFRegionUtil.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/util/HSSFRegionUtil.html#setBorderLeft(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.hssf.usermodel.HSSFSheet,%20org.apache.poi.hssf.usermodel.HSSFWorkbook)">setBorderLeft</a></strong>(int border, <a href="../../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, @@ -487,7 +478,7 @@ HSSF concepts.</div> of the individual cells on the left</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><span class="strong">HSSFRegionUtil.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/util/HSSFRegionUtil.html#setBorderRight(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.hssf.usermodel.HSSFSheet,%20org.apache.poi.hssf.usermodel.HSSFWorkbook)">setBorderRight</a></strong>(int border, <a href="../../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, @@ -496,7 +487,7 @@ HSSF concepts.</div> <div class="block">Sets the borderRight attribute of the HSSFRegionUtil object</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><span class="strong">HSSFRegionUtil.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/util/HSSFRegionUtil.html#setBorderTop(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.hssf.usermodel.HSSFSheet,%20org.apache.poi.hssf.usermodel.HSSFWorkbook)">setBorderTop</a></strong>(int border, <a href="../../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, @@ -505,7 +496,7 @@ HSSF concepts.</div> <div class="block">Sets the borderBottom attribute of the HSSFRegionUtil object</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><span class="strong">HSSFRegionUtil.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/util/HSSFRegionUtil.html#setBottomBorderColor(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.hssf.usermodel.HSSFSheet,%20org.apache.poi.hssf.usermodel.HSSFWorkbook)">setBottomBorderColor</a></strong>(int color, <a href="../../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, @@ -514,7 +505,7 @@ HSSF concepts.</div> <div class="block">Sets the bottomBorderColor attribute of the HSSFRegionUtil object</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><span class="strong">HSSFRegionUtil.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/util/HSSFRegionUtil.html#setLeftBorderColor(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.hssf.usermodel.HSSFSheet,%20org.apache.poi.hssf.usermodel.HSSFWorkbook)">setLeftBorderColor</a></strong>(int color, <a href="../../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, @@ -523,7 +514,7 @@ HSSF concepts.</div> <div class="block">Sets the leftBorderColor attribute of the HSSFRegionUtil object</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><span class="strong">HSSFRegionUtil.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/util/HSSFRegionUtil.html#setRightBorderColor(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.hssf.usermodel.HSSFSheet,%20org.apache.poi.hssf.usermodel.HSSFWorkbook)">setRightBorderColor</a></strong>(int color, <a href="../../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, @@ -532,7 +523,7 @@ HSSF concepts.</div> <div class="block">Sets the rightBorderColor attribute of the HSSFRegionUtil object</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><span class="strong">HSSFRegionUtil.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/util/HSSFRegionUtil.html#setTopBorderColor(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.hssf.usermodel.HSSFSheet,%20org.apache.poi.hssf.usermodel.HSSFWorkbook)">setTopBorderColor</a></strong>(int color, <a href="../../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, 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=1800381&r1=1800380&r2=1800381&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 Fri Jun 30 12:12:42 2017 @@ -282,27 +282,6 @@ HSSF concepts.</div> int sheetIndex)</code> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a>[]</code></td> -<td class="colLast"><span class="strong">HSSFFormulaParser.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/model/HSSFFormulaParser.html#parse(java.lang.String,%20org.apache.poi.hssf.usermodel.HSSFWorkbook,%20int)">parse</a></strong>(java.lang.String formula, - <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html" title="class in org.apache.poi.hssf.usermodel">HSSFWorkbook</a> workbook, - int formulaType)</code> -<div class="block"><strong>Deprecated.</strong> -<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> -</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a>[]</code></td> -<td class="colLast"><span class="strong">HSSFFormulaParser.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/model/HSSFFormulaParser.html#parse(java.lang.String,%20org.apache.poi.hssf.usermodel.HSSFWorkbook,%20int,%20int)">parse</a></strong>(java.lang.String formula, - <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html" title="class in org.apache.poi.hssf.usermodel">HSSFWorkbook</a> workbook, - int formulaType, - int sheetIndex)</code> -<div class="block"><strong>Deprecated.</strong> -<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> -</div> -</td> -</tr> -<tr class="rowColor"> <td class="colFirst"><code>static java.lang.String</code></td> <td class="colLast"><span class="strong">HSSFFormulaParser.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/model/HSSFFormulaParser.html#toFormulaString(org.apache.poi.hssf.usermodel.HSSFWorkbook,%20org.apache.poi.ss.formula.ptg.Ptg[])">toFormulaString</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html" title="class in org.apache.poi.hssf.usermodel">HSSFWorkbook</a> book, <a href="../../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a>[] ptgs)</code> @@ -505,16 +484,6 @@ HSSF concepts.</div> <tbody> <tr class="altColor"> <td class="colFirst"><code>static void</code></td> -<td class="colLast"><span class="strong">HSSFCellUtil.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/util/HSSFCellUtil.html#setAlignment(org.apache.poi.hssf.usermodel.HSSFCell,%20org.apache.poi.hssf.usermodel.HSSFWorkbook,%20short)">setAlignment</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFCell.html" title="class in org.apache.poi.hssf.usermodel">HSSFCell</a> cell, - <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html" title="class in org.apache.poi.hssf.usermodel">HSSFWorkbook</a> workbook, - short align)</code> -<div class="block"><strong>Deprecated.</strong> -<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> -</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static void</code></td> <td class="colLast"><span class="strong">HSSFRegionUtil.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/util/HSSFRegionUtil.html#setBorderBottom(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.hssf.usermodel.HSSFSheet,%20org.apache.poi.hssf.usermodel.HSSFWorkbook)">setBorderBottom</a></strong>(int border, <a href="../../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFSheet.html" title="class in org.apache.poi.hssf.usermodel">HSSFSheet</a> sheet, @@ -522,7 +491,7 @@ HSSF concepts.</div> <div class="block">Sets the borderBottom attribute of the HSSFRegionUtil object</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><span class="strong">HSSFRegionUtil.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/util/HSSFRegionUtil.html#setBorderLeft(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.hssf.usermodel.HSSFSheet,%20org.apache.poi.hssf.usermodel.HSSFWorkbook)">setBorderLeft</a></strong>(int border, <a href="../../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, @@ -532,7 +501,7 @@ HSSF concepts.</div> of the individual cells on the left</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><span class="strong">HSSFRegionUtil.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/util/HSSFRegionUtil.html#setBorderRight(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.hssf.usermodel.HSSFSheet,%20org.apache.poi.hssf.usermodel.HSSFWorkbook)">setBorderRight</a></strong>(int border, <a href="../../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, @@ -541,7 +510,7 @@ HSSF concepts.</div> <div class="block">Sets the borderRight attribute of the HSSFRegionUtil object</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><span class="strong">HSSFRegionUtil.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/util/HSSFRegionUtil.html#setBorderTop(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.hssf.usermodel.HSSFSheet,%20org.apache.poi.hssf.usermodel.HSSFWorkbook)">setBorderTop</a></strong>(int border, <a href="../../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, @@ -550,7 +519,7 @@ HSSF concepts.</div> <div class="block">Sets the borderBottom attribute of the HSSFRegionUtil object</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><span class="strong">HSSFRegionUtil.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/util/HSSFRegionUtil.html#setBottomBorderColor(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.hssf.usermodel.HSSFSheet,%20org.apache.poi.hssf.usermodel.HSSFWorkbook)">setBottomBorderColor</a></strong>(int color, <a href="../../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, @@ -559,29 +528,8 @@ HSSF concepts.</div> <div class="block">Sets the bottomBorderColor attribute of the HSSFRegionUtil object</div> </td> </tr> -<tr class="altColor"> -<td class="colFirst"><code>static void</code></td> -<td class="colLast"><span class="strong">HSSFCellUtil.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/util/HSSFCellUtil.html#setCellStyleProperty(org.apache.poi.hssf.usermodel.HSSFCell,%20org.apache.poi.hssf.usermodel.HSSFWorkbook,%20java.lang.String,%20java.lang.Object)">setCellStyleProperty</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFCell.html" title="class in org.apache.poi.hssf.usermodel">HSSFCell</a> cell, - <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html" title="class in org.apache.poi.hssf.usermodel">HSSFWorkbook</a> workbook, - java.lang.String propertyName, - java.lang.Object propertyValue)</code> -<div class="block"><strong>Deprecated.</strong> -<div class="block"><i>3.15 beta2. Removed in 3.17. Use <a href="../../../../../../org/apache/poi/ss/util/CellUtil.html#setCellStyleProperty(org.apache.poi.ss.usermodel.Cell,%20org.apache.poi.ss.usermodel.Workbook,%20java.lang.String,%20java.lang.Object)"><code>CellUtil.setCellStyleProperty(org.apache.poi.ss.usermodel.Cell, org.apache.poi.ss.usermodel.Workbook, java.lang.String, java.lang.Object)</code></a> instead.</i></div> -</div> -</td> -</tr> <tr class="rowColor"> <td class="colFirst"><code>static void</code></td> -<td class="colLast"><span class="strong">HSSFCellUtil.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/util/HSSFCellUtil.html#setFont(org.apache.poi.hssf.usermodel.HSSFCell,%20org.apache.poi.hssf.usermodel.HSSFWorkbook,%20org.apache.poi.hssf.usermodel.HSSFFont)">setFont</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFCell.html" title="class in org.apache.poi.hssf.usermodel">HSSFCell</a> cell, - <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html" title="class in org.apache.poi.hssf.usermodel">HSSFWorkbook</a> workbook, - <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFFont.html" title="class in org.apache.poi.hssf.usermodel">HSSFFont</a> font)</code> -<div class="block"><strong>Deprecated.</strong> -<div class="block"><i>3.15 beta2. Removed in 3.17. Use <a href="../../../../../../org/apache/poi/ss/util/CellUtil.html#setFont(org.apache.poi.ss.usermodel.Cell,%20org.apache.poi.ss.usermodel.Workbook,%20org.apache.poi.ss.usermodel.Font)"><code>CellUtil.setFont(org.apache.poi.ss.usermodel.Cell, org.apache.poi.ss.usermodel.Workbook, org.apache.poi.ss.usermodel.Font)</code></a> instead.</i></div> -</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static void</code></td> <td class="colLast"><span class="strong">HSSFRegionUtil.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/util/HSSFRegionUtil.html#setLeftBorderColor(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.hssf.usermodel.HSSFSheet,%20org.apache.poi.hssf.usermodel.HSSFWorkbook)">setLeftBorderColor</a></strong>(int color, <a href="../../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFSheet.html" title="class in org.apache.poi.hssf.usermodel">HSSFSheet</a> sheet, @@ -589,7 +537,7 @@ HSSF concepts.</div> <div class="block">Sets the leftBorderColor attribute of the HSSFRegionUtil object</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><span class="strong">HSSFRegionUtil.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/util/HSSFRegionUtil.html#setRightBorderColor(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.hssf.usermodel.HSSFSheet,%20org.apache.poi.hssf.usermodel.HSSFWorkbook)">setRightBorderColor</a></strong>(int color, <a href="../../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, @@ -598,7 +546,7 @@ HSSF concepts.</div> <div class="block">Sets the rightBorderColor attribute of the HSSFRegionUtil object</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><span class="strong">HSSFRegionUtil.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/util/HSSFRegionUtil.html#setTopBorderColor(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.hssf.usermodel.HSSFSheet,%20org.apache.poi.hssf.usermodel.HSSFWorkbook)">setTopBorderColor</a></strong>(int color, <a href="../../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, Modified: poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/package-use.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/package-use.html?rev=1800381&r1=1800380&r2=1800381&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/package-use.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/package-use.html Fri Jun 30 12:12:42 2017 @@ -554,26 +554,6 @@ HSSF concepts.</div> </tr> <tbody> <tr class="altColor"> -<td class="colOne"><a href="../../../../../org/apache/poi/hssf/usermodel/class-use/HSSFCell.html#org.apache.poi.hssf.util">HSSFCell</a> -<div class="block">High level representation of a cell in a row of a spreadsheet.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colOne"><a href="../../../../../org/apache/poi/hssf/usermodel/class-use/HSSFCellStyle.html#org.apache.poi.hssf.util">HSSFCellStyle</a> -<div class="block">High level representation of the style of a cell in a sheet of a workbook.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colOne"><a href="../../../../../org/apache/poi/hssf/usermodel/class-use/HSSFFont.html#org.apache.poi.hssf.util">HSSFFont</a> -<div class="block">Represents a Font used in a workbook.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colOne"><a href="../../../../../org/apache/poi/hssf/usermodel/class-use/HSSFRow.html#org.apache.poi.hssf.util">HSSFRow</a> -<div class="block">High level representation of a row of a spreadsheet.</div> -</td> -</tr> -<tr class="altColor"> <td class="colOne"><a href="../../../../../org/apache/poi/hssf/usermodel/class-use/HSSFSheet.html#org.apache.poi.hssf.util">HSSFSheet</a> <div class="block">High level representation of a worksheet.</div> </td> Modified: poi/site/publish/apidocs/org/apache/poi/hssf/util/CellReference.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/util/CellReference.html?rev=1800381&r1=1800380&r2=1800381&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hssf/util/CellReference.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hssf/util/CellReference.html Fri Jun 30 12:12:42 2017 @@ -39,7 +39,7 @@ <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/poi/hssf/util/CellRangeAddress8Bit.html" title="class in org.apache.poi.hssf.util"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../org/apache/poi/hssf/util/HSSFCellUtil.html" title="class in org.apache.poi.hssf.util"><span class="strong">Next Class</span></a></li> +<li><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.html" title="class in org.apache.poi.hssf.util"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/poi/hssf/util/CellReference.html" target="_top">Frames</a></li> @@ -272,7 +272,7 @@ extends <a href="../../../../../org/apac <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/poi/hssf/util/CellRangeAddress8Bit.html" title="class in org.apache.poi.hssf.util"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../org/apache/poi/hssf/util/HSSFCellUtil.html" title="class in org.apache.poi.hssf.util"><span class="strong">Next Class</span></a></li> +<li><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.html" title="class in org.apache.poi.hssf.util"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/poi/hssf/util/CellReference.html" target="_top">Frames</a></li> Modified: poi/site/publish/apidocs/org/apache/poi/hssf/util/HSSFColor.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/util/HSSFColor.html?rev=1800381&r1=1800380&r2=1800381&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hssf/util/HSSFColor.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hssf/util/HSSFColor.html Fri Jun 30 12:12:42 2017 @@ -38,7 +38,7 @@ </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../org/apache/poi/hssf/util/HSSFCellUtil.html" title="class in org.apache.poi.hssf.util"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/poi/hssf/util/CellReference.html" title="class in org.apache.poi.hssf.util"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.AQUA.html" title="class in org.apache.poi.hssf.util"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> @@ -788,7 +788,7 @@ implements <a href="../../../../../org/a </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../org/apache/poi/hssf/util/HSSFCellUtil.html" title="class in org.apache.poi.hssf.util"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/poi/hssf/util/CellReference.html" title="class in org.apache.poi.hssf.util"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.AQUA.html" title="class in org.apache.poi.hssf.util"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> Modified: poi/site/publish/apidocs/org/apache/poi/hssf/util/package-frame.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/util/package-frame.html?rev=1800381&r1=1800380&r2=1800381&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hssf/util/package-frame.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hssf/util/package-frame.html Fri Jun 30 12:12:42 2017 @@ -13,7 +13,6 @@ <li><a href="AreaReference.html" title="class in org.apache.poi.hssf.util" target="classFrame">AreaReference</a></li> <li><a href="CellRangeAddress8Bit.html" title="class in org.apache.poi.hssf.util" target="classFrame">CellRangeAddress8Bit</a></li> <li><a href="CellReference.html" title="class in org.apache.poi.hssf.util" target="classFrame">CellReference</a></li> -<li><a href="HSSFCellUtil.html" title="class in org.apache.poi.hssf.util" target="classFrame">HSSFCellUtil</a></li> <li><a href="HSSFColor.html" title="class in org.apache.poi.hssf.util" target="classFrame">HSSFColor</a></li> <li><a href="HSSFColor.AQUA.html" title="class in org.apache.poi.hssf.util" target="classFrame">HSSFColor.AQUA</a></li> <li><a href="HSSFColor.AUTOMATIC.html" title="class in org.apache.poi.hssf.util" target="classFrame">HSSFColor.AUTOMATIC</a></li> Modified: poi/site/publish/apidocs/org/apache/poi/hssf/util/package-summary.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/util/package-summary.html?rev=1800381&r1=1800380&r2=1800381&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hssf/util/package-summary.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hssf/util/package-summary.html Fri Jun 30 12:12:42 2017 @@ -105,325 +105,319 @@ HSSF concepts.</div> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFCellUtil.html" title="class in org.apache.poi.hssf.util">HSSFCellUtil</a></td> -<td class="colLast">Deprecated -<div class="block"><i>3.15 beta2.</i></div> -</td> -</tr> -<tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.html" title="class in org.apache.poi.hssf.util">HSSFColor</a></td> <td class="colLast"> <div class="block">Intends to provide support for the very evil index to triplet issue and will likely replace the color constants interface for HSSF 2.0.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.AQUA.html" title="class in org.apache.poi.hssf.util">HSSFColor.AQUA</a></td> <td class="colLast">Deprecated <div class="block"><i>use <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html" title="enum in org.apache.poi.hssf.util"><code>HSSFColor.HSSFColorPredefined</code></a> instead</i></div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.AUTOMATIC.html" title="class in org.apache.poi.hssf.util">HSSFColor.AUTOMATIC</a></td> <td class="colLast">Deprecated <div class="block"><i>use <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html" title="enum in org.apache.poi.hssf.util"><code>HSSFColor.HSSFColorPredefined</code></a> instead</i></div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.BLACK.html" title="class in org.apache.poi.hssf.util">HSSFColor.BLACK</a></td> <td class="colLast">Deprecated <div class="block"><i>use <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html" title="enum in org.apache.poi.hssf.util"><code>HSSFColor.HSSFColorPredefined</code></a> instead</i></div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.BLUE.html" title="class in org.apache.poi.hssf.util">HSSFColor.BLUE</a></td> <td class="colLast">Deprecated <div class="block"><i>use <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html" title="enum in org.apache.poi.hssf.util"><code>HSSFColor.HSSFColorPredefined</code></a> instead</i></div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.BLUE_GREY.html" title="class in org.apache.poi.hssf.util">HSSFColor.BLUE_GREY</a></td> <td class="colLast">Deprecated <div class="block"><i>use <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html" title="enum in org.apache.poi.hssf.util"><code>HSSFColor.HSSFColorPredefined</code></a> instead</i></div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.BRIGHT_GREEN.html" title="class in org.apache.poi.hssf.util">HSSFColor.BRIGHT_GREEN</a></td> <td class="colLast">Deprecated <div class="block"><i>use <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html" title="enum in org.apache.poi.hssf.util"><code>HSSFColor.HSSFColorPredefined</code></a> instead</i></div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.BROWN.html" title="class in org.apache.poi.hssf.util">HSSFColor.BROWN</a></td> <td class="colLast">Deprecated <div class="block"><i>use <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html" title="enum in org.apache.poi.hssf.util"><code>HSSFColor.HSSFColorPredefined</code></a> instead</i></div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.CORAL.html" title="class in org.apache.poi.hssf.util">HSSFColor.CORAL</a></td> <td class="colLast">Deprecated <div class="block"><i>use <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html" title="enum in org.apache.poi.hssf.util"><code>HSSFColor.HSSFColorPredefined</code></a> instead</i></div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.CORNFLOWER_BLUE.html" title="class in org.apache.poi.hssf.util">HSSFColor.CORNFLOWER_BLUE</a></td> <td class="colLast">Deprecated <div class="block"><i>use <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html" title="enum in org.apache.poi.hssf.util"><code>HSSFColor.HSSFColorPredefined</code></a> instead</i></div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.DARK_BLUE.html" title="class in org.apache.poi.hssf.util">HSSFColor.DARK_BLUE</a></td> <td class="colLast">Deprecated <div class="block"><i>use <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html" title="enum in org.apache.poi.hssf.util"><code>HSSFColor.HSSFColorPredefined</code></a> instead</i></div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.DARK_GREEN.html" title="class in org.apache.poi.hssf.util">HSSFColor.DARK_GREEN</a></td> <td class="colLast">Deprecated <div class="block"><i>use <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html" title="enum in org.apache.poi.hssf.util"><code>HSSFColor.HSSFColorPredefined</code></a> instead</i></div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.DARK_RED.html" title="class in org.apache.poi.hssf.util">HSSFColor.DARK_RED</a></td> <td class="colLast">Deprecated <div class="block"><i>use <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html" title="enum in org.apache.poi.hssf.util"><code>HSSFColor.HSSFColorPredefined</code></a> instead</i></div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.DARK_TEAL.html" title="class in org.apache.poi.hssf.util">HSSFColor.DARK_TEAL</a></td> <td class="colLast">Deprecated <div class="block"><i>use <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html" title="enum in org.apache.poi.hssf.util"><code>HSSFColor.HSSFColorPredefined</code></a> instead</i></div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.DARK_YELLOW.html" title="class in org.apache.poi.hssf.util">HSSFColor.DARK_YELLOW</a></td> <td class="colLast">Deprecated <div class="block"><i>use <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html" title="enum in org.apache.poi.hssf.util"><code>HSSFColor.HSSFColorPredefined</code></a> instead</i></div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.GOLD.html" title="class in org.apache.poi.hssf.util">HSSFColor.GOLD</a></td> <td class="colLast">Deprecated <div class="block"><i>use <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html" title="enum in org.apache.poi.hssf.util"><code>HSSFColor.HSSFColorPredefined</code></a> instead</i></div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.GREEN.html" title="class in org.apache.poi.hssf.util">HSSFColor.GREEN</a></td> <td class="colLast">Deprecated <div class="block"><i>use <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html" title="enum in org.apache.poi.hssf.util"><code>HSSFColor.HSSFColorPredefined</code></a> instead</i></div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.GREY_25_PERCENT.html" title="class in org.apache.poi.hssf.util">HSSFColor.GREY_25_PERCENT</a></td> <td class="colLast">Deprecated <div class="block"><i>use <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html" title="enum in org.apache.poi.hssf.util"><code>HSSFColor.HSSFColorPredefined</code></a> instead</i></div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.GREY_40_PERCENT.html" title="class in org.apache.poi.hssf.util">HSSFColor.GREY_40_PERCENT</a></td> <td class="colLast">Deprecated <div class="block"><i>use <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html" title="enum in org.apache.poi.hssf.util"><code>HSSFColor.HSSFColorPredefined</code></a> instead</i></div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.GREY_50_PERCENT.html" title="class in org.apache.poi.hssf.util">HSSFColor.GREY_50_PERCENT</a></td> <td class="colLast">Deprecated <div class="block"><i>use <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html" title="enum in org.apache.poi.hssf.util"><code>HSSFColor.HSSFColorPredefined</code></a> instead</i></div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.GREY_80_PERCENT.html" title="class in org.apache.poi.hssf.util">HSSFColor.GREY_80_PERCENT</a></td> <td class="colLast">Deprecated <div class="block"><i>use <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html" title="enum in org.apache.poi.hssf.util"><code>HSSFColor.HSSFColorPredefined</code></a> instead</i></div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.INDIGO.html" title="class in org.apache.poi.hssf.util">HSSFColor.INDIGO</a></td> <td class="colLast">Deprecated <div class="block"><i>use <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html" title="enum in org.apache.poi.hssf.util"><code>HSSFColor.HSSFColorPredefined</code></a> instead</i></div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.LAVENDER.html" title="class in org.apache.poi.hssf.util">HSSFColor.LAVENDER</a></td> <td class="colLast">Deprecated <div class="block"><i>use <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html" title="enum in org.apache.poi.hssf.util"><code>HSSFColor.HSSFColorPredefined</code></a> instead</i></div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.LEMON_CHIFFON.html" title="class in org.apache.poi.hssf.util">HSSFColor.LEMON_CHIFFON</a></td> <td class="colLast">Deprecated <div class="block"><i>use <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html" title="enum in org.apache.poi.hssf.util"><code>HSSFColor.HSSFColorPredefined</code></a> instead</i></div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.LIGHT_BLUE.html" title="class in org.apache.poi.hssf.util">HSSFColor.LIGHT_BLUE</a></td> <td class="colLast">Deprecated <div class="block"><i>use <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html" title="enum in org.apache.poi.hssf.util"><code>HSSFColor.HSSFColorPredefined</code></a> instead</i></div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.LIGHT_CORNFLOWER_BLUE.html" title="class in org.apache.poi.hssf.util">HSSFColor.LIGHT_CORNFLOWER_BLUE</a></td> <td class="colLast">Deprecated <div class="block"><i>use <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html" title="enum in org.apache.poi.hssf.util"><code>HSSFColor.HSSFColorPredefined</code></a> instead</i></div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.LIGHT_GREEN.html" title="class in org.apache.poi.hssf.util">HSSFColor.LIGHT_GREEN</a></td> <td class="colLast">Deprecated <div class="block"><i>use <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html" title="enum in org.apache.poi.hssf.util"><code>HSSFColor.HSSFColorPredefined</code></a> instead</i></div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.LIGHT_ORANGE.html" title="class in org.apache.poi.hssf.util">HSSFColor.LIGHT_ORANGE</a></td> <td class="colLast">Deprecated <div class="block"><i>use <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html" title="enum in org.apache.poi.hssf.util"><code>HSSFColor.HSSFColorPredefined</code></a> instead</i></div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.LIGHT_TURQUOISE.html" title="class in org.apache.poi.hssf.util">HSSFColor.LIGHT_TURQUOISE</a></td> <td class="colLast">Deprecated <div class="block"><i>use <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html" title="enum in org.apache.poi.hssf.util"><code>HSSFColor.HSSFColorPredefined</code></a> instead</i></div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.LIGHT_YELLOW.html" title="class in org.apache.poi.hssf.util">HSSFColor.LIGHT_YELLOW</a></td> <td class="colLast">Deprecated <div class="block"><i>use <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html" title="enum in org.apache.poi.hssf.util"><code>HSSFColor.HSSFColorPredefined</code></a> instead</i></div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.LIME.html" title="class in org.apache.poi.hssf.util">HSSFColor.LIME</a></td> <td class="colLast">Deprecated <div class="block"><i>use <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html" title="enum in org.apache.poi.hssf.util"><code>HSSFColor.HSSFColorPredefined</code></a> instead</i></div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.MAROON.html" title="class in org.apache.poi.hssf.util">HSSFColor.MAROON</a></td> <td class="colLast">Deprecated <div class="block"><i>use <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html" title="enum in org.apache.poi.hssf.util"><code>HSSFColor.HSSFColorPredefined</code></a> instead</i></div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.OLIVE_GREEN.html" title="class in org.apache.poi.hssf.util">HSSFColor.OLIVE_GREEN</a></td> <td class="colLast">Deprecated <div class="block"><i>use <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html" title="enum in org.apache.poi.hssf.util"><code>HSSFColor.HSSFColorPredefined</code></a> instead</i></div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.ORANGE.html" title="class in org.apache.poi.hssf.util">HSSFColor.ORANGE</a></td> <td class="colLast">Deprecated <div class="block"><i>use <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html" title="enum in org.apache.poi.hssf.util"><code>HSSFColor.HSSFColorPredefined</code></a> instead</i></div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.ORCHID.html" title="class in org.apache.poi.hssf.util">HSSFColor.ORCHID</a></td> <td class="colLast">Deprecated <div class="block"><i>use <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html" title="enum in org.apache.poi.hssf.util"><code>HSSFColor.HSSFColorPredefined</code></a> instead</i></div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.PALE_BLUE.html" title="class in org.apache.poi.hssf.util">HSSFColor.PALE_BLUE</a></td> <td class="colLast">Deprecated <div class="block"><i>use <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html" title="enum in org.apache.poi.hssf.util"><code>HSSFColor.HSSFColorPredefined</code></a> instead</i></div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.PINK.html" title="class in org.apache.poi.hssf.util">HSSFColor.PINK</a></td> <td class="colLast">Deprecated <div class="block"><i>use <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html" title="enum in org.apache.poi.hssf.util"><code>HSSFColor.HSSFColorPredefined</code></a> instead</i></div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.PLUM.html" title="class in org.apache.poi.hssf.util">HSSFColor.PLUM</a></td> <td class="colLast">Deprecated <div class="block"><i>use <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html" title="enum in org.apache.poi.hssf.util"><code>HSSFColor.HSSFColorPredefined</code></a> instead</i></div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.RED.html" title="class in org.apache.poi.hssf.util">HSSFColor.RED</a></td> <td class="colLast">Deprecated <div class="block"><i>use <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html" title="enum in org.apache.poi.hssf.util"><code>HSSFColor.HSSFColorPredefined</code></a> instead</i></div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.ROSE.html" title="class in org.apache.poi.hssf.util">HSSFColor.ROSE</a></td> <td class="colLast">Deprecated <div class="block"><i>use <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html" title="enum in org.apache.poi.hssf.util"><code>HSSFColor.HSSFColorPredefined</code></a> instead</i></div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.ROYAL_BLUE.html" title="class in org.apache.poi.hssf.util">HSSFColor.ROYAL_BLUE</a></td> <td class="colLast">Deprecated <div class="block"><i>use <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html" title="enum in org.apache.poi.hssf.util"><code>HSSFColor.HSSFColorPredefined</code></a> instead</i></div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.SEA_GREEN.html" title="class in org.apache.poi.hssf.util">HSSFColor.SEA_GREEN</a></td> <td class="colLast">Deprecated <div class="block"><i>use <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html" title="enum in org.apache.poi.hssf.util"><code>HSSFColor.HSSFColorPredefined</code></a> instead</i></div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.SKY_BLUE.html" title="class in org.apache.poi.hssf.util">HSSFColor.SKY_BLUE</a></td> <td class="colLast">Deprecated <div class="block"><i>use <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html" title="enum in org.apache.poi.hssf.util"><code>HSSFColor.HSSFColorPredefined</code></a> instead</i></div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.TAN.html" title="class in org.apache.poi.hssf.util">HSSFColor.TAN</a></td> <td class="colLast">Deprecated <div class="block"><i>use <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html" title="enum in org.apache.poi.hssf.util"><code>HSSFColor.HSSFColorPredefined</code></a> instead</i></div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.TEAL.html" title="class in org.apache.poi.hssf.util">HSSFColor.TEAL</a></td> <td class="colLast">Deprecated <div class="block"><i>use <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html" title="enum in org.apache.poi.hssf.util"><code>HSSFColor.HSSFColorPredefined</code></a> instead</i></div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.TURQUOISE.html" title="class in org.apache.poi.hssf.util">HSSFColor.TURQUOISE</a></td> <td class="colLast">Deprecated <div class="block"><i>use <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html" title="enum in org.apache.poi.hssf.util"><code>HSSFColor.HSSFColorPredefined</code></a> instead</i></div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.VIOLET.html" title="class in org.apache.poi.hssf.util">HSSFColor.VIOLET</a></td> <td class="colLast">Deprecated <div class="block"><i>use <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html" title="enum in org.apache.poi.hssf.util"><code>HSSFColor.HSSFColorPredefined</code></a> instead</i></div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.WHITE.html" title="class in org.apache.poi.hssf.util">HSSFColor.WHITE</a></td> <td class="colLast">Deprecated <div class="block"><i>use <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html" title="enum in org.apache.poi.hssf.util"><code>HSSFColor.HSSFColorPredefined</code></a> instead</i></div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.YELLOW.html" title="class in org.apache.poi.hssf.util">HSSFColor.YELLOW</a></td> <td class="colLast">Deprecated <div class="block"><i>use <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html" title="enum in org.apache.poi.hssf.util"><code>HSSFColor.HSSFColorPredefined</code></a> instead</i></div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/HSSFRegionUtil.html" title="class in org.apache.poi.hssf.util">HSSFRegionUtil</a></td> <td class="colLast"> <div class="block">Various utility functions that make working with a region of cells easier.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/LazilyConcatenatedByteArray.html" title="class in org.apache.poi.hssf.util">LazilyConcatenatedByteArray</a></td> <td class="colLast"> <div class="block">Utility for delaying the concatenation of multiple byte arrays.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/PaneInformation.html" title="class in org.apache.poi.hssf.util">PaneInformation</a></td> <td class="colLast">Deprecated <div class="block"><i>POI 3.15 beta 3.</i></div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/RKUtil.html" title="class in org.apache.poi.hssf.util">RKUtil</a></td> <td class="colLast"> <div class="block">Utility class for helping convert RK numbers.</div> Modified: poi/site/publish/apidocs/org/apache/poi/hssf/util/package-tree.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/util/package-tree.html?rev=1800381&r1=1800380&r2=1800381&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hssf/util/package-tree.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hssf/util/package-tree.html Fri Jun 30 12:12:42 2017 @@ -91,7 +91,6 @@ <li type="circle">org.apache.poi.hssf.util.<a href="../../../../../org/apache/poi/hssf/util/CellReference.html" title="class in org.apache.poi.hssf.util"><span class="strong">CellReference</span></a></li> </ul> </li> -<li type="circle">org.apache.poi.hssf.util.<a href="../../../../../org/apache/poi/hssf/util/HSSFCellUtil.html" title="class in org.apache.poi.hssf.util"><span class="strong">HSSFCellUtil</span></a></li> <li type="circle">org.apache.poi.hssf.util.<a href="../../../../../org/apache/poi/hssf/util/HSSFColor.html" title="class in org.apache.poi.hssf.util"><span class="strong">HSSFColor</span></a> (implements org.apache.poi.ss.usermodel.<a href="../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a>) <ul> <li type="circle">org.apache.poi.hssf.util.<a href="../../../../../org/apache/poi/hssf/util/HSSFColor.AQUA.html" title="class in org.apache.poi.hssf.util"><span class="strong">HSSFColor.AQUA</span></a></li> Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/Hyperlink.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/Hyperlink.html?rev=1800381&r1=1800380&r2=1800381&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/Hyperlink.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/Hyperlink.html Fri Jun 30 12:12:42 2017 @@ -105,21 +105,6 @@ extends <a href="../../../../../org/apac <div class="summary"> <ul class="blockList"> <li class="blockList"> -<!-- =========== FIELD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="field_summary"> -<!-- --> -</a> -<h3>Field Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_org.apache.poi.common.usermodel.Hyperlink"> -<!-- --> -</a> -<h3>Fields inherited from interface org.apache.poi.common.usermodel.<a href="../../../../../org/apache/poi/common/usermodel/Hyperlink.html" title="interface in org.apache.poi.common.usermodel">Hyperlink</a></h3> -<code><a href="../../../../../org/apache/poi/common/usermodel/Hyperlink.html#LINK_DOCUMENT">LINK_DOCUMENT</a>, <a href="../../../../../org/apache/poi/common/usermodel/Hyperlink.html#LINK_EMAIL">LINK_EMAIL</a>, <a href="../../../../../org/apache/poi/common/usermodel/Hyperlink.html#LINK_FILE">LINK_FILE</a>, <a href="../../../../../org/apache/poi/common/usermodel/Hyperlink.html#LINK_URL">LINK_URL</a></code></li> -</ul> -</li> -</ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/class-use/FormulaParseException.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/class-use/FormulaParseException.html?rev=1800381&r1=1800380&r2=1800381&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ss/formula/class-use/FormulaParseException.html (original) +++ poi/site/publish/apidocs/org/apache/poi/ss/formula/class-use/FormulaParseException.html Fri Jun 30 12:12:42 2017 @@ -127,27 +127,6 @@ <a href="../../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in org.apache.poi.ss.formula">FormulaType</a> formulaType, int sheetIndex)</code> </td> </tr> -<tr class="rowColor"> -<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a>[]</code></td> -<td class="colLast"><span class="strong">HSSFFormulaParser.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/model/HSSFFormulaParser.html#parse(java.lang.String,%20org.apache.poi.hssf.usermodel.HSSFWorkbook,%20int)">parse</a></strong>(java.lang.String formula, - <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html" title="class in org.apache.poi.hssf.usermodel">HSSFWorkbook</a> workbook, - int formulaType)</code> -<div class="block"><strong>Deprecated.</strong> -<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> -</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a>[]</code></td> -<td class="colLast"><span class="strong">HSSFFormulaParser.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/model/HSSFFormulaParser.html#parse(java.lang.String,%20org.apache.poi.hssf.usermodel.HSSFWorkbook,%20int,%20int)">parse</a></strong>(java.lang.String formula, - <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html" title="class in org.apache.poi.hssf.usermodel">HSSFWorkbook</a> workbook, - int formulaType, - int sheetIndex)</code> -<div class="block"><strong>Deprecated.</strong> -<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> -</div> -</td> -</tr> </tbody> </table> </li> Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/class-use/Ptg.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/class-use/Ptg.html?rev=1800381&r1=1800380&r2=1800381&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/class-use/Ptg.html (original) +++ poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/class-use/Ptg.html Fri Jun 30 12:12:42 2017 @@ -169,27 +169,6 @@ <a href="../../../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in org.apache.poi.ss.formula">FormulaType</a> formulaType, int sheetIndex)</code> </td> </tr> -<tr class="rowColor"> -<td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a>[]</code></td> -<td class="colLast"><span class="strong">HSSFFormulaParser.</span><code><strong><a href="../../../../../../../org/apache/poi/hssf/model/HSSFFormulaParser.html#parse(java.lang.String,%20org.apache.poi.hssf.usermodel.HSSFWorkbook,%20int)">parse</a></strong>(java.lang.String formula, - <a href="../../../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html" title="class in org.apache.poi.hssf.usermodel">HSSFWorkbook</a> workbook, - int formulaType)</code> -<div class="block"><strong>Deprecated.</strong> -<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> -</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a>[]</code></td> -<td class="colLast"><span class="strong">HSSFFormulaParser.</span><code><strong><a href="../../../../../../../org/apache/poi/hssf/model/HSSFFormulaParser.html#parse(java.lang.String,%20org.apache.poi.hssf.usermodel.HSSFWorkbook,%20int,%20int)">parse</a></strong>(java.lang.String formula, - <a href="../../../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html" title="class in org.apache.poi.hssf.usermodel">HSSFWorkbook</a> workbook, - int formulaType, - int sheetIndex)</code> -<div class="block"><strong>Deprecated.</strong> -<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> -</div> -</td> -</tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
