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

svn commit: r1774729 - in /poi/site/publish: ./ apidocs/ apidocs/org/apache/poi/xwpf/model/ apidocs/org/apache/poi/xwpf/usermodel/ apidocs/org/apache/poi/xwpf/usermodel/class-use/

Author: nick
Date: Sat Dec 17 09:46:40 2016
New Revision: 1774729

URL: http://svn.apache.org/viewvc?rev=1774729&view=rev
Log:
Republish site

Modified:
    poi/site/publish/apidocs/index-all.html
    poi/site/publish/apidocs/org/apache/poi/xwpf/model/WMLHelper.html
    poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFParagraph.html
    poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/LineSpacingRule.html
    poi/site/publish/changes.html
    poi/site/publish/changes.rss

Modified: poi/site/publish/apidocs/index-all.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/index-all.html?rev=1774729&r1=1774728&r2=1774729&view=diff
==============================================================================
--- poi/site/publish/apidocs/index-all.html (original)
+++ poi/site/publish/apidocs/index-all.html Sat Dec 17 09:46:40 2016
@@ -3073,8 +3073,6 @@
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/ss/formula/functions/BooleanFunction.html#BooleanFunction()">BooleanFunction()</a></span> - Constructor for class org.apache.poi.ss.formula.functions.<a href="./org/apache/poi/ss/formula/functions/BooleanFunction.html" title="class in org.apache.poi.ss.formula.functions">BooleanFunction</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="strong"><a href="./org/apache/poi/xwpf/model/WMLHelper.html#BooleanToSTOnOff(boolean)">BooleanToSTOnOff(boolean)</a></span> - Static method in class org.apache.poi.xwpf.model.<a href="./org/apache/poi/xwpf/model/WMLHelper.html" title="class in org.apache.poi.xwpf.model">WMLHelper</a></dt>
-<dd>&nbsp;</dd>
 <dt><a href="./org/apache/poi/hssf/record/BoolErrRecord.html" title="class in org.apache.poi.hssf.record"><span class="strong">BoolErrRecord</span></a> - Class in <a href="./org/apache/poi/hssf/record/package-summary.html">org.apache.poi.hssf.record</a></dt>
 <dd>
 <div class="block">Creates new BoolErrRecord.</div>
@@ -6816,6 +6814,8 @@
 <dd>
 <div class="block">Converts a <a href="./org/apache/poi/hssf/record/MulBlankRecord.html" title="class in org.apache.poi.hssf.record"><code>MulBlankRecord</code></a> into an equivalent array of <a href="./org/apache/poi/hssf/record/BlankRecord.html" title="class in org.apache.poi.hssf.record"><code>BlankRecords</code></a></div>
 </dd>
+<dt><span class="strong"><a href="./org/apache/poi/xwpf/model/WMLHelper.html#convertBooleanToSTOnOff(boolean)">convertBooleanToSTOnOff(boolean)</a></span> - Static method in class org.apache.poi.xwpf.model.<a href="./org/apache/poi/xwpf/model/WMLHelper.html" title="class in org.apache.poi.xwpf.model">WMLHelper</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/hwpf/sprm/SprmUtils.html#convertBrcToInt(short[])">convertBrcToInt(short[])</a></span> - Static method in class org.apache.poi.hwpf.sprm.<a href="./org/apache/poi/hwpf/sprm/SprmUtils.html" title="class in org.apache.poi.hwpf.sprm">SprmUtils</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/hwpf/usermodel/TableCellDescriptor.html#convertBytesToTC(byte[],%20int)">convertBytesToTC(byte[], int)</a></span> - Static method in class org.apache.poi.hwpf.usermodel.<a href="./org/apache/poi/hwpf/usermodel/TableCellDescriptor.html" title="class in org.apache.poi.hwpf.usermodel">TableCellDescriptor</a></dt>
@@ -6863,6 +6863,8 @@
 <dd>
 <div class="block">Creates a non shared formula from the shared formula counterpart, i.e.</div>
 </dd>
+<dt><span class="strong"><a href="./org/apache/poi/xwpf/model/WMLHelper.html#convertSTOnOffToBoolean(org.openxmlformats.schemas.wordprocessingml.x2006.main.STOnOff.Enum)">convertSTOnOffToBoolean(STOnOff.Enum)</a></span> - Static method in class org.apache.poi.xwpf.model.<a href="./org/apache/poi/xwpf/model/WMLHelper.html" title="class in org.apache.poi.xwpf.model">WMLHelper</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/ss/usermodel/DateUtil.html#convertTime(java.lang.String)">convertTime(String)</a></span> - Static method in class org.apache.poi.ss.usermodel.<a href="./org/apache/poi/ss/usermodel/DateUtil.html" title="class in org.apache.poi.ss.usermodel">DateUtil</a></dt>
 <dd>
 <div class="block">Converts a string of format "HH:MM" or "HH:MM:SS" to its (Excel) numeric equivalent</div>
@@ -38823,6 +38825,10 @@
 <div class="block">Specifies the spacing that should be added before the first line in this paragraph in the
  document in line units.</div>
 </dd>
+<dt><span class="strong"><a href="./org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getSpacingBetween()">getSpacingBetween()</a></span> - Method in class org.apache.poi.xwpf.usermodel.<a href="./org/apache/poi/xwpf/usermodel/XWPFParagraph.html" title="class in org.apache.poi.xwpf.usermodel">XWPFParagraph</a></dt>
+<dd>
+<div class="block">Return the spacing between lines of a paragraph.</div>
+</dd>
 <dt><span class="strong"><a href="./org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getSpacingLineRule()">getSpacingLineRule()</a></span> - Method in class org.apache.poi.xwpf.usermodel.<a href="./org/apache/poi/xwpf/usermodel/XWPFParagraph.html" title="class in org.apache.poi.xwpf.usermodel">XWPFParagraph</a></dt>
 <dd>
 <div class="block">Specifies how the spacing between lines is calculated as stored in the
@@ -75369,6 +75375,14 @@ Compound Document Format.</div>
 <div class="block">Specifies the spacing that should be added before the first line in this
  paragraph in the document in line units.</div>
 </dd>
+<dt><span class="strong"><a href="./org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setSpacingBetween(double,%20org.apache.poi.xwpf.usermodel.LineSpacingRule)">setSpacingBetween(double, LineSpacingRule)</a></span> - Method in class org.apache.poi.xwpf.usermodel.<a href="./org/apache/poi/xwpf/usermodel/XWPFParagraph.html" title="class in org.apache.poi.xwpf.usermodel">XWPFParagraph</a></dt>
+<dd>
+<div class="block">Sets the spacing between lines in a paragraph</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setSpacingBetween(double)">setSpacingBetween(double)</a></span> - Method in class org.apache.poi.xwpf.usermodel.<a href="./org/apache/poi/xwpf/usermodel/XWPFParagraph.html" title="class in org.apache.poi.xwpf.usermodel">XWPFParagraph</a></dt>
+<dd>
+<div class="block">Sets the spacing between lines in a paragraph</div>
+</dd>
 <dt><span class="strong"><a href="./org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setSpacingLineRule(org.apache.poi.xwpf.usermodel.LineSpacingRule)">setSpacingLineRule(LineSpacingRule)</a></span> - Method in class org.apache.poi.xwpf.usermodel.<a href="./org/apache/poi/xwpf/usermodel/XWPFParagraph.html" title="class in org.apache.poi.xwpf.usermodel">XWPFParagraph</a></dt>
 <dd>
 <div class="block">Specifies how the spacing between lines is calculated as stored in the
@@ -80400,8 +80414,6 @@ Compound Document Format.</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/hwpf/model/types/StdfPost2000AbstractType.html#StdfPost2000AbstractType()">StdfPost2000AbstractType()</a></span> - Constructor for class org.apache.poi.hwpf.model.types.<a href="./org/apache/poi/hwpf/model/types/StdfPost2000AbstractType.html" title="class in org.apache.poi.hwpf.model.types">StdfPost2000AbstractType</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="strong"><a href="./org/apache/poi/xwpf/model/WMLHelper.html#STOnOffToBoolean(org.openxmlformats.schemas.wordprocessingml.x2006.main.STOnOff.Enum)">STOnOffToBoolean(STOnOff.Enum)</a></span> - Static method in class org.apache.poi.xwpf.model.<a href="./org/apache/poi/xwpf/model/WMLHelper.html" title="class in org.apache.poi.xwpf.model">WMLHelper</a></dt>
-<dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/ss/usermodel/DataValidation.ErrorStyle.html#STOP">STOP</a></span> - Static variable in class org.apache.poi.ss.usermodel.<a href="./org/apache/poi/ss/usermodel/DataValidation.ErrorStyle.html" title="class in org.apache.poi.ss.usermodel">DataValidation.ErrorStyle</a></dt>
 <dd>
 <div class="block">STOP style</div>

Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/model/WMLHelper.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/model/WMLHelper.html?rev=1774729&r1=1774728&r2=1774729&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xwpf/model/WMLHelper.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xwpf/model/WMLHelper.html Sat Dec 17 09:46:40 2016
@@ -137,11 +137,11 @@ extends java.lang.Object</pre>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static org.openxmlformats.schemas.wordprocessingml.x2006.main.STOnOff.Enum</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/model/WMLHelper.html#BooleanToSTOnOff(boolean)">BooleanToSTOnOff</a></strong>(boolean&nbsp;value)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/model/WMLHelper.html#convertBooleanToSTOnOff(boolean)">convertBooleanToSTOnOff</a></strong>(boolean&nbsp;value)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/model/WMLHelper.html#STOnOffToBoolean(org.openxmlformats.schemas.wordprocessingml.x2006.main.STOnOff.Enum)">STOnOffToBoolean</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.STOnOff.Enum&nbsp;value)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/model/WMLHelper.html#convertSTOnOffToBoolean(org.openxmlformats.schemas.wordprocessingml.x2006.main.STOnOff.Enum)">convertSTOnOffToBoolean</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.STOnOff.Enum&nbsp;value)</code>&nbsp;</td>
 </tr>
 </table>
 <ul class="blockList">
@@ -182,22 +182,22 @@ extends java.lang.Object</pre>
 <!--   -->
 </a>
 <h3>Method Detail</h3>
-<a name="STOnOffToBoolean(org.openxmlformats.schemas.wordprocessingml.x2006.main.STOnOff.Enum)">
+<a name="convertSTOnOffToBoolean(org.openxmlformats.schemas.wordprocessingml.x2006.main.STOnOff.Enum)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>STOnOffToBoolean</h4>
-<pre>public static&nbsp;boolean&nbsp;STOnOffToBoolean(org.openxmlformats.schemas.wordprocessingml.x2006.main.STOnOff.Enum&nbsp;value)</pre>
+<h4>convertSTOnOffToBoolean</h4>
+<pre>public static&nbsp;boolean&nbsp;convertSTOnOffToBoolean(org.openxmlformats.schemas.wordprocessingml.x2006.main.STOnOff.Enum&nbsp;value)</pre>
 </li>
 </ul>
-<a name="BooleanToSTOnOff(boolean)">
+<a name="convertBooleanToSTOnOff(boolean)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
-<h4>BooleanToSTOnOff</h4>
-<pre>public static&nbsp;org.openxmlformats.schemas.wordprocessingml.x2006.main.STOnOff.Enum&nbsp;BooleanToSTOnOff(boolean&nbsp;value)</pre>
+<h4>convertBooleanToSTOnOff</h4>
+<pre>public static&nbsp;org.openxmlformats.schemas.wordprocessingml.x2006.main.STOnOff.Enum&nbsp;convertBooleanToSTOnOff(boolean&nbsp;value)</pre>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFParagraph.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFParagraph.html?rev=1774729&r1=1774728&r2=1774729&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFParagraph.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFParagraph.html Sat Dec 17 09:46:40 2016
@@ -419,54 +419,60 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code>double</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getSpacingBetween()">getSpacingBetween</a></strong>()</code>
+<div class="block">Return the spacing between lines of a paragraph.</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/LineSpacingRule.html" title="enum in org.apache.poi.xwpf.usermodel">LineSpacingRule</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getSpacingLineRule()">getSpacingLineRule</a></strong>()</code>
 <div class="block">Specifies how the spacing between lines is calculated as stored in the
  line attribute.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getStyle()">getStyle</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getStyleID()">getStyleID</a></strong>()</code>
 <div class="block">Return styleID of the paragraph if style exist for this paragraph
  if not, null will be returned</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getText()">getText</a></strong>()</code>
 <div class="block">Return the textual content of the paragraph, including text from pictures
  and sdt elements in it.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getText(org.apache.poi.xwpf.usermodel.TextSegement)">getText</a></strong>(<a href="../../../../../org/apache/poi/xwpf/usermodel/TextSegement.html" title="class in org.apache.poi.xwpf.usermodel">TextSegement</a>&nbsp;segment)</code>
 <div class="block">get a Text</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/TextAlignment.html" title="enum in org.apache.poi.xwpf.usermodel">TextAlignment</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getVerticalAlignment()">getVerticalAlignment</a></strong>()</code>
 <div class="block">Returns the text vertical alignment which shall be applied to text in
  this paragraph.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html" title="class in org.apache.poi.xwpf.usermodel">XWPFRun</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#insertNewRun(int)">insertNewRun</a></strong>(int&nbsp;pos)</code>
 <div class="block">insert a new Run in RunArray</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#isEmpty()">isEmpty</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#isPageBreak()">isPageBreak</a></strong>()</code>
 <div class="block">Specifies that when rendering this document in a paginated
@@ -474,11 +480,11 @@ implements <a href="../../../../../org/a
  page in the document.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#isWordWrap()">isWordWrap</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#isWordWrapped()">isWordWrapped</a></strong>()</code>
 <div class="block">This element specifies whether a consumer shall break Latin text which
@@ -487,77 +493,77 @@ implements <a href="../../../../../org/a
  line (breaking on the word level).</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#removeRun(int)">removeRun</a></strong>(int&nbsp;pos)</code>
 <div class="block">removes a Run at the position pos in the paragraph</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/TextSegement.html" title="class in org.apache.poi.xwpf.usermodel">TextSegement</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#searchText(java.lang.String,%20org.apache.poi.xwpf.usermodel.PositionInParagraph)">searchText</a></strong>(java.lang.String&nbsp;searched,
           <a href="../../../../../org/apache/poi/xwpf/usermodel/PositionInParagraph.html" title="class in org.apache.poi.xwpf.usermodel">PositionInParagraph</a>&nbsp;startPos)</code>
 <div class="block">this methods parse the paragraph and search for the string searched.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setAlignment(org.apache.poi.xwpf.usermodel.ParagraphAlignment)">setAlignment</a></strong>(<a href="../../../../../org/apache/poi/xwpf/usermodel/ParagraphAlignment.html" title="enum in org.apache.poi.xwpf.usermodel">ParagraphAlignment</a>&nbsp;align)</code>
 <div class="block">Specifies the paragraph alignment which shall be applied to text in this
  paragraph.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setBorderBetween(org.apache.poi.xwpf.usermodel.Borders)">setBorderBetween</a></strong>(<a href="../../../../../org/apache/poi/xwpf/usermodel/Borders.html" title="enum in org.apache.poi.xwpf.usermodel">Borders</a>&nbsp;border)</code>
 <div class="block">Specifies the border which shall be displayed between each paragraph in a
  set of paragraphs which have the same set of paragraph border settings.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setBorderBottom(org.apache.poi.xwpf.usermodel.Borders)">setBorderBottom</a></strong>(<a href="../../../../../org/apache/poi/xwpf/usermodel/Borders.html" title="enum in org.apache.poi.xwpf.usermodel">Borders</a>&nbsp;border)</code>
 <div class="block">Specifies the border which shall be displayed below a set of paragraphs
  which have the same set of paragraph border settings.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setBorderLeft(org.apache.poi.xwpf.usermodel.Borders)">setBorderLeft</a></strong>(<a href="../../../../../org/apache/poi/xwpf/usermodel/Borders.html" title="enum in org.apache.poi.xwpf.usermodel">Borders</a>&nbsp;border)</code>
 <div class="block">Specifies the border which shall be displayed on the left side of the
  page around the specified paragraph.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setBorderRight(org.apache.poi.xwpf.usermodel.Borders)">setBorderRight</a></strong>(<a href="../../../../../org/apache/poi/xwpf/usermodel/Borders.html" title="enum in org.apache.poi.xwpf.usermodel">Borders</a>&nbsp;border)</code>
 <div class="block">Specifies the border which shall be displayed on the right side of the
  page around the specified paragraph.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setBorderTop(org.apache.poi.xwpf.usermodel.Borders)">setBorderTop</a></strong>(<a href="../../../../../org/apache/poi/xwpf/usermodel/Borders.html" title="enum in org.apache.poi.xwpf.usermodel">Borders</a>&nbsp;border)</code>
 <div class="block">Specifies the border which shall be displayed above a set of paragraphs
  which have the same set of paragraph border settings.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setFirstLineIndent(int)">setFirstLineIndent</a></strong>(int&nbsp;first)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setFontAlignment(int)">setFontAlignment</a></strong>(int&nbsp;align)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setIndentationFirstLine(int)">setIndentationFirstLine</a></strong>(int&nbsp;indentation)</code>
 <div class="block">Specifies the additional indentation which shall be applied to the first
  line of the parent paragraph.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setIndentationHanging(int)">setIndentationHanging</a></strong>(int&nbsp;indentation)</code>
 <div class="block">Specifies the indentation which shall be removed from the first line of
@@ -565,7 +571,7 @@ implements <a href="../../../../../org/a
  towards the beginning of the direction of text flow.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setIndentationLeft(int)">setIndentationLeft</a></strong>(int&nbsp;indentation)</code>
 <div class="block">Specifies the indentation which shall be placed between the left text
@@ -576,7 +582,7 @@ implements <a href="../../../../../org/a
  If this attribute is omitted, its value shall be assumed to be zero.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setIndentationRight(int)">setIndentationRight</a></strong>(int&nbsp;indentation)</code>
 <div class="block">Specifies the indentation which shall be placed between the right text
@@ -587,21 +593,21 @@ implements <a href="../../../../../org/a
  If this attribute is omitted, its value shall be assumed to be zero.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setIndentFromLeft(int)">setIndentFromLeft</a></strong>(int&nbsp;dxaLeft)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setIndentFromRight(int)">setIndentFromRight</a></strong>(int&nbsp;dxaRight)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setNumID(java.math.BigInteger)">setNumID</a></strong>(java.math.BigInteger&nbsp;numPos)</code>
 <div class="block">setNumID of Paragraph</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setPageBreak(boolean)">setPageBreak</a></strong>(boolean&nbsp;pageBreak)</code>
 <div class="block">Specifies that when rendering this document in a paginated
@@ -609,62 +615,75 @@ implements <a href="../../../../../org/a
  page in the document.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setSpacingAfter(int)">setSpacingAfter</a></strong>(int&nbsp;spaces)</code>
 <div class="block">Specifies the spacing that should be added after the last line in this
  paragraph in the document in absolute units.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setSpacingAfterLines(int)">setSpacingAfterLines</a></strong>(int&nbsp;spaces)</code>
 <div class="block">Specifies the spacing that should be added after the last line in this
  paragraph in the document in line units.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setSpacingBefore(int)">setSpacingBefore</a></strong>(int&nbsp;spaces)</code>
 <div class="block">Specifies the spacing that should be added above the first line in this
  paragraph in the document in absolute units.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setSpacingBeforeLines(int)">setSpacingBeforeLines</a></strong>(int&nbsp;spaces)</code>
 <div class="block">Specifies the spacing that should be added before the first line in this
  paragraph in the document in line units.</div>
 </td>
 </tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setSpacingBetween(double)">setSpacingBetween</a></strong>(double&nbsp;spacing)</code>
+<div class="block">Sets the spacing between lines in a paragraph</div>
+</td>
+</tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setSpacingBetween(double,%20org.apache.poi.xwpf.usermodel.LineSpacingRule)">setSpacingBetween</a></strong>(double&nbsp;spacing,
+                 <a href="../../../../../org/apache/poi/xwpf/usermodel/LineSpacingRule.html" title="enum in org.apache.poi.xwpf.usermodel">LineSpacingRule</a>&nbsp;rule)</code>
+<div class="block">Sets the spacing between lines in a paragraph</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setSpacingLineRule(org.apache.poi.xwpf.usermodel.LineSpacingRule)">setSpacingLineRule</a></strong>(<a href="../../../../../org/apache/poi/xwpf/usermodel/LineSpacingRule.html" title="enum in org.apache.poi.xwpf.usermodel">LineSpacingRule</a>&nbsp;rule)</code>
 <div class="block">Specifies how the spacing between lines is calculated as stored in the
  line attribute.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setStyle(java.lang.String)">setStyle</a></strong>(java.lang.String&nbsp;newStyle)</code>
 <div class="block">This method provides a style to the paragraph
  This is useful when, e.g.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setVerticalAlignment(org.apache.poi.xwpf.usermodel.TextAlignment)">setVerticalAlignment</a></strong>(<a href="../../../../../org/apache/poi/xwpf/usermodel/TextAlignment.html" title="enum in org.apache.poi.xwpf.usermodel">TextAlignment</a>&nbsp;valign)</code>
 <div class="block">Specifies the text vertical alignment which shall be applied to text in
  this paragraph.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setWordWrap(boolean)">setWordWrap</a></strong>(boolean&nbsp;wrap)</code>
 <div class="block"><strong>Deprecated.</strong>&nbsp;</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setWordWrapped(boolean)">setWordWrapped</a></strong>(boolean&nbsp;wrap)</code>
 <div class="block">This element specifies whether a consumer shall break Latin text which
@@ -1346,7 +1365,7 @@ public&nbsp;org.openxmlformats.schemas.w
 <pre>public&nbsp;int&nbsp;getSpacingAfterLines()</pre>
 <div class="block">Specifies the spacing that should be added after the last line in this
  paragraph in the document in absolute units.</div>
-<dl><dt><span class="strong">Returns:</span></dt><dd>bigInteger - value representing the spacing after the paragraph</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setSpacingAfterLines(int)"><code>setSpacingAfterLines(int)</code></a></dd></dl>
+<dl><dt><span class="strong">Returns:</span></dt><dd>int - value representing the spacing after the paragraph</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setSpacingAfterLines(int)"><code>setSpacingAfterLines(int)</code></a></dd></dl>
 </li>
 </ul>
 <a name="setSpacingAfterLines(int)">
@@ -1369,7 +1388,7 @@ public&nbsp;org.openxmlformats.schemas.w
  </p></div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>spaces</code> - -
                a positive whole number, whose contents consist of a
-               measurement in twentieths of a</dd></dl>
+               measurement in hundredths of a line</dd></dl>
 </li>
 </ul>
 <a name="getSpacingBefore()">
@@ -1458,6 +1477,49 @@ public&nbsp;org.openxmlformats.schemas.w
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>rule</code> - </dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/xwpf/usermodel/LineSpacingRule.html" title="enum in org.apache.poi.xwpf.usermodel"><code>LineSpacingRule</code></a></dd></dl>
 </li>
 </ul>
+<a name="getSpacingBetween()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getSpacingBetween</h4>
+<pre>public&nbsp;double&nbsp;getSpacingBetween()</pre>
+<div class="block">Return the spacing between lines of a paragraph. The units of the return value depends on the
+ <a href="../../../../../org/apache/poi/xwpf/usermodel/LineSpacingRule.html" title="enum in org.apache.poi.xwpf.usermodel"><code>LineSpacingRule</code></a>. If AUTO, the return value is in lines, otherwise the return
+ value is in points</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>a double specifying points or lines.</dd></dl>
+</li>
+</ul>
+<a name="setSpacingBetween(double, org.apache.poi.xwpf.usermodel.LineSpacingRule)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setSpacingBetween</h4>
+<pre>public&nbsp;void&nbsp;setSpacingBetween(double&nbsp;spacing,
+                     <a href="../../../../../org/apache/poi/xwpf/usermodel/LineSpacingRule.html" title="enum in org.apache.poi.xwpf.usermodel">LineSpacingRule</a>&nbsp;rule)</pre>
+<div class="block">Sets the spacing between lines in a paragraph</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>spacing</code> - - A double specifying spacing in inches or lines. If rule is
+                  AUTO, then spacing is in lines. Otherwise spacing is in points.</dd><dd><code>rule</code> - - <a href="../../../../../org/apache/poi/xwpf/usermodel/LineSpacingRule.html" title="enum in org.apache.poi.xwpf.usermodel"><code>LineSpacingRule</code></a> indicating how spacing is interpreted. If
+               AUTO, then spacing value is in lines, and the height depends on the
+               font size. If AT_LEAST, then spacing value is in inches, and is the
+               minimum size of the line. If the line height is taller, then the
+               line expands to match. If EXACT, then spacing is the exact line
+               height. If the text is taller than the line height, then it is 
+               clipped at the top.</dd></dl>
+</li>
+</ul>
+<a name="setSpacingBetween(double)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setSpacingBetween</h4>
+<pre>public&nbsp;void&nbsp;setSpacingBetween(double&nbsp;spacing)</pre>
+<div class="block">Sets the spacing between lines in a paragraph</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>spacing</code> - - A double specifying spacing in lines.</dd></dl>
+</li>
+</ul>
 <a name="getIndentationLeft()">
 <!--   -->
 </a>

Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/LineSpacingRule.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/LineSpacingRule.html?rev=1774729&r1=1774728&r2=1774729&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/LineSpacingRule.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/LineSpacingRule.html Sat Dec 17 09:46:40 2016
@@ -132,6 +132,13 @@ the order they are declared.</div>
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="strong">XWPFParagraph.</span><code><strong><a href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setSpacingBetween(double,%20org.apache.poi.xwpf.usermodel.LineSpacingRule)">setSpacingBetween</a></strong>(double&nbsp;spacing,
+                 <a href="../../../../../../org/apache/poi/xwpf/usermodel/LineSpacingRule.html" title="enum in org.apache.poi.xwpf.usermodel">LineSpacingRule</a>&nbsp;rule)</code>
+<div class="block">Sets the spacing between lines in a paragraph</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
 <td class="colLast"><span class="strong">XWPFParagraph.</span><code><strong><a href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setSpacingLineRule(org.apache.poi.xwpf.usermodel.LineSpacingRule)">setSpacingLineRule</a></strong>(<a href="../../../../../../org/apache/poi/xwpf/usermodel/LineSpacingRule.html" title="enum in org.apache.poi.xwpf.usermodel">LineSpacingRule</a>&nbsp;rule)</code>
 <div class="block">Specifies how the spacing between lines is calculated as stored in the
  line attribute.</div>

Modified: poi/site/publish/changes.html
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1774729&r1=1774728&r2=1774729&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Sat Dec 17 09:46:40 2016
@@ -291,38 +291,42 @@ if (VERSION > 3) {
 <tbody>
         
 <tr class="b">
-<td style="text-align: center;"><img class="icon" alt="fix" src="skin/images/fix.png" title="fix"></td><td><a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=58237">58237</a></td><td>XWPF</td><td>Unable to add image to Word document header</td>
+<td style="text-align: center;"><img class="icon" alt="add" src="skin/images/add.png" title="add"></td><td><a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=60465">60465</a></td><td>XWPF</td><td>Cannot specify Interline spacing for paragraphs</td>
 </tr>
         
 <tr class="a">
-<td style="text-align: center;"><img class="icon" alt="update" src="skin/images/update.png" title="update"></td><td><a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=55902">55902</a></td><td>SL Common</td><td>Mixed fonts issue with Chinese characters (unable to form images from ppt)</td>
+<td style="text-align: center;"><img class="icon" alt="fix" src="skin/images/fix.png" title="fix"></td><td><a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=58237">58237</a></td><td>XWPF</td><td>Unable to add image to Word document header</td>
 </tr>
         
 <tr class="b">
+<td style="text-align: center;"><img class="icon" alt="update" src="skin/images/update.png" title="update"></td><td><a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=55902">55902</a></td><td>SL Common</td><td>Mixed fonts issue with Chinese characters (unable to form images from ppt)</td>
+</tr>
+        
+<tr class="a">
 <td style="text-align: center;"><img class="icon" alt="remove" src="skin/images/remove.png" title="remove"></td><td><a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=60331">60331</a></td><td>OOXML</td><td><b>Remove deprecated classes - remove constructors with PackageRelationship argument (breaks backwards compatibility)</b></td>
 </tr>
       	
-<tr class="a">
+<tr class="b">
 <td style="text-align: center;"><img class="icon" alt="fix" src="skin/images/fix.png" title="fix"></td><td><a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=60329">60329</a></td><td>XWPF</td><td>Added try/catch block to swallow NPE</td>
 </tr>
         
-<tr class="b">
+<tr class="a">
 <td style="text-align: center;"><img class="icon" alt="fix" src="skin/images/fix.png" title="fix"></td><td><a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=60370">60370</a></td><td>XSSF</td><td>Encode some special characters when setting title/text for validation text-boxes</td>
 </tr>
         
-<tr class="a">
+<tr class="b">
 <td style="text-align: center;"><img class="icon" alt="fix" src="skin/images/fix.png" title="fix"></td><td><a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=60427">60427</a></td><td>XSLF</td><td>Creating pictures in PowerPoint slides requires scratchpad-jar for adding WMF images</td>
 </tr>
         
-<tr class="b">
+<tr class="a">
 <td style="text-align: center;"><img class="icon" alt="remove" src="skin/images/remove.png" title="remove"></td><td><a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=60331">60331</a></td><td>HPSF</td><td>Remove deprecated classes - deprecate Mutable* property classes</td>
 </tr>
         
-<tr class="a">
+<tr class="b">
 <td style="text-align: center;"><img class="icon" alt="fix" src="skin/images/fix.png" title="fix"></td><td><a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=59200">59200</a></td><td>SS Common</td><td>Check for actual Excel limits on data validation title/text</td>
 </tr>
         
-<tr class="b">
+<tr class="a">
 <td style="text-align: center;"><img class="icon" alt="fix" src="skin/images/fix.png" title="fix"></td><td><a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=60373">60373</a></td><td>XSLF</td><td>TableCell.getTextHeight() returns NullPointerException</td>
 </tr>
       
@@ -337,9 +341,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Summary-N100C9"></a>
+<a name="Summary-N100D9"></a>
 <div class="h4">
-<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N100C9">#</a>
+<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N100D9">#</a>
 </h4>
 </div>
 <ul>
@@ -356,9 +360,9 @@ if (VERSION > 3) {
       
 </ul>
       
-<a name="Changes-N100DF"></a>
+<a name="Changes-N100EF"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N100DF">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N100EF">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -548,9 +552,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Summary-N10391"></a>
+<a name="Summary-N103A1"></a>
 <div class="h4">
-<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N10391">#</a>
+<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N103A1">#</a>
 </h4>
 </div>
 <ul>
@@ -573,9 +577,9 @@ if (VERSION > 3) {
       
 </ul>
       
-<a name="Changes-N103B1"></a>
+<a name="Changes-N103C1"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N103B1">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N103C1">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -781,9 +785,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Summary-N106A2"></a>
+<a name="Summary-N106B2"></a>
 <div class="h4">
-<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N106A2">#</a>
+<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N106B2">#</a>
 </h4>
 </div>
 <ul>
@@ -800,9 +804,9 @@ if (VERSION > 3) {
       
 </ul>
       
-<a name="Changes-N106C4"></a>
+<a name="Changes-N106D4"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N106C4">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N106D4">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -996,9 +1000,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Summary-N1097A"></a>
+<a name="Summary-N1098A"></a>
 <div class="h4">
-<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N1097A">#</a>
+<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N1098A">#</a>
 </h4>
 </div>
 <ul>
@@ -1015,9 +1019,9 @@ if (VERSION > 3) {
       
 </ul>
       
-<a name="Changes-N1099C"></a>
+<a name="Changes-N109AC"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N1099C">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N109AC">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -1123,9 +1127,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Summary-N10AF1"></a>
+<a name="Summary-N10B01"></a>
 <div class="h4">
-<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N10AF1">#</a>
+<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N10B01">#</a>
 </h4>
 </div>
 <ul>
@@ -1151,9 +1155,9 @@ if (VERSION > 3) {
       
 </ul>
       
-<a name="Changes-N10B1F"></a>
+<a name="Changes-N10B2F"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N10B1F">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N10B2F">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -1331,9 +1335,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N10D80"></a>
+<a name="Changes-N10D90"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N10D80">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N10D90">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -1587,9 +1591,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Summary-N110FE"></a>
+<a name="Summary-N1110E"></a>
 <div class="h4">
-<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N110FE">#</a>
+<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N1110E">#</a>
 </h4>
 </div>
 <ul>
@@ -1606,9 +1610,9 @@ if (VERSION > 3) {
       
 </ul>
       
-<a name="Changes-N11111"></a>
+<a name="Changes-N11121"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N11111">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N11121">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -1794,9 +1798,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N1138F"></a>
+<a name="Changes-N1139F"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N1138F">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N1139F">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -1906,9 +1910,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Summary-N114F3"></a>
+<a name="Summary-N11503"></a>
 <div class="h4">
-<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N114F3">#</a>
+<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N11503">#</a>
 </h4>
 </div>
 <ul>
@@ -1921,9 +1925,9 @@ if (VERSION > 3) {
       
 </ul>
       
-<a name="Changes-N1151B"></a>
+<a name="Changes-N1152B"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N1151B">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N1152B">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -2053,9 +2057,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N116BE"></a>
+<a name="Changes-N116CE"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N116BE">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N116CE">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -2214,9 +2218,9 @@ if (VERSION > 3) {
 </div>
 
       
-<a name="Summary-N118C4"></a>
+<a name="Summary-N118D4"></a>
 <div class="h4">
-<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N118C4">#</a>
+<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N118D4">#</a>
 </h4>
 </div>
 <ul>
@@ -2299,9 +2303,9 @@ if (VERSION > 3) {
 </ul>
 
       
-<a name="Changes-N11941"></a>
+<a name="Changes-N11951"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N11941">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N11951">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -2379,9 +2383,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N11A1E"></a>
+<a name="Changes-N11A2E"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N11A1E">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N11A2E">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -2523,9 +2527,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N11BF2"></a>
+<a name="Changes-N11C02"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N11BF2">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N11C02">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -2567,9 +2571,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Summary-N11C54"></a>
+<a name="Summary-N11C64"></a>
 <div class="h4">
-<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N11C54">#</a>
+<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N11C64">#</a>
 </h4>
 </div>
 <ul>
@@ -2597,9 +2601,9 @@ if (VERSION > 3) {
       
 </ul>
       
-<a name="Changes-N11C6A"></a>
+<a name="Changes-N11C7A"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N11C6A">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N11C7A">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -2629,9 +2633,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N11CA2"></a>
+<a name="Changes-N11CB2"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N11CA2">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N11CB2">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -2921,9 +2925,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N1209A"></a>
+<a name="Changes-N120AA"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N1209A">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N120AA">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -3097,9 +3101,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N122EB"></a>
+<a name="Changes-N122FB"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N122EB">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N122FB">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -3189,9 +3193,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N123FB"></a>
+<a name="Changes-N1240B"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N123FB">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N1240B">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -3361,9 +3365,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N1263D"></a>
+<a name="Changes-N1264D"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N1263D">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N1264D">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -3717,9 +3721,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Summary-N12B30"></a>
+<a name="Summary-N12B40"></a>
 <div class="h4">
-<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N12B30">#</a>
+<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N12B40">#</a>
 </h4>
 </div>
 <ul>
@@ -3749,9 +3753,9 @@ if (VERSION > 3) {
       
 </ul>
       
-<a name="Changes-N12B52"></a>
+<a name="Changes-N12B62"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N12B52">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N12B62">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -4017,9 +4021,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N12EF0"></a>
+<a name="Changes-N12F00"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N12EF0">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N12F00">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -4233,9 +4237,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N131BA"></a>
+<a name="Changes-N131CA"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N131BA">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N131CA">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -4577,9 +4581,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N13642"></a>
+<a name="Changes-N13652"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N13642">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N13652">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -4741,9 +4745,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N13845"></a>
+<a name="Changes-N13855"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N13845">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N13855">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -4853,9 +4857,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N1399A"></a>
+<a name="Changes-N139AA"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N1399A">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N139AA">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -5033,9 +5037,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Summary-N13BF1"></a>
+<a name="Summary-N13C01"></a>
 <div class="h4">
-<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N13BF1">#</a>
+<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N13C01">#</a>
 </h4>
 </div>
 <ul>
@@ -5118,9 +5122,9 @@ if (VERSION > 3) {
       
 </ul>
       
-<a name="Changes-N13C61"></a>
+<a name="Changes-N13C71"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N13C61">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N13C71">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -5178,9 +5182,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N13CFF"></a>
+<a name="Changes-N13D0F"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N13CFF">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N13D0F">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -5358,9 +5362,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N13F44"></a>
+<a name="Changes-N13F54"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N13F44">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N13F54">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -5486,9 +5490,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N140D3"></a>
+<a name="Changes-N140E3"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N140D3">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N140E3">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -5845,9 +5849,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N1459A"></a>
+<a name="Changes-N145AA"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N1459A">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N145AA">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -6006,9 +6010,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N147A9"></a>
+<a name="Changes-N147B9"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N147A9">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N147B9">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -6245,9 +6249,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N14ADC"></a>
+<a name="Changes-N14AEC"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N14ADC">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N14AEC">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -6492,9 +6496,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N14E35"></a>
+<a name="Changes-N14E45"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N14E35">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N14E45">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -6675,9 +6679,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N15095"></a>
+<a name="Changes-N150A5"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N15095">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N150A5">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -6782,9 +6786,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N151E1"></a>
+<a name="Changes-N151F1"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N151E1">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N151F1">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -6817,9 +6821,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N15225"></a>
+<a name="Changes-N15235"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N15225">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N15235">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -6888,9 +6892,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N152E4"></a>
+<a name="Changes-N152F4"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N152E4">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N152F4">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -6939,9 +6943,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N15355"></a>
+<a name="Changes-N15365"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N15355">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N15365">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -7350,9 +7354,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N158C7"></a>
+<a name="Changes-N158D7"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N158C7">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N158D7">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -7477,9 +7481,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N15A5B"></a>
+<a name="Changes-N15A6B"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N15A5B">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N15A6B">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -7572,9 +7576,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N15B80"></a>
+<a name="Changes-N15B90"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N15B80">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N15B90">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -7892,9 +7896,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N15FCA"></a>
+<a name="Changes-N15FDA"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N15FCA">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N15FDA">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -8003,9 +8007,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N16128"></a>
+<a name="Changes-N16138"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16128">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16138">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -8058,9 +8062,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N161B4"></a>
+<a name="Changes-N161C4"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N161B4">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N161C4">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -8214,9 +8218,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N1639C"></a>
+<a name="Changes-N163AC"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N1639C">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N163AC">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -8282,9 +8286,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N1644C"></a>
+<a name="Changes-N1645C"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N1644C">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N1645C">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -8326,9 +8330,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N164A8"></a>
+<a name="Changes-N164B8"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N164A8">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N164B8">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -8354,9 +8358,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N164CE"></a>
+<a name="Changes-N164DE"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N164CE">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N164DE">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -8390,9 +8394,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N1650F"></a>
+<a name="Changes-N1651F"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N1650F">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N1651F">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -8426,9 +8430,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N1654D"></a>
+<a name="Changes-N1655D"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N1654D">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N1655D">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -8466,9 +8470,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N165A0"></a>
+<a name="Changes-N165B0"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N165A0">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N165B0">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -8498,9 +8502,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N165D5"></a>
+<a name="Changes-N165E5"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N165D5">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N165E5">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -8526,9 +8530,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N165FB"></a>
+<a name="Changes-N1660B"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N165FB">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N1660B">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -8578,9 +8582,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N1666C"></a>
+<a name="Changes-N1667C"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N1666C">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N1667C">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -8734,9 +8738,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N16875"></a>
+<a name="Changes-N16885"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16875">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16885">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -8779,9 +8783,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N168CB"></a>
+<a name="Changes-N168DB"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N168CB">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N168DB">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -8831,9 +8835,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N1692D"></a>
+<a name="Changes-N1693D"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N1692D">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N1693D">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -8926,9 +8930,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N16A1F"></a>
+<a name="Changes-N16A2F"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16A1F">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16A2F">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -8961,9 +8965,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N16A5D"></a>
+<a name="Changes-N16A6D"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16A5D">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16A6D">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -9014,9 +9018,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N16ACB"></a>
+<a name="Changes-N16ADB"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16ACB">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16ADB">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -9045,9 +9049,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N16AFD"></a>
+<a name="Changes-N16B0D"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16AFD">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16B0D">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -9076,9 +9080,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N16B2F"></a>
+<a name="Changes-N16B3F"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16B2F">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16B3F">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -9123,9 +9127,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N16B91"></a>
+<a name="Changes-N16BA1"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16B91">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16BA1">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -9150,9 +9154,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N16BB7"></a>
+<a name="Changes-N16BC7"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16BB7">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16BC7">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -9193,9 +9197,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N16C01"></a>
+<a name="Changes-N16C11"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16C01">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16C11">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -9220,9 +9224,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N16C27"></a>
+<a name="Changes-N16C37"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16C27">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16C37">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -9247,9 +9251,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N16C4D"></a>
+<a name="Changes-N16C5D"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16C4D">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16C5D">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -9274,9 +9278,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N16C73"></a>
+<a name="Changes-N16C83"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16C73">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16C83">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -9319,9 +9323,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N16CBD"></a>
+<a name="Changes-N16CCD"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16CBD">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16CCD">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -9346,9 +9350,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N16CE3"></a>
+<a name="Changes-N16CF3"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16CE3">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16CF3">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -9399,9 +9403,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N16D45"></a>
+<a name="Changes-N16D55"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16D45">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16D55">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -9428,9 +9432,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N16D6B"></a>
+<a name="Changes-N16D7B"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16D6B">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16D7B">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -9473,9 +9477,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N16DC1"></a>
+<a name="Changes-N16DD1"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16DC1">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16DD1">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -9518,9 +9522,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N16E0B"></a>
+<a name="Changes-N16E1B"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16E0B">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16E1B">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -9551,9 +9555,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N16E3D"></a>
+<a name="Changes-N16E4D"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16E3D">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16E4D">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -9578,9 +9582,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N16E63"></a>
+<a name="Changes-N16E73"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16E63">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16E73">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -9605,9 +9609,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N16E89"></a>
+<a name="Changes-N16E99"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16E89">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16E99">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -9632,9 +9636,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N16EAF"></a>
+<a name="Changes-N16EBF"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16EAF">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16EBF">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -9659,9 +9663,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N16ED5"></a>
+<a name="Changes-N16EE5"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16ED5">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16EE5">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">

Modified: poi/site/publish/changes.rss
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1774729&r1=1774728&r2=1774729&view=diff
==============================================================================
--- poi/site/publish/changes.rss (original)
+++ poi/site/publish/changes.rss Sat Dec 17 09:46:40 2016
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">
 <rss version="0.91"><channel><title>Apache POI Changes</title><link>https://poi.apache.org/changes.html</link><description>Apache POI Changes</description><language>en-us</language>
+<item><title>XWPF: add(bug 60465)</title><link>https://poi.apache.org/changes.html</link><description>add by POI Developers (bug 60465) - XWPF: Cannot specify Interline spacing for paragraphs</description></item>
 <item><title>XWPF: fix(bug 58237)</title><link>https://poi.apache.org/changes.html</link><description>fix by POI Developers (bug 58237) - XWPF: Unable to add image to Word document header</description></item>
 <item><title>SL Common: update(bug 55902)</title><link>https://poi.apache.org/changes.html</link><description>update by POI Developers (bug 55902) - SL Common: Mixed fonts issue with Chinese characters (unable to form images from ppt)</description></item>
 <item><title>OOXML: remove(bug 60331)</title><link>https://poi.apache.org/changes.html</link><description>remove by POI Developers (bug 60331) - OOXML: Remove deprecated classes - remove constructors with PackageRelationship argument</description></item>



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