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 2017/11/01 11:22:51 UTC

svn commit: r1813967 [14/14] - in /poi/site/publish/apidocs: ./ org/apache/poi/ org/apache/poi/class-use/ org/apache/poi/hmef/ org/apache/poi/hpsf/ org/apache/poi/hslf/usermodel/ org/apache/poi/hssf/converter/ org/apache/poi/hssf/record/common/ org/apa...

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFRow.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFRow.html?rev=1813967&r1=1813966&r2=1813967&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFRow.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFRow.html Wed Nov  1 11:22:49 2017
@@ -17,8 +17,8 @@
     catch(err) {
     }
 //-->
-var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":42,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]};
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
 var tableTab = "tableTab";
@@ -166,7 +166,7 @@ implements <a href="../../../../../org/a
 </a>
 <h3>Method Summary</h3>
 <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
-<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t6" class="tableTab"><span><a href="javascript:show(32);">Deprecated Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
 <th class="colLast" scope="col">Method and Description</th>
@@ -209,165 +209,156 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <tr id="i5" class="rowColor">
-<td class="colFirst"><code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFCell.html" title="class in org.apache.poi.xssf.usermodel">XSSFCell</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html#createCell-int-int-">createCell</a></span>(int&nbsp;columnIndex,
-          int&nbsp;type)</code>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
-<div class="block"><span class="deprecationComment">POI 3.15 beta 3. Use <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html#createCell-int-org.apache.poi.ss.usermodel.CellType-"><code>createCell(int, CellType)</code></a> instead.</span></div>
-</div>
-</td>
-</tr>
-<tr id="i6" class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html#equals-java.lang.Object-">equals</a></span>(java.lang.Object&nbsp;obj)</code>&nbsp;</td>
 </tr>
-<tr id="i7" class="rowColor">
+<tr id="i6" class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFCell.html" title="class in org.apache.poi.xssf.usermodel">XSSFCell</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html#getCell-int-">getCell</a></span>(int&nbsp;cellnum)</code>
 <div class="block">Returns the cell at the given (0 based) index,
   with the <a href="../../../../../org/apache/poi/ss/usermodel/Row.MissingCellPolicy.html" title="enum in org.apache.poi.ss.usermodel"><code>Row.MissingCellPolicy</code></a> from the parent Workbook.</div>
 </td>
 </tr>
-<tr id="i8" class="altColor">
+<tr id="i7" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFCell.html" title="class in org.apache.poi.xssf.usermodel">XSSFCell</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html#getCell-int-org.apache.poi.ss.usermodel.Row.MissingCellPolicy-">getCell</a></span>(int&nbsp;cellnum,
        <a href="../../../../../org/apache/poi/ss/usermodel/Row.MissingCellPolicy.html" title="enum in org.apache.poi.ss.usermodel">Row.MissingCellPolicy</a>&nbsp;policy)</code>
 <div class="block">Returns the cell at the given (0 based) index, with the specified <a href="../../../../../org/apache/poi/ss/usermodel/Row.MissingCellPolicy.html" title="enum in org.apache.poi.ss.usermodel"><code>Row.MissingCellPolicy</code></a></div>
 </td>
 </tr>
-<tr id="i9" class="rowColor">
+<tr id="i8" class="altColor">
 <td class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRow</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html#getCTRow--">getCTRow</a></span>()</code>
 <div class="block">Returns the underlying CTRow xml bean containing all cell definitions in this row</div>
 </td>
 </tr>
-<tr id="i10" class="altColor">
+<tr id="i9" class="rowColor">
 <td class="colFirst"><code>short</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html#getFirstCellNum--">getFirstCellNum</a></span>()</code>
 <div class="block">Get the number of the first cell contained in this row.</div>
 </td>
 </tr>
-<tr id="i11" class="rowColor">
+<tr id="i10" class="altColor">
 <td class="colFirst"><code>short</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html#getHeight--">getHeight</a></span>()</code>
 <div class="block">Get the row's height measured in twips (1/20th of a point).</div>
 </td>
 </tr>
-<tr id="i12" class="altColor">
+<tr id="i11" class="rowColor">
 <td class="colFirst"><code>float</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html#getHeightInPoints--">getHeightInPoints</a></span>()</code>
 <div class="block">Returns row height measured in point size.</div>
 </td>
 </tr>
-<tr id="i13" class="rowColor">
+<tr id="i12" class="altColor">
 <td class="colFirst"><code>short</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html#getLastCellNum--">getLastCellNum</a></span>()</code>
 <div class="block">Gets the index of the last cell contained in this row <b>PLUS ONE</b>.</div>
 </td>
 </tr>
-<tr id="i14" class="altColor">
+<tr id="i13" class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html#getOutlineLevel--">getOutlineLevel</a></span>()</code>
 <div class="block">Returns the rows outline level.</div>
 </td>
 </tr>
-<tr id="i15" class="rowColor">
+<tr id="i14" class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html#getPhysicalNumberOfCells--">getPhysicalNumberOfCells</a></span>()</code>
 <div class="block">Gets the number of defined cells (NOT number of cells in the actual row!).</div>
 </td>
 </tr>
-<tr id="i16" class="altColor">
+<tr id="i15" class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html#getRowNum--">getRowNum</a></span>()</code>
 <div class="block">Get row number this row represents</div>
 </td>
 </tr>
-<tr id="i17" class="rowColor">
+<tr id="i16" class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFCellStyle.html" title="class in org.apache.poi.xssf.usermodel">XSSFCellStyle</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html#getRowStyle--">getRowStyle</a></span>()</code>
 <div class="block">Returns the whole-row cell style.</div>
 </td>
 </tr>
-<tr id="i18" class="altColor">
+<tr id="i17" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html" title="class in org.apache.poi.xssf.usermodel">XSSFSheet</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html#getSheet--">getSheet</a></span>()</code>
 <div class="block">Returns the XSSFSheet this row belongs to</div>
 </td>
 </tr>
-<tr id="i19" class="rowColor">
+<tr id="i18" class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html#getZeroHeight--">getZeroHeight</a></span>()</code>
 <div class="block">Get whether or not to display this row with 0 height</div>
 </td>
 </tr>
-<tr id="i20" class="altColor">
+<tr id="i19" class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html#hashCode--">hashCode</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i21" class="rowColor">
+<tr id="i20" class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html#isFormatted--">isFormatted</a></span>()</code>
 <div class="block">Is this row formatted? Most aren't, but some rows
   do have whole-row styles.</div>
 </td>
 </tr>
-<tr id="i22" class="altColor">
+<tr id="i21" class="rowColor">
 <td class="colFirst"><code>java.util.Iterator&lt;<a href="../../../../../org/apache/poi/ss/usermodel/Cell.html" title="interface in org.apache.poi.ss.usermodel">Cell</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html#iterator--">iterator</a></span>()</code>
 <div class="block">Alias for <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html#cellIterator--"><code>cellIterator()</code></a> to allow  foreach loops:
  </div>
 </td>
 </tr>
-<tr id="i23" class="rowColor">
+<tr id="i22" class="altColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html#onDocumentWrite--">onDocumentWrite</a></span>()</code>
 <div class="block">Fired when the document is written to an output stream.</div>
 </td>
 </tr>
-<tr id="i24" class="altColor">
+<tr id="i23" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html#removeCell-org.apache.poi.ss.usermodel.Cell-">removeCell</a></span>(<a href="../../../../../org/apache/poi/ss/usermodel/Cell.html" title="interface in org.apache.poi.ss.usermodel">Cell</a>&nbsp;cell)</code>
 <div class="block">Remove the Cell from this row.</div>
 </td>
 </tr>
-<tr id="i25" class="rowColor">
+<tr id="i24" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html#setHeight-short-">setHeight</a></span>(short&nbsp;height)</code>
 <div class="block">Set the height in "twips" or  1/20th of a point.</div>
 </td>
 </tr>
-<tr id="i26" class="altColor">
+<tr id="i25" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html#setHeightInPoints-float-">setHeightInPoints</a></span>(float&nbsp;height)</code>
 <div class="block">Set the row's height in points.</div>
 </td>
 </tr>
-<tr id="i27" class="rowColor">
+<tr id="i26" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html#setRowNum-int-">setRowNum</a></span>(int&nbsp;rowIndex)</code>
 <div class="block">Set the row number of this row.</div>
 </td>
 </tr>
-<tr id="i28" class="altColor">
+<tr id="i27" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html#setRowStyle-org.apache.poi.ss.usermodel.CellStyle-">setRowStyle</a></span>(<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html" title="interface in org.apache.poi.ss.usermodel">CellStyle</a>&nbsp;style)</code>
 <div class="block">Applies a whole-row cell styling to the row.</div>
 </td>
 </tr>
-<tr id="i29" class="rowColor">
+<tr id="i28" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html#setZeroHeight-boolean-">setZeroHeight</a></span>(boolean&nbsp;height)</code>
 <div class="block">Set whether or not to display this row with 0 height</div>
 </td>
 </tr>
-<tr id="i30" class="altColor">
+<tr id="i29" class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html#shift-int-">shift</a></span>(int&nbsp;n)</code>
 <div class="block">update cell references when shifting rows</div>
 </td>
 </tr>
-<tr id="i31" class="rowColor">
+<tr id="i30" class="altColor">
 <td class="colFirst"><code>java.lang.String</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html#toString--">toString</a></span>()</code>&nbsp;</td>
 </tr>
@@ -568,37 +559,6 @@ implements <a href="../../../../../org/a
 </dl>
 </li>
 </ul>
-<a name="createCell-int-int-">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>createCell</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFCell.html" title="class in org.apache.poi.xssf.usermodel">XSSFCell</a>&nbsp;createCell(int&nbsp;columnIndex,
-                           int&nbsp;type)</pre>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">POI 3.15 beta 3. Use <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html#createCell-int-org.apache.poi.ss.usermodel.CellType-"><code>createCell(int, CellType)</code></a> instead.</span></div>
-<div class="block">Use this to create new cells within the row and return it.</div>
-<dl>
-<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/Row.html#createCell-int-int-">createCell</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/Row.html" title="interface in org.apache.poi.ss.usermodel">Row</a></code></dd>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>columnIndex</code> - - the column number this cell represents</dd>
-<dd><code>type</code> - - the cell's data type</dd>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>XSSFCell a high level representation of the created cell.</dd>
-<dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code>java.lang.IllegalArgumentException</code> - if the specified cell type is invalid, columnIndex < 0
-   or greater than 16384, the maximum number of columns supported by the SpreadsheetML format (.xlsx)</dd>
-<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="../../../../../org/apache/poi/ss/usermodel/CellType.html#BLANK"><code>CellType.BLANK</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellType.html#BOOLEAN"><code>CellType.BOOLEAN</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellType.html#ERROR"><code>CellType.ERROR</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellType.html#FORMULA"><code>CellType.FORMULA</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellType.html#NUMERIC"><code>CellType.NUMERIC</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellType.html#STRING"><code>CellType.STRING</code></a></dd>
-</dl>
-</li>
-</ul>
 <a name="createCell-int-org.apache.poi.ss.usermodel.CellType-">
 <!--   -->
 </a>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFShape.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFShape.html?rev=1813967&r1=1813966&r2=1813967&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFShape.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFShape.html Wed Nov  1 11:22:49 2017
@@ -151,43 +151,11 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static int</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#EMU_PER_PIXEL">EMU_PER_PIXEL</a></span></code>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
-<div class="block"><span class="deprecationComment">POI 3.17 beta 1</span></div>
-</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>static int</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#EMU_PER_POINT">EMU_PER_POINT</a></span></code>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
-<div class="block"><span class="deprecationComment">POI 3.17 beta 1</span></div>
-</div>
-</td>
-</tr>
-<tr class="altColor">
 <td class="colFirst"><code>protected <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShapeGroup.html" title="class in org.apache.poi.xssf.usermodel">XSSFShapeGroup</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#parent">parent</a></span></code>
 <div class="block">The parent shape, always not-null for shapes in groups</div>
 </td>
 </tr>
-<tr class="rowColor">
-<td class="colFirst"><code>static int</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#PIXEL_DPI">PIXEL_DPI</a></span></code>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
-<div class="block"><span class="deprecationComment">POI 3.17 beta 1</span></div>
-</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>static int</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#POINT_DPI">POINT_DPI</a></span></code>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
-<div class="block"><span class="deprecationComment">POI 3.17 beta 1</span></div>
-</div>
-</td>
-</tr>
 </table>
 </li>
 </ul>
@@ -309,70 +277,6 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a>
 <h3>Field Detail</h3>
-<a name="EMU_PER_PIXEL">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>EMU_PER_PIXEL</h4>
-<pre><a href="../../../../../org/apache/poi/util/Removal.html" title="annotation in org.apache.poi.util">@Removal</a>(<a href="../../../../../org/apache/poi/util/Removal.html#version--">version</a>="3.19")
-public static final&nbsp;int EMU_PER_PIXEL</pre>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">POI 3.17 beta 1</span></div>
-<dl>
-<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="../../../../../org/apache/poi/util/Units.html#EMU_PER_PIXEL"><code>Units.EMU_PER_PIXEL</code></a>, 
-<a href="../../../../../constant-values.html#org.apache.poi.xssf.usermodel.XSSFShape.EMU_PER_PIXEL">Constant Field Values</a></dd>
-</dl>
-</li>
-</ul>
-<a name="EMU_PER_POINT">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>EMU_PER_POINT</h4>
-<pre><a href="../../../../../org/apache/poi/util/Removal.html" title="annotation in org.apache.poi.util">@Removal</a>(<a href="../../../../../org/apache/poi/util/Removal.html#version--">version</a>="3.19")
-public static final&nbsp;int EMU_PER_POINT</pre>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">POI 3.17 beta 1</span></div>
-<dl>
-<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="../../../../../org/apache/poi/util/Units.html#EMU_PER_POINT"><code>Units.EMU_PER_POINT</code></a>, 
-<a href="../../../../../constant-values.html#org.apache.poi.xssf.usermodel.XSSFShape.EMU_PER_POINT">Constant Field Values</a></dd>
-</dl>
-</li>
-</ul>
-<a name="POINT_DPI">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>POINT_DPI</h4>
-<pre><a href="../../../../../org/apache/poi/util/Removal.html" title="annotation in org.apache.poi.util">@Removal</a>(<a href="../../../../../org/apache/poi/util/Removal.html#version--">version</a>="3.19")
-public static final&nbsp;int POINT_DPI</pre>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">POI 3.17 beta 1</span></div>
-<dl>
-<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="../../../../../org/apache/poi/util/Units.html#POINT_DPI"><code>Units.POINT_DPI</code></a>, 
-<a href="../../../../../constant-values.html#org.apache.poi.xssf.usermodel.XSSFShape.POINT_DPI">Constant Field Values</a></dd>
-</dl>
-</li>
-</ul>
-<a name="PIXEL_DPI">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>PIXEL_DPI</h4>
-<pre><a href="../../../../../org/apache/poi/util/Removal.html" title="annotation in org.apache.poi.util">@Removal</a>(<a href="../../../../../org/apache/poi/util/Removal.html#version--">version</a>="3.19")
-public static final&nbsp;int PIXEL_DPI</pre>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">POI 3.17 beta 1</span></div>
-<dl>
-<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="../../../../../org/apache/poi/util/Units.html#PIXEL_DPI"><code>Units.PIXEL_DPI</code></a>, 
-<a href="../../../../../constant-values.html#org.apache.poi.xssf.usermodel.XSSFShape.PIXEL_DPI">Constant Field Values</a></dd>
-</dl>
-</li>
-</ul>
 <a name="drawing">
 <!--   -->
 </a>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFShapeGroup.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFShapeGroup.html?rev=1813967&r1=1813966&r2=1813967&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFShapeGroup.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFShapeGroup.html Wed Nov  1 11:22:49 2017
@@ -141,7 +141,7 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a>
 <h3>Fields inherited from class&nbsp;org.apache.poi.xssf.usermodel.<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html" title="class in org.apache.poi.xssf.usermodel">XSSFShape</a></h3>
-<code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#anchor">anchor</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#drawing">drawing</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#EMU_PER_PIXEL">EMU_PER_PIXEL</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#EMU_PER_POINT">EMU_PER_POINT</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#parent">parent</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#PIXEL_DPI">PIXEL_DPI</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#POINT_DPI">POINT_DPI</a></code></li>
+<code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#anchor">anchor</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#drawing">drawing</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#parent">parent</a></code></li>
 </ul>
 </li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFSheet.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFSheet.html?rev=1813967&r1=1813966&r2=1813967&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFSheet.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFSheet.html Wed Nov  1 11:22:49 2017
@@ -623,7 +623,12 @@ implements <a href="../../../../../org/a
 <tr id="i60" class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#getLastRowNum--">getLastRowNum</a></span>()</code>
-<div class="block">Gets the last row on the sheet</div>
+<div class="block">Gets the last row on the sheet
+
+ Note: rows which had content before and were set to empty later might
+ still be counted as rows by Excel and Apache POI, so the result of this
+ method will include such rows and thus the returned value might be higher
+ than expected!</div>
 </td>
 </tr>
 <tr id="i61" class="rowColor">
@@ -2409,7 +2414,12 @@ public&nbsp;org.openxmlformats.schemas.s
 <h4>getLastRowNum</h4>
 <pre>public&nbsp;int&nbsp;getLastRowNum()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getLastRowNum--">Sheet</a></code></span></div>
-<div class="block">Gets the last row on the sheet</div>
+<div class="block">Gets the last row on the sheet
+
+ Note: rows which had content before and were set to empty later might
+ still be counted as rows by Excel and Apache POI, so the result of this
+ method will include such rows and thus the returned value might be higher
+ than expected!</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getLastRowNum--">getLastRowNum</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a></code></dd>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFSimpleShape.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFSimpleShape.html?rev=1813967&r1=1813966&r2=1813967&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFSimpleShape.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFSimpleShape.html Wed Nov  1 11:22:49 2017
@@ -143,7 +143,7 @@ implements java.lang.Iterable&lt;<a href
 <!--   -->
 </a>
 <h3>Fields inherited from class&nbsp;org.apache.poi.xssf.usermodel.<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html" title="class in org.apache.poi.xssf.usermodel">XSSFShape</a></h3>
-<code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#anchor">anchor</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#drawing">drawing</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#EMU_PER_PIXEL">EMU_PER_PIXEL</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#EMU_PER_POINT">EMU_PER_POINT</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#parent">parent</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#PIXEL_DPI">PIXEL_DPI</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#POINT_DPI">POINT_DPI</a></code></li>
+<code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#anchor">anchor</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#drawing">drawing</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#parent">parent</a></code></li>
 </ul>
 </li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFTextBox.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFTextBox.html?rev=1813967&r1=1813966&r2=1813967&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFTextBox.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFTextBox.html Wed Nov  1 11:22:49 2017
@@ -140,7 +140,7 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a>
 <h3>Fields inherited from class&nbsp;org.apache.poi.xssf.usermodel.<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html" title="class in org.apache.poi.xssf.usermodel">XSSFShape</a></h3>
-<code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#anchor">anchor</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#drawing">drawing</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#EMU_PER_PIXEL">EMU_PER_PIXEL</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#EMU_PER_POINT">EMU_PER_POINT</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#parent">parent</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#PIXEL_DPI">PIXEL_DPI</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#POINT_DPI">POINT_DPI</a></code></li>
+<code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#anchor">anchor</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#drawing">drawing</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#parent">parent</a></code></li>
 </ul>
 </li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFWorkbook.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFWorkbook.html?rev=1813967&r1=1813966&r2=1813967&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFWorkbook.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFWorkbook.html Wed Nov  1 11:22:49 2017
@@ -977,7 +977,7 @@ implements <a href="../../../../../org/a
 <pre><a href="../../../../../org/apache/poi/util/Removal.html" title="annotation in org.apache.poi.util">@Removal</a>(<a href="../../../../../org/apache/poi/util/Removal.html#version--">version</a>="3.19")
 public static final&nbsp;float DEFAULT_CHARACTER_WIDTH</pre>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">POI 3.17 beta 1</span></div>
-<div class="block">Width of one character of the default font in pixels. Same for Calibry and Arial.</div>
+<div class="block">Width of one character of the default font in pixels. Same for Calibri and Arial.</div>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a href="../../../../../org/apache/poi/util/Units.html#DEFAULT_CHARACTER_WIDTH"><code>Units.DEFAULT_CHARACTER_WIDTH</code></a>, 

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFCell.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFCell.html?rev=1813967&r1=1813966&r2=1813967&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFCell.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFCell.html Wed Nov  1 11:22:49 2017
@@ -120,25 +120,16 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFCell.html" title="class in org.apache.poi.xssf.usermodel">XSSFCell</a></code></td>
-<td class="colLast"><span class="typeNameLabel">XSSFRow.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html#createCell-int-int-">createCell</a></span>(int&nbsp;columnIndex,
-          int&nbsp;type)</code>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
-<div class="block"><span class="deprecationComment">POI 3.15 beta 3. Use <a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html#createCell-int-org.apache.poi.ss.usermodel.CellType-"><code>XSSFRow.createCell(int, CellType)</code></a> instead.</span></div>
-</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFCell.html" title="class in org.apache.poi.xssf.usermodel">XSSFCell</a></code></td>
 <td class="colLast"><span class="typeNameLabel">XSSFFormulaEvaluator.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFFormulaEvaluator.html#evaluateInCell-org.apache.poi.ss.usermodel.Cell-">evaluateInCell</a></span>(<a href="../../../../../../org/apache/poi/ss/usermodel/Cell.html" title="interface in org.apache.poi.ss.usermodel">Cell</a>&nbsp;cell)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFCell.html" title="class in org.apache.poi.xssf.usermodel">XSSFCell</a></code></td>
 <td class="colLast"><span class="typeNameLabel">XSSFRow.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html#getCell-int-">getCell</a></span>(int&nbsp;cellnum)</code>
 <div class="block">Returns the cell at the given (0 based) index,
   with the <a href="../../../../../../org/apache/poi/ss/usermodel/Row.MissingCellPolicy.html" title="enum in org.apache.poi.ss.usermodel"><code>Row.MissingCellPolicy</code></a> from the parent Workbook.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFCell.html" title="class in org.apache.poi.xssf.usermodel">XSSFCell</a></code></td>
 <td class="colLast"><span class="typeNameLabel">XSSFRow.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html#getCell-int-org.apache.poi.ss.usermodel.Row.MissingCellPolicy-">getCell</a></span>(int&nbsp;cellnum,
        <a href="../../../../../../org/apache/poi/ss/usermodel/Row.MissingCellPolicy.html" title="enum in org.apache.poi.ss.usermodel">Row.MissingCellPolicy</a>&nbsp;policy)</code>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFFont.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFFont.html?rev=1813967&r1=1813966&r2=1813967&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFFont.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFFont.html Wed Nov  1 11:22:49 2017
@@ -107,6 +107,20 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFFont.html" title="class in org.apache.poi.xssf.usermodel">XSSFFont</a></code></td>
+<td class="colLast"><span class="typeNameLabel">StylesTable.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/model/StylesTable.html#findFont-boolean-org.apache.poi.ss.usermodel.Color-short-java.lang.String-boolean-boolean-short-byte-">findFont</a></span>(boolean&nbsp;bold,
+        <a href="../../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a>&nbsp;color,
+        short&nbsp;fontHeight,
+        java.lang.String&nbsp;name,
+        boolean&nbsp;italic,
+        boolean&nbsp;strikeout,
+        short&nbsp;typeOffset,
+        byte&nbsp;underline)</code>
+<div class="block">Finds a font that matches the one with the supplied attributes,
+ where color is the actual Color-value, not the indexed color</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFFont.html" title="class in org.apache.poi.xssf.usermodel">XSSFFont</a></code></td>
 <td class="colLast"><span class="typeNameLabel">StylesTable.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/model/StylesTable.html#findFont-boolean-short-short-java.lang.String-boolean-boolean-short-byte-">findFont</a></span>(boolean&nbsp;bold,
         short&nbsp;color,
         short&nbsp;fontHeight,
@@ -115,10 +129,11 @@
         boolean&nbsp;strikeout,
         short&nbsp;typeOffset,
         byte&nbsp;underline)</code>
-<div class="block">Finds a font that matches the one with the supplied attributes</div>
+<div class="block">Finds a font that matches the one with the supplied attributes,
+ where color is the indexed-value, not the actual color.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFFont.html" title="class in org.apache.poi.xssf.usermodel">XSSFFont</a></code></td>
 <td class="colLast"><span class="typeNameLabel">StylesTable.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/model/StylesTable.html#getFontAt-int-">getFontAt</a></span>(int&nbsp;idx)</code>&nbsp;</td>
 </tr>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/extensions/XSSFCellAlignment.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/extensions/XSSFCellAlignment.html?rev=1813967&r1=1813966&r2=1813967&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/extensions/XSSFCellAlignment.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/extensions/XSSFCellAlignment.html Wed Nov  1 11:22:49 2017
@@ -17,7 +17,7 @@
     catch(err) {
     }
 //-->
-var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10};
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -167,56 +167,68 @@ extends java.lang.Object</pre>
 </td>
 </tr>
 <tr id="i3" class="rowColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/ReadingOrder.html" title="enum in org.apache.poi.ss.usermodel">ReadingOrder</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/extensions/XSSFCellAlignment.html#getReadingOrder--">getReadingOrder</a></span>()</code>
+<div class="block">Get the reading order for the cell</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/extensions/XSSFCellAlignment.html#getShrinkToFit--">getShrinkToFit</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i4" class="altColor">
+<tr id="i5" class="rowColor">
 <td class="colFirst"><code>long</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/extensions/XSSFCellAlignment.html#getTextRotation--">getTextRotation</a></span>()</code>
 <div class="block">Get the degree of rotation for the text in the cell</div>
 </td>
 </tr>
-<tr id="i5" class="rowColor">
+<tr id="i6" class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/VerticalAlignment.html" title="enum in org.apache.poi.ss.usermodel">VerticalAlignment</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/extensions/XSSFCellAlignment.html#getVertical--">getVertical</a></span>()</code>
 <div class="block">Get the type of vertical alignment for the cell</div>
 </td>
 </tr>
-<tr id="i6" class="altColor">
+<tr id="i7" class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/extensions/XSSFCellAlignment.html#getWrapText--">getWrapText</a></span>()</code>
 <div class="block">Whether the text should be wrapped</div>
 </td>
 </tr>
-<tr id="i7" class="rowColor">
+<tr id="i8" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/extensions/XSSFCellAlignment.html#setHorizontal-org.apache.poi.ss.usermodel.HorizontalAlignment-">setHorizontal</a></span>(<a href="../../../../../../org/apache/poi/ss/usermodel/HorizontalAlignment.html" title="enum in org.apache.poi.ss.usermodel">HorizontalAlignment</a>&nbsp;align)</code>
 <div class="block">Set the type of horizontal alignment for the cell</div>
 </td>
 </tr>
-<tr id="i8" class="altColor">
+<tr id="i9" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/extensions/XSSFCellAlignment.html#setIndent-long-">setIndent</a></span>(long&nbsp;indent)</code>
 <div class="block">Set the number of spaces to indent the text in the cell</div>
 </td>
 </tr>
-<tr id="i9" class="rowColor">
+<tr id="i10" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/extensions/XSSFCellAlignment.html#setReadingOrder-org.apache.poi.ss.usermodel.ReadingOrder-">setReadingOrder</a></span>(<a href="../../../../../../org/apache/poi/ss/usermodel/ReadingOrder.html" title="enum in org.apache.poi.ss.usermodel">ReadingOrder</a>&nbsp;order)</code>
+<div class="block">Set the type of reading order for the cell</div>
+</td>
+</tr>
+<tr id="i11" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/extensions/XSSFCellAlignment.html#setShrinkToFit-boolean-">setShrinkToFit</a></span>(boolean&nbsp;shrink)</code>&nbsp;</td>
 </tr>
-<tr id="i10" class="altColor">
+<tr id="i12" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/extensions/XSSFCellAlignment.html#setTextRotation-long-">setTextRotation</a></span>(long&nbsp;rotation)</code>
 <div class="block">Set the degree of rotation for the text in the cell</div>
 </td>
 </tr>
-<tr id="i11" class="rowColor">
+<tr id="i13" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/extensions/XSSFCellAlignment.html#setVertical-org.apache.poi.ss.usermodel.VerticalAlignment-">setVertical</a></span>(<a href="../../../../../../org/apache/poi/ss/usermodel/VerticalAlignment.html" title="enum in org.apache.poi.ss.usermodel">VerticalAlignment</a>&nbsp;align)</code>
 <div class="block">Set the type of vertical alignment for the cell</div>
 </td>
 </tr>
-<tr id="i12" class="altColor">
+<tr id="i14" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/extensions/XSSFCellAlignment.html#setWrapText-boolean-">setWrapText</a></span>(boolean&nbsp;wrapped)</code>
 <div class="block">Set whether the text should be wrapped</div>
@@ -330,6 +342,38 @@ extends java.lang.Object</pre>
 </dl>
 </li>
 </ul>
+<a name="setReadingOrder-org.apache.poi.ss.usermodel.ReadingOrder-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setReadingOrder</h4>
+<pre>public&nbsp;void&nbsp;setReadingOrder(<a href="../../../../../../org/apache/poi/ss/usermodel/ReadingOrder.html" title="enum in org.apache.poi.ss.usermodel">ReadingOrder</a>&nbsp;order)</pre>
+<div class="block">Set the type of reading order for the cell</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>order</code> - - the type of reading order</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../../../org/apache/poi/ss/usermodel/ReadingOrder.html" title="enum in org.apache.poi.ss.usermodel"><code>ReadingOrder</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="getReadingOrder--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getReadingOrder</h4>
+<pre>public&nbsp;<a href="../../../../../../org/apache/poi/ss/usermodel/ReadingOrder.html" title="enum in org.apache.poi.ss.usermodel">ReadingOrder</a>&nbsp;getReadingOrder()</pre>
+<div class="block">Get the reading order for the cell</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the value of reading order</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../../../org/apache/poi/ss/usermodel/ReadingOrder.html" title="enum in org.apache.poi.ss.usermodel"><code>ReadingOrder</code></a></dd>
+</dl>
+</li>
+</ul>
 <a name="getIndent--">
 <!--   -->
 </a>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.html?rev=1813967&r1=1813966&r2=1813967&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.html Wed Nov  1 11:22:49 2017
@@ -17,8 +17,8 @@
     catch(err) {
     }
 //-->
-var methods = {"i0":42,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]};
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
 var tableTab = "tableTab";
@@ -163,45 +163,35 @@ extends <a href="../../../../../../org/a
 </a>
 <h3>Method Summary</h3>
 <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
-<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t6" class="tableTab"><span><a href="javascript:show(32);">Deprecated Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr id="i0" class="altColor">
-<td class="colFirst"><code>java.util.List&lt;<a href="../../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a>&gt;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.html#shiftMerged-int-int-int-">shiftMerged</a></span>(int&nbsp;startRow,
-           int&nbsp;endRow,
-           int&nbsp;n)</code>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
-<div class="block"><span class="deprecationComment">POI 3.15 beta 2. Use <a href="../../../../../../org/apache/poi/ss/usermodel/helpers/RowShifter.html#shiftMergedRegions-int-int-int-"><code>RowShifter.shiftMergedRegions(int, int, int)</code></a> instead.</span></div>
-</div>
-</td>
-</tr>
-<tr id="i1" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.html#updateConditionalFormatting-org.apache.poi.ss.formula.FormulaShifter-">updateConditionalFormatting</a></span>(<a href="../../../../../../org/apache/poi/ss/formula/FormulaShifter.html" title="class in org.apache.poi.ss.formula">FormulaShifter</a>&nbsp;shifter)</code>&nbsp;</td>
 </tr>
-<tr id="i2" class="altColor">
+<tr id="i1" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.html#updateFormulas-org.apache.poi.ss.formula.FormulaShifter-">updateFormulas</a></span>(<a href="../../../../../../org/apache/poi/ss/formula/FormulaShifter.html" title="class in org.apache.poi.ss.formula">FormulaShifter</a>&nbsp;shifter)</code>
 <div class="block">Update formulas.</div>
 </td>
 </tr>
-<tr id="i3" class="rowColor">
+<tr id="i2" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.html#updateHyperlinks-org.apache.poi.ss.formula.FormulaShifter-">updateHyperlinks</a></span>(<a href="../../../../../../org/apache/poi/ss/formula/FormulaShifter.html" title="class in org.apache.poi.ss.formula">FormulaShifter</a>&nbsp;shifter)</code>
 <div class="block">Shift the Hyperlink anchors (not the hyperlink text, even if the hyperlink
  is of type LINK_DOCUMENT and refers to a cell that was shifted).</div>
 </td>
 </tr>
-<tr id="i4" class="altColor">
+<tr id="i3" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.html#updateNamedRanges-org.apache.poi.ss.formula.FormulaShifter-">updateNamedRanges</a></span>(<a href="../../../../../../org/apache/poi/ss/formula/FormulaShifter.html" title="class in org.apache.poi.ss.formula">FormulaShifter</a>&nbsp;shifter)</code>
 <div class="block">Updated named ranges</div>
 </td>
 </tr>
-<tr id="i5" class="rowColor">
+<tr id="i4" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.html#updateRowFormulas-org.apache.poi.ss.usermodel.Row-org.apache.poi.ss.formula.FormulaShifter-">updateRowFormulas</a></span>(<a href="../../../../../../org/apache/poi/ss/usermodel/Row.html" title="interface in org.apache.poi.ss.usermodel">Row</a>&nbsp;row,
                  <a href="../../../../../../org/apache/poi/ss/formula/FormulaShifter.html" title="class in org.apache.poi.ss.formula">FormulaShifter</a>&nbsp;shifter)</code>
@@ -254,27 +244,6 @@ extends <a href="../../../../../../org/a
 <!--   -->
 </a>
 <h3>Method Detail</h3>
-<a name="shiftMerged-int-int-int-">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>shiftMerged</h4>
-<pre>public&nbsp;java.util.List&lt;<a href="../../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a>&gt;&nbsp;shiftMerged(int&nbsp;startRow,
-                                                    int&nbsp;endRow,
-                                                    int&nbsp;n)</pre>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">POI 3.15 beta 2. Use <a href="../../../../../../org/apache/poi/ss/usermodel/helpers/RowShifter.html#shiftMergedRegions-int-int-int-"><code>RowShifter.shiftMergedRegions(int, int, int)</code></a> instead.</span></div>
-<div class="block">Shift merged regions</div>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>startRow</code> - the row to start shifting</dd>
-<dd><code>endRow</code> - the row to end shifting</dd>
-<dd><code>n</code> - the number of rows to shift</dd>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>an array of merged cell regions</dd>
-</dl>
-</li>
-</ul>
 <a name="updateNamedRanges-org.apache.poi.ss.formula.FormulaShifter-">
 <!--   -->
 </a>

Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/extractor/XWPFWordExtractor.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/extractor/XWPFWordExtractor.html?rev=1813967&r1=1813966&r2=1813967&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xwpf/extractor/XWPFWordExtractor.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xwpf/extractor/XWPFWordExtractor.html Wed Nov  1 11:22:49 2017
@@ -184,12 +184,12 @@ extends <a href="../../../../../org/apac
 </tr>
 <tr id="i0" class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xwpf/extractor/XWPFWordExtractor.html#appendBodyElementText-java.lang.StringBuffer-org.apache.poi.xwpf.usermodel.IBodyElement-">appendBodyElementText</a></span>(java.lang.StringBuffer&nbsp;text,
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xwpf/extractor/XWPFWordExtractor.html#appendBodyElementText-java.lang.StringBuilder-org.apache.poi.xwpf.usermodel.IBodyElement-">appendBodyElementText</a></span>(java.lang.StringBuilder&nbsp;text,
                      <a href="../../../../../org/apache/poi/xwpf/usermodel/IBodyElement.html" title="interface in org.apache.poi.xwpf.usermodel">IBodyElement</a>&nbsp;e)</code>&nbsp;</td>
 </tr>
 <tr id="i1" class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xwpf/extractor/XWPFWordExtractor.html#appendParagraphText-java.lang.StringBuffer-org.apache.poi.xwpf.usermodel.XWPFParagraph-">appendParagraphText</a></span>(java.lang.StringBuffer&nbsp;text,
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xwpf/extractor/XWPFWordExtractor.html#appendParagraphText-java.lang.StringBuilder-org.apache.poi.xwpf.usermodel.XWPFParagraph-">appendParagraphText</a></span>(java.lang.StringBuilder&nbsp;text,
                    <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html" title="class in org.apache.poi.xwpf.usermodel">XWPFParagraph</a>&nbsp;paragraph)</code>&nbsp;</td>
 </tr>
 <tr id="i2" class="altColor">
@@ -222,7 +222,7 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.poi.<a href="../../../../../org/apache/poi/POIXMLTextExtractor.html" title="class in org.apache.poi">POIXMLTextExtractor</a></h3>
-<code><a href="../../../../../org/apache/poi/POIXMLTextExtractor.html#checkMaxTextSize-java.lang.StringBuffer-java.lang.String-">checkMaxTextSize</a>, <a href="../../../../../org/apache/poi/POIXMLTextExtractor.html#close--">close</a>, <a href="../../../../../org/apache/poi/POIXMLTextExtractor.html#getCoreProperties--">getCoreProperties</a>, <a href="../../../../../org/apache/poi/POIXMLTextExtractor.html#getCustomProperties--">getCustomProperties</a>, <a href="../../../../../org/apache/poi/POIXMLTextExtractor.html#getDocument--">getDocument</a>, <a href="../../../../../org/apache/poi/POIXMLTextExtractor.html#getExtendedProperties--">getExtendedProperties</a>, <a href="../../../../../org/apache/poi/POIXMLTextExtractor.html#getMetadataTextExtractor--">getMetadataTextExtractor</a>, <a href="../../../../../org/apache/poi/POIXMLTextExtractor.html#getPackage--">getPackage</a></code></li>
+<code><a href="../../../../../org/apache/poi/POIXMLTextExtractor.html#checkMaxTextSize-java.lang.CharSequence-java.lang.String-">checkMaxTextSize</a>, <a href="../../../../../org/apache/poi/POIXMLTextExtractor.html#close--">close</a>, <a href="../../../../../org/apache/poi/POIXMLTextExtractor.html#getCoreProperties--">getCoreProperties</a>, <a href="../../../../../org/apache/poi/POIXMLTextExtractor.html#getCustomProperties--">getCustomProperties</a>, <a href="../../../../../org/apache/poi/POIXMLTextExtractor.html#getDocument--">getDocument</a>, <a href="../../../../../org/apache/poi/POIXMLTextExtractor.html#getExtendedProperties--">getExtendedProperties</a>, <a href="../../../../../org/apache/poi/POIXMLTextExtractor.html#getMetadataTextExtractor--">getMetadataTextExtractor</a>, <a href="../../../../../org/apache/poi/POIXMLTextExtractor.html#getPackage--">getPackage</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.org.apache.poi.POITextExtractor">
@@ -364,23 +364,23 @@ extends <a href="../../../../../org/apac
 </dl>
 </li>
 </ul>
-<a name="appendBodyElementText-java.lang.StringBuffer-org.apache.poi.xwpf.usermodel.IBodyElement-">
+<a name="appendBodyElementText-java.lang.StringBuilder-org.apache.poi.xwpf.usermodel.IBodyElement-">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>appendBodyElementText</h4>
-<pre>public&nbsp;void&nbsp;appendBodyElementText(java.lang.StringBuffer&nbsp;text,
+<pre>public&nbsp;void&nbsp;appendBodyElementText(java.lang.StringBuilder&nbsp;text,
                                   <a href="../../../../../org/apache/poi/xwpf/usermodel/IBodyElement.html" title="interface in org.apache.poi.xwpf.usermodel">IBodyElement</a>&nbsp;e)</pre>
 </li>
 </ul>
-<a name="appendParagraphText-java.lang.StringBuffer-org.apache.poi.xwpf.usermodel.XWPFParagraph-">
+<a name="appendParagraphText-java.lang.StringBuilder-org.apache.poi.xwpf.usermodel.XWPFParagraph-">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>appendParagraphText</h4>
-<pre>public&nbsp;void&nbsp;appendParagraphText(java.lang.StringBuffer&nbsp;text,
+<pre>public&nbsp;void&nbsp;appendParagraphText(java.lang.StringBuilder&nbsp;text,
                                 <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html" title="class in org.apache.poi.xwpf.usermodel">XWPFParagraph</a>&nbsp;paragraph)</pre>
 </li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFComment.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFComment.html?rev=1813967&r1=1813966&r2=1813967&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFComment.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFComment.html Wed Nov  1 11:22:49 2017
@@ -142,7 +142,7 @@ extends java.lang.Object</pre>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFComment.html#id">id</a></span></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected java.lang.StringBuffer</code></td>
+<td class="colFirst"><code>protected java.lang.StringBuilder</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFComment.html#text">text</a></span></code>&nbsp;</td>
 </tr>
 </table>
@@ -236,7 +236,7 @@ extends java.lang.Object</pre>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>text</h4>
-<pre>protected&nbsp;java.lang.StringBuffer text</pre>
+<pre>protected&nbsp;java.lang.StringBuilder text</pre>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFTable.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFTable.html?rev=1813967&r1=1813966&r2=1813967&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFTable.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFTable.html Wed Nov  1 11:22:49 2017
@@ -164,7 +164,7 @@ implements <a href="../../../../../org/a
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTable.html#tableRows">tableRows</a></span></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected java.lang.StringBuffer</code></td>
+<td class="colFirst"><code>protected java.lang.StringBuilder</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTable.html#text">text</a></span></code>&nbsp;</td>
 </tr>
 </table>
@@ -433,7 +433,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>text</h4>
-<pre>protected&nbsp;java.lang.StringBuffer text</pre>
+<pre>protected&nbsp;java.lang.StringBuilder text</pre>
 </li>
 </ul>
 <a name="tableRows">

Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/IBodyElement.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/IBodyElement.html?rev=1813967&r1=1813966&r2=1813967&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/IBodyElement.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/IBodyElement.html Wed Nov  1 11:22:49 2017
@@ -107,7 +107,7 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">XWPFWordExtractor.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xwpf/extractor/XWPFWordExtractor.html#appendBodyElementText-java.lang.StringBuffer-org.apache.poi.xwpf.usermodel.IBodyElement-">appendBodyElementText</a></span>(java.lang.StringBuffer&nbsp;text,
+<td class="colLast"><span class="typeNameLabel">XWPFWordExtractor.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xwpf/extractor/XWPFWordExtractor.html#appendBodyElementText-java.lang.StringBuilder-org.apache.poi.xwpf.usermodel.IBodyElement-">appendBodyElementText</a></span>(java.lang.StringBuilder&nbsp;text,
                      <a href="../../../../../../org/apache/poi/xwpf/usermodel/IBodyElement.html" title="interface in org.apache.poi.xwpf.usermodel">IBodyElement</a>&nbsp;e)</code>&nbsp;</td>
 </tr>
 </tbody>

Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFParagraph.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFParagraph.html?rev=1813967&r1=1813966&r2=1813967&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFParagraph.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFParagraph.html Wed Nov  1 11:22:49 2017
@@ -111,7 +111,7 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">XWPFWordExtractor.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xwpf/extractor/XWPFWordExtractor.html#appendParagraphText-java.lang.StringBuffer-org.apache.poi.xwpf.usermodel.XWPFParagraph-">appendParagraphText</a></span>(java.lang.StringBuffer&nbsp;text,
+<td class="colLast"><span class="typeNameLabel">XWPFWordExtractor.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xwpf/extractor/XWPFWordExtractor.html#appendParagraphText-java.lang.StringBuilder-org.apache.poi.xwpf.usermodel.XWPFParagraph-">appendParagraphText</a></span>(java.lang.StringBuilder&nbsp;text,
                    <a href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html" title="class in org.apache.poi.xwpf.usermodel">XWPFParagraph</a>&nbsp;paragraph)</code>&nbsp;</td>
 </tr>
 </tbody>

Modified: poi/site/publish/apidocs/overview-tree.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/overview-tree.html?rev=1813967&r1=1813966&r2=1813967&view=diff
==============================================================================
--- poi/site/publish/apidocs/overview-tree.html (original)
+++ poi/site/publish/apidocs/overview-tree.html Wed Nov  1 11:22:49 2017
@@ -307,11 +307,7 @@
 </ul>
 </li>
 <li type="circle">org.apache.poi.ss.formula.ptg.<a href="org/apache/poi/ss/formula/ptg/AreaI.OffsetArea.html" title="class in org.apache.poi.ss.formula.ptg"><span class="typeNameLink">AreaI.OffsetArea</span></a> (implements org.apache.poi.ss.formula.ptg.<a href="org/apache/poi/ss/formula/ptg/AreaI.html" title="interface in org.apache.poi.ss.formula.ptg">AreaI</a>)</li>
-<li type="circle">org.apache.poi.ss.util.<a href="org/apache/poi/ss/util/AreaReference.html" title="class in org.apache.poi.ss.util"><span class="typeNameLink">AreaReference</span></a>
-<ul>
-<li type="circle">org.apache.poi.hssf.util.<a href="org/apache/poi/hssf/util/AreaReference.html" title="class in org.apache.poi.hssf.util"><span class="typeNameLink">AreaReference</span></a></li>
-</ul>
-</li>
+<li type="circle">org.apache.poi.ss.util.<a href="org/apache/poi/ss/util/AreaReference.html" title="class in org.apache.poi.ss.util"><span class="typeNameLink">AreaReference</span></a></li>
 <li type="circle">org.apache.poi.util.<a href="org/apache/poi/util/ArrayUtil.html" title="class in org.apache.poi.util"><span class="typeNameLink">ArrayUtil</span></a></li>
 <li type="circle">org.apache.poi.hmef.<a href="org/apache/poi/hmef/Attachment.html" title="class in org.apache.poi.hmef"><span class="typeNameLink">Attachment</span></a></li>
 <li type="circle">org.apache.poi.hsmf.datatypes.<a href="org/apache/poi/hsmf/datatypes/AttachmentChunks.html" title="class in org.apache.poi.hsmf.datatypes"><span class="typeNameLink">AttachmentChunks</span></a> (implements org.apache.poi.hsmf.datatypes.<a href="org/apache/poi/hsmf/datatypes/ChunkGroup.html" title="interface in org.apache.poi.hsmf.datatypes">ChunkGroup</a>)</li>
@@ -612,11 +608,7 @@
 </li>
 <li type="circle">org.apache.poi.xssf.usermodel.<a href="org/apache/poi/xssf/usermodel/DefaultIndexedColorMap.html" title="class in org.apache.poi.xssf.usermodel"><span class="typeNameLink">DefaultIndexedColorMap</span></a> (implements org.apache.poi.xssf.usermodel.<a href="org/apache/poi/xssf/usermodel/IndexedColorMap.html" title="interface in org.apache.poi.xssf.usermodel">IndexedColorMap</a>)</li>
 <li type="circle">org.apache.poi.openxml4j.opc.internal.marshallers.<a href="org/apache/poi/openxml4j/opc/internal/marshallers/DefaultMarshaller.html" title="class in org.apache.poi.openxml4j.opc.internal.marshallers"><span class="typeNameLink">DefaultMarshaller</span></a> (implements org.apache.poi.openxml4j.opc.internal.<a href="org/apache/poi/openxml4j/opc/internal/PartMarshaller.html" title="interface in org.apache.poi.openxml4j.opc.internal">PartMarshaller</a>)</li>
-<li type="circle">org.apache.poi.util.<a href="org/apache/poi/util/DefaultTempFileCreationStrategy.html" title="class in org.apache.poi.util"><span class="typeNameLink">DefaultTempFileCreationStrategy</span></a> (implements org.apache.poi.util.<a href="org/apache/poi/util/TempFileCreationStrategy.html" title="interface in org.apache.poi.util">TempFileCreationStrategy</a>)
-<ul>
-<li type="circle">org.apache.poi.util.<a href="org/apache/poi/util/TempFile.DefaultTempFileCreationStrategy.html" title="class in org.apache.poi.util"><span class="typeNameLink">TempFile.DefaultTempFileCreationStrategy</span></a></li>
-</ul>
-</li>
+<li type="circle">org.apache.poi.util.<a href="org/apache/poi/util/DefaultTempFileCreationStrategy.html" title="class in org.apache.poi.util"><span class="typeNameLink">DefaultTempFileCreationStrategy</span></a> (implements org.apache.poi.util.<a href="org/apache/poi/util/TempFileCreationStrategy.html" title="interface in org.apache.poi.util">TempFileCreationStrategy</a>)</li>
 <li type="circle">org.apache.poi.ss.formula.udf.<a href="org/apache/poi/ss/formula/udf/DefaultUDFFinder.html" title="class in org.apache.poi.ss.formula.udf"><span class="typeNameLink">DefaultUDFFinder</span></a> (implements org.apache.poi.ss.formula.udf.<a href="org/apache/poi/ss/formula/udf/UDFFinder.html" title="interface in org.apache.poi.ss.formula.udf">UDFFinder</a>)</li>
 <li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/DGet.html" title="class in org.apache.poi.ss.formula.functions"><span class="typeNameLink">DGet</span></a> (implements org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/IDStarAlgorithm.html" title="interface in org.apache.poi.ss.formula.functions">IDStarAlgorithm</a>)</li>
 <li type="circle">org.apache.poi.poifs.crypt.dsig.<a href="org/apache/poi/poifs/crypt/dsig/DigestInfo.html" title="class in org.apache.poi.poifs.crypt.dsig"><span class="typeNameLink">DigestInfo</span></a> (implements java.io.Serializable)</li>
@@ -1516,11 +1508,7 @@
 <li type="circle">org.apache.poi.openxml4j.opc.<a href="org/apache/poi/openxml4j/opc/PackageRelationshipCollection.html" title="class in org.apache.poi.openxml4j.opc"><span class="typeNameLink">PackageRelationshipCollection</span></a> (implements java.lang.Iterable&lt;T&gt;)</li>
 <li type="circle">org.apache.poi.openxml4j.opc.<a href="org/apache/poi/openxml4j/opc/PackagingURIHelper.html" title="class in org.apache.poi.openxml4j.opc"><span class="typeNameLink">PackagingURIHelper</span></a></li>
 <li type="circle">org.apache.poi.hssf.record.<a href="org/apache/poi/hssf/record/PageBreakRecord.Break.html" title="class in org.apache.poi.hssf.record"><span class="typeNameLink">PageBreakRecord.Break</span></a></li>
-<li type="circle">org.apache.poi.ss.util.<a href="org/apache/poi/ss/util/PaneInformation.html" title="class in org.apache.poi.ss.util"><span class="typeNameLink">PaneInformation</span></a>
-<ul>
-<li type="circle">org.apache.poi.hssf.util.<a href="org/apache/poi/hssf/util/PaneInformation.html" title="class in org.apache.poi.hssf.util"><span class="typeNameLink">PaneInformation</span></a></li>
-</ul>
-</li>
+<li type="circle">org.apache.poi.ss.util.<a href="org/apache/poi/ss/util/PaneInformation.html" title="class in org.apache.poi.ss.util"><span class="typeNameLink">PaneInformation</span></a></li>
 <li type="circle">org.apache.poi.hwpf.model.types.<a href="org/apache/poi/hwpf/model/types/PAPAbstractType.html" title="class in org.apache.poi.hwpf.model.types"><span class="typeNameLink">PAPAbstractType</span></a>
 <ul>
 <li type="circle">org.apache.poi.hwpf.usermodel.<a href="org/apache/poi/hwpf/usermodel/ParagraphProperties.html" title="class in org.apache.poi.hwpf.usermodel"><span class="typeNameLink">ParagraphProperties</span></a> (implements java.lang.Cloneable)</li>
@@ -2442,8 +2430,8 @@
 <li type="circle">org.apache.poi.util.<a href="org/apache/poi/util/StringUtil.StringsIterator.html" title="class in org.apache.poi.util"><span class="typeNameLink">StringUtil.StringsIterator</span></a> (implements java.util.Iterator&lt;E&gt;)</li>
 <li type="circle">org.apache.poi.hwpf.model.types.<a href="org/apache/poi/hwpf/model/types/StshifAbstractType.html" title="class in org.apache.poi.hwpf.model.types"><span class="typeNameLink">StshifAbstractType</span></a></li>
 <li type="circle">org.apache.poi.hwpf.model.<a href="org/apache/poi/hwpf/model/Sttb.html" title="class in org.apache.poi.hwpf.model"><span class="typeNameLink">Sttb</span></a></li>
-<li type="circle">org.apache.poi.hwpf.model.<a href="org/apache/poi/hwpf/model/StyleDescription.html" title="class in org.apache.poi.hwpf.model"><span class="typeNameLink">StyleDescription</span></a> (implements org.apache.poi.hwpf.model.<a href="org/apache/poi/hwpf/model/HDFType.html" title="interface in org.apache.poi.hwpf.model">HDFType</a>)</li>
-<li type="circle">org.apache.poi.hwpf.model.<a href="org/apache/poi/hwpf/model/StyleSheet.html" title="class in org.apache.poi.hwpf.model"><span class="typeNameLink">StyleSheet</span></a> (implements org.apache.poi.hwpf.model.<a href="org/apache/poi/hwpf/model/HDFType.html" title="interface in org.apache.poi.hwpf.model">HDFType</a>)</li>
+<li type="circle">org.apache.poi.hwpf.model.<a href="org/apache/poi/hwpf/model/StyleDescription.html" title="class in org.apache.poi.hwpf.model"><span class="typeNameLink">StyleDescription</span></a></li>
+<li type="circle">org.apache.poi.hwpf.model.<a href="org/apache/poi/hwpf/model/StyleSheet.html" title="class in org.apache.poi.hwpf.model"><span class="typeNameLink">StyleSheet</span></a></li>
 <li type="circle">org.apache.poi.hssf.record.<a href="org/apache/poi/hssf/record/SubRecord.html" title="class in org.apache.poi.hssf.record"><span class="typeNameLink">SubRecord</span></a>
 <ul>
 <li type="circle">org.apache.poi.hssf.record.<a href="org/apache/poi/hssf/record/CommonObjectDataSubRecord.html" title="class in org.apache.poi.hssf.record"><span class="typeNameLink">CommonObjectDataSubRecord</span></a> (implements java.lang.Cloneable)</li>
@@ -2711,7 +2699,7 @@
 </li>
 <li type="circle">org.apache.poi.poifs.macros.<a href="org/apache/poi/poifs/macros/VBAMacroExtractor.html" title="class in org.apache.poi.poifs.macros"><span class="typeNameLink">VBAMacroExtractor</span></a></li>
 <li type="circle">org.apache.poi.poifs.macros.<a href="org/apache/poi/poifs/macros/VBAMacroReader.html" title="class in org.apache.poi.poifs.macros"><span class="typeNameLink">VBAMacroReader</span></a> (implements java.io.Closeable)</li>
-<li type="circle">org.apache.poi.poifs.macros.<a href="org/apache/poi/poifs/macros/VBAMacroReader.Module.html" title="class in org.apache.poi.poifs.macros"><span class="typeNameLink">VBAMacroReader.Module</span></a></li>
+<li type="circle">org.apache.poi.poifs.macros.<a href="org/apache/poi/poifs/macros/VBAMacroReader.ModuleImpl.html" title="class in org.apache.poi.poifs.macros"><span class="typeNameLink">VBAMacroReader.ModuleImpl</span></a> (implements org.apache.poi.poifs.macros.<a href="org/apache/poi/poifs/macros/Module.html" title="interface in org.apache.poi.poifs.macros">Module</a>)</li>
 <li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/Vlookup.html" title="class in org.apache.poi.ss.formula.functions"><span class="typeNameLink">Vlookup</span></a></li>
 <li type="circle">org.apache.poi.hdgf.dev.<a href="org/apache/poi/hdgf/dev/VSDDumper.html" title="class in org.apache.poi.hdgf.dev"><span class="typeNameLink">VSDDumper</span></a></li>
 <li type="circle">org.apache.poi.xdgf.util.<a href="org/apache/poi/xdgf/util/VsdxToPng.html" title="class in org.apache.poi.xdgf.util"><span class="typeNameLink">VsdxToPng</span></a></li>
@@ -3069,7 +3057,6 @@
 </li>
 <li type="circle">org.apache.poi.hssf.record.common.<a href="org/apache/poi/hssf/record/common/FutureRecord.html" title="interface in org.apache.poi.hssf.record.common"><span class="typeNameLink">FutureRecord</span></a></li>
 <li type="circle">org.apache.poi.xdgf.usermodel.section.geometry.<a href="org/apache/poi/xdgf/usermodel/section/geometry/GeometryRow.html" title="interface in org.apache.poi.xdgf.usermodel.section.geometry"><span class="typeNameLink">GeometryRow</span></a></li>
-<li type="circle">org.apache.poi.hwpf.model.<a href="org/apache/poi/hwpf/model/HDFType.html" title="interface in org.apache.poi.hwpf.model"><span class="typeNameLink">HDFType</span></a></li>
 <li type="circle">org.apache.poi.poifs.storage.<a href="org/apache/poi/poifs/storage/HeaderBlockConstants.html" title="interface in org.apache.poi.poifs.storage"><span class="typeNameLink">HeaderBlockConstants</span></a></li>
 <li type="circle">org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/HeaderFooter.html" title="interface in org.apache.poi.ss.usermodel"><span class="typeNameLink">HeaderFooter</span></a>
 <ul>
@@ -3258,6 +3245,7 @@
 </ul>
 </li>
 <li type="circle">org.apache.poi.hssf.record.<a href="org/apache/poi/hssf/record/Margin.html" title="interface in org.apache.poi.hssf.record"><span class="typeNameLink">Margin</span></a></li>
+<li type="circle">org.apache.poi.poifs.macros.<a href="org/apache/poi/poifs/macros/Module.html" title="interface in org.apache.poi.poifs.macros"><span class="typeNameLink">Module</span></a></li>
 <li type="circle">org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/Name.html" title="interface in org.apache.poi.ss.usermodel"><span class="typeNameLink">Name</span></a></li>
 <li type="circle">org.apache.poi.hwpf.usermodel.<a href="org/apache/poi/hwpf/usermodel/Notes.html" title="interface in org.apache.poi.hwpf.usermodel"><span class="typeNameLink">Notes</span></a></li>
 <li type="circle">org.apache.poi.hwpf.usermodel.<a href="org/apache/poi/hwpf/usermodel/ObjectsPool.html" title="interface in org.apache.poi.hwpf.usermodel"><span class="typeNameLink">ObjectsPool</span></a></li>
@@ -3615,6 +3603,7 @@
 <li type="circle">org.apache.poi.xwpf.usermodel.<a href="org/apache/poi/xwpf/usermodel/LineSpacingRule.html" title="enum in org.apache.poi.xwpf.usermodel"><span class="typeNameLink">LineSpacingRule</span></a></li>
 <li type="circle">org.apache.poi.xssf.usermodel.<a href="org/apache/poi/xssf/usermodel/ListAutoNumber.html" title="enum in org.apache.poi.xssf.usermodel"><span class="typeNameLink">ListAutoNumber</span></a></li>
 <li type="circle">org.apache.poi.hsmf.<a href="org/apache/poi/hsmf/MAPIMessage.MESSAGE_CLASS.html" title="enum in org.apache.poi.hsmf"><span class="typeNameLink">MAPIMessage.MESSAGE_CLASS</span></a></li>
+<li type="circle">org.apache.poi.poifs.macros.<a href="org/apache/poi/poifs/macros/Module.ModuleType.html" title="enum in org.apache.poi.poifs.macros"><span class="typeNameLink">Module.ModuleType</span></a></li>
 <li type="circle">org.apache.poi.hwpf.model.<a href="org/apache/poi/hwpf/model/NoteType.html" title="enum in org.apache.poi.hwpf.model"><span class="typeNameLink">NoteType</span></a></li>
 <li type="circle">org.apache.poi.hwpf.usermodel.<a href="org/apache/poi/hwpf/usermodel/OfficeDrawing.HorizontalPositioning.html" title="enum in org.apache.poi.hwpf.usermodel"><span class="typeNameLink">OfficeDrawing.HorizontalPositioning</span></a></li>
 <li type="circle">org.apache.poi.hwpf.usermodel.<a href="org/apache/poi/hwpf/usermodel/OfficeDrawing.HorizontalRelativeElement.html" title="enum in org.apache.poi.hwpf.usermodel"><span class="typeNameLink">OfficeDrawing.HorizontalRelativeElement</span></a></li>
@@ -3632,6 +3621,7 @@
 <li type="circle">org.apache.poi.sl.usermodel.<a href="org/apache/poi/sl/usermodel/PresetColor.html" title="enum in org.apache.poi.sl.usermodel"><span class="typeNameLink">PresetColor</span></a></li>
 <li type="circle">org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/PrintCellComments.html" title="enum in org.apache.poi.ss.usermodel"><span class="typeNameLink">PrintCellComments</span></a></li>
 <li type="circle">org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/PrintOrientation.html" title="enum in org.apache.poi.ss.usermodel"><span class="typeNameLink">PrintOrientation</span></a></li>
+<li type="circle">org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/ReadingOrder.html" title="enum in org.apache.poi.ss.usermodel"><span class="typeNameLink">ReadingOrder</span></a></li>
 <li type="circle">org.apache.poi.hslf.record.<a href="org/apache/poi/hslf/record/RecordTypes.html" title="enum in org.apache.poi.hslf.record"><span class="typeNameLink">RecordTypes</span></a></li>
 <li type="circle">org.apache.poi.sl.usermodel.<a href="org/apache/poi/sl/usermodel/RectAlign.html" title="enum in org.apache.poi.sl.usermodel"><span class="typeNameLink">RectAlign</span></a></li>
 <li type="circle">org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/Row.MissingCellPolicy.html" title="enum in org.apache.poi.ss.usermodel"><span class="typeNameLink">Row.MissingCellPolicy</span></a></li>

Modified: poi/site/publish/apidocs/serialized-form.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/serialized-form.html?rev=1813967&r1=1813966&r2=1813967&view=diff
==============================================================================
--- poi/site/publish/apidocs/serialized-form.html (original)
+++ poi/site/publish/apidocs/serialized-form.html Wed Nov  1 11:22:49 2017
@@ -556,7 +556,7 @@
 <li class="blockList"><a name="org.apache.poi.poifs.macros.VBAMacroReader.ModuleMap">
 <!--   -->
 </a>
-<h3>Class <a href="org/apache/poi/poifs/macros/VBAMacroReader.ModuleMap.html" title="class in org.apache.poi.poifs.macros">org.apache.poi.poifs.macros.VBAMacroReader.ModuleMap</a> extends java.util.HashMap&lt;java.lang.String,<a href="org/apache/poi/poifs/macros/VBAMacroReader.Module.html" title="class in org.apache.poi.poifs.macros">VBAMacroReader.Module</a>&gt; implements Serializable</h3>
+<h3>Class <a href="org/apache/poi/poifs/macros/VBAMacroReader.ModuleMap.html" title="class in org.apache.poi.poifs.macros">org.apache.poi.poifs.macros.VBAMacroReader.ModuleMap</a> extends java.util.HashMap&lt;java.lang.String,<a href="org/apache/poi/poifs/macros/VBAMacroReader.ModuleImpl.html" title="class in org.apache.poi.poifs.macros">VBAMacroReader.ModuleImpl</a>&gt; implements Serializable</h3>
 <ul class="blockList">
 <li class="blockList">
 <h3>Serialized Fields</h3>



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