You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ab...@apache.org on 2018/01/06 02:56:21 UTC

svn commit: r1820370 [11/23] - in /poi/site: publish/apidocs/ publish/apidocs/org/apache/poi/class-use/ publish/apidocs/org/apache/poi/common/usermodel/fonts/ publish/apidocs/org/apache/poi/common/usermodel/fonts/class-use/ publish/apidocs/org/apache/p...

Modified: poi/site/publish/apidocs/org/apache/poi/poifs/property/class-use/Property.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/poifs/property/class-use/Property.html?rev=1820370&r1=1820369&r2=1820370&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/poifs/property/class-use/Property.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/poifs/property/class-use/Property.html Sat Jan  6 02:56:19 2018
@@ -192,14 +192,14 @@ Compound Document Format.</div>
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>java.util.Iterator&lt;<a href="../../../../../../org/apache/poi/poifs/property/Property.html" title="class in org.apache.poi.poifs.property">Property</a>&gt;</code></td>
-<td class="colLast"><span class="typeNameLabel">Parent.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/poifs/property/Parent.html#getChildren--">getChildren</a></span>()</code>
+<td class="colLast"><span class="typeNameLabel">DirectoryProperty.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/poifs/property/DirectoryProperty.html#getChildren--">getChildren</a></span>()</code>
 <div class="block">Get an iterator over the children of this Parent; all elements
  are instances of Property.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>java.util.Iterator&lt;<a href="../../../../../../org/apache/poi/poifs/property/Property.html" title="class in org.apache.poi.poifs.property">Property</a>&gt;</code></td>
-<td class="colLast"><span class="typeNameLabel">DirectoryProperty.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/poifs/property/DirectoryProperty.html#getChildren--">getChildren</a></span>()</code>
+<td class="colLast"><span class="typeNameLabel">Parent.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/poifs/property/Parent.html#getChildren--">getChildren</a></span>()</code>
 <div class="block">Get an iterator over the children of this Parent; all elements
  are instances of Property.</div>
 </td>
@@ -222,13 +222,13 @@ Compound Document Format.</div>
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">Parent.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/poifs/property/Parent.html#addChild-org.apache.poi.poifs.property.Property-">addChild</a></span>(<a href="../../../../../../org/apache/poi/poifs/property/Property.html" title="class in org.apache.poi.poifs.property">Property</a>&nbsp;property)</code>
+<td class="colLast"><span class="typeNameLabel">DirectoryProperty.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/poifs/property/DirectoryProperty.html#addChild-org.apache.poi.poifs.property.Property-">addChild</a></span>(<a href="../../../../../../org/apache/poi/poifs/property/Property.html" title="class in org.apache.poi.poifs.property">Property</a>&nbsp;property)</code>
 <div class="block">Add a new child to the collection of children</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">DirectoryProperty.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/poifs/property/DirectoryProperty.html#addChild-org.apache.poi.poifs.property.Property-">addChild</a></span>(<a href="../../../../../../org/apache/poi/poifs/property/Property.html" title="class in org.apache.poi.poifs.property">Property</a>&nbsp;property)</code>
+<td class="colLast"><span class="typeNameLabel">Parent.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/poifs/property/Parent.html#addChild-org.apache.poi.poifs.property.Property-">addChild</a></span>(<a href="../../../../../../org/apache/poi/poifs/property/Property.html" title="class in org.apache.poi.poifs.property">Property</a>&nbsp;property)</code>
 <div class="block">Add a new child to the collection of children</div>
 </td>
 </tr>

Modified: poi/site/publish/apidocs/org/apache/poi/poifs/storage/class-use/BATBlock.BATBlockAndIndex.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/poifs/storage/class-use/BATBlock.BATBlockAndIndex.html?rev=1820370&r1=1820369&r2=1820370&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/poifs/storage/class-use/BATBlock.BATBlockAndIndex.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/poifs/storage/class-use/BATBlock.BATBlockAndIndex.html Sat Jan  6 02:56:19 2018
@@ -112,14 +112,14 @@ Compound Document Format.</div>
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>protected <a href="../../../../../../org/apache/poi/poifs/storage/BATBlock.BATBlockAndIndex.html" title="class in org.apache.poi.poifs.storage">BATBlock.BATBlockAndIndex</a></code></td>
-<td class="colLast"><span class="typeNameLabel">NPOIFSMiniStore.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/poifs/filesystem/NPOIFSMiniStore.html#getBATBlockAndIndex-int-">getBATBlockAndIndex</a></span>(int&nbsp;offset)</code>
+<td class="colLast"><span class="typeNameLabel">NPOIFSFileSystem.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html#getBATBlockAndIndex-int-">getBATBlockAndIndex</a></span>(int&nbsp;offset)</code>
 <div class="block">Returns the BATBlock that handles the specified offset,
   and the relative index within it</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected <a href="../../../../../../org/apache/poi/poifs/storage/BATBlock.BATBlockAndIndex.html" title="class in org.apache.poi.poifs.storage">BATBlock.BATBlockAndIndex</a></code></td>
-<td class="colLast"><span class="typeNameLabel">NPOIFSFileSystem.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html#getBATBlockAndIndex-int-">getBATBlockAndIndex</a></span>(int&nbsp;offset)</code>
+<td class="colLast"><span class="typeNameLabel">NPOIFSMiniStore.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/poifs/filesystem/NPOIFSMiniStore.html#getBATBlockAndIndex-int-">getBATBlockAndIndex</a></span>(int&nbsp;offset)</code>
 <div class="block">Returns the BATBlock that handles the specified offset,
   and the relative index within it</div>
 </td>

Modified: poi/site/publish/apidocs/org/apache/poi/sl/draw/binding/class-use/CTAdjPoint2D.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/draw/binding/class-use/CTAdjPoint2D.html?rev=1820370&r1=1820369&r2=1820370&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/sl/draw/binding/class-use/CTAdjPoint2D.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/sl/draw/binding/class-use/CTAdjPoint2D.html Sat Jan  6 02:56:19 2018
@@ -103,11 +103,11 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>protected <a href="../../../../../../../org/apache/poi/sl/draw/binding/CTAdjPoint2D.html" title="class in org.apache.poi.sl.draw.binding">CTAdjPoint2D</a></code></td>
-<td class="colLast"><span class="typeNameLabel">CTXYAdjustHandle.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTXYAdjustHandle.html#pos">pos</a></span></code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">CTPolarAdjustHandle.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPolarAdjustHandle.html#pos">pos</a></span></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected <a href="../../../../../../../org/apache/poi/sl/draw/binding/CTAdjPoint2D.html" title="class in org.apache.poi.sl.draw.binding">CTAdjPoint2D</a></code></td>
-<td class="colLast"><span class="typeNameLabel">CTPolarAdjustHandle.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPolarAdjustHandle.html#pos">pos</a></span></code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">CTXYAdjustHandle.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTXYAdjustHandle.html#pos">pos</a></span></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected <a href="../../../../../../../org/apache/poi/sl/draw/binding/CTAdjPoint2D.html" title="class in org.apache.poi.sl.draw.binding">CTAdjPoint2D</a></code></td>
@@ -115,11 +115,11 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected <a href="../../../../../../../org/apache/poi/sl/draw/binding/CTAdjPoint2D.html" title="class in org.apache.poi.sl.draw.binding">CTAdjPoint2D</a></code></td>
-<td class="colLast"><span class="typeNameLabel">CTPath2DMoveTo.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPath2DMoveTo.html#pt">pt</a></span></code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">CTPath2DLineTo.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPath2DLineTo.html#pt">pt</a></span></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected <a href="../../../../../../../org/apache/poi/sl/draw/binding/CTAdjPoint2D.html" title="class in org.apache.poi.sl.draw.binding">CTAdjPoint2D</a></code></td>
-<td class="colLast"><span class="typeNameLabel">CTPath2DLineTo.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPath2DLineTo.html#pt">pt</a></span></code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">CTPath2DMoveTo.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPath2DMoveTo.html#pt">pt</a></span></code>&nbsp;</td>
 </tr>
 </tbody>
 </table>
@@ -155,13 +155,13 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTAdjPoint2D.html" title="class in org.apache.poi.sl.draw.binding">CTAdjPoint2D</a></code></td>
-<td class="colLast"><span class="typeNameLabel">CTXYAdjustHandle.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTXYAdjustHandle.html#getPos--">getPos</a></span>()</code>
+<td class="colLast"><span class="typeNameLabel">CTPolarAdjustHandle.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPolarAdjustHandle.html#getPos--">getPos</a></span>()</code>
 <div class="block">Gets the value of the pos property.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTAdjPoint2D.html" title="class in org.apache.poi.sl.draw.binding">CTAdjPoint2D</a></code></td>
-<td class="colLast"><span class="typeNameLabel">CTPolarAdjustHandle.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPolarAdjustHandle.html#getPos--">getPos</a></span>()</code>
+<td class="colLast"><span class="typeNameLabel">CTXYAdjustHandle.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTXYAdjustHandle.html#getPos--">getPos</a></span>()</code>
 <div class="block">Gets the value of the pos property.</div>
 </td>
 </tr>
@@ -173,13 +173,13 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTAdjPoint2D.html" title="class in org.apache.poi.sl.draw.binding">CTAdjPoint2D</a></code></td>
-<td class="colLast"><span class="typeNameLabel">CTPath2DMoveTo.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPath2DMoveTo.html#getPt--">getPt</a></span>()</code>
+<td class="colLast"><span class="typeNameLabel">CTPath2DLineTo.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPath2DLineTo.html#getPt--">getPt</a></span>()</code>
 <div class="block">Gets the value of the pt property.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTAdjPoint2D.html" title="class in org.apache.poi.sl.draw.binding">CTAdjPoint2D</a></code></td>
-<td class="colLast"><span class="typeNameLabel">CTPath2DLineTo.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPath2DLineTo.html#getPt--">getPt</a></span>()</code>
+<td class="colLast"><span class="typeNameLabel">CTPath2DMoveTo.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPath2DMoveTo.html#getPt--">getPt</a></span>()</code>
 <div class="block">Gets the value of the pt property.</div>
 </td>
 </tr>
@@ -215,13 +215,13 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">CTXYAdjustHandle.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTXYAdjustHandle.html#setPos-org.apache.poi.sl.draw.binding.CTAdjPoint2D-">setPos</a></span>(<a href="../../../../../../../org/apache/poi/sl/draw/binding/CTAdjPoint2D.html" title="class in org.apache.poi.sl.draw.binding">CTAdjPoint2D</a>&nbsp;value)</code>
+<td class="colLast"><span class="typeNameLabel">CTPolarAdjustHandle.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPolarAdjustHandle.html#setPos-org.apache.poi.sl.draw.binding.CTAdjPoint2D-">setPos</a></span>(<a href="../../../../../../../org/apache/poi/sl/draw/binding/CTAdjPoint2D.html" title="class in org.apache.poi.sl.draw.binding">CTAdjPoint2D</a>&nbsp;value)</code>
 <div class="block">Sets the value of the pos property.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">CTPolarAdjustHandle.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPolarAdjustHandle.html#setPos-org.apache.poi.sl.draw.binding.CTAdjPoint2D-">setPos</a></span>(<a href="../../../../../../../org/apache/poi/sl/draw/binding/CTAdjPoint2D.html" title="class in org.apache.poi.sl.draw.binding">CTAdjPoint2D</a>&nbsp;value)</code>
+<td class="colLast"><span class="typeNameLabel">CTXYAdjustHandle.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTXYAdjustHandle.html#setPos-org.apache.poi.sl.draw.binding.CTAdjPoint2D-">setPos</a></span>(<a href="../../../../../../../org/apache/poi/sl/draw/binding/CTAdjPoint2D.html" title="class in org.apache.poi.sl.draw.binding">CTAdjPoint2D</a>&nbsp;value)</code>
 <div class="block">Sets the value of the pos property.</div>
 </td>
 </tr>
@@ -233,13 +233,13 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">CTPath2DMoveTo.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPath2DMoveTo.html#setPt-org.apache.poi.sl.draw.binding.CTAdjPoint2D-">setPt</a></span>(<a href="../../../../../../../org/apache/poi/sl/draw/binding/CTAdjPoint2D.html" title="class in org.apache.poi.sl.draw.binding">CTAdjPoint2D</a>&nbsp;value)</code>
+<td class="colLast"><span class="typeNameLabel">CTPath2DLineTo.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPath2DLineTo.html#setPt-org.apache.poi.sl.draw.binding.CTAdjPoint2D-">setPt</a></span>(<a href="../../../../../../../org/apache/poi/sl/draw/binding/CTAdjPoint2D.html" title="class in org.apache.poi.sl.draw.binding">CTAdjPoint2D</a>&nbsp;value)</code>
 <div class="block">Sets the value of the pt property.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">CTPath2DLineTo.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPath2DLineTo.html#setPt-org.apache.poi.sl.draw.binding.CTAdjPoint2D-">setPt</a></span>(<a href="../../../../../../../org/apache/poi/sl/draw/binding/CTAdjPoint2D.html" title="class in org.apache.poi.sl.draw.binding">CTAdjPoint2D</a>&nbsp;value)</code>
+<td class="colLast"><span class="typeNameLabel">CTPath2DMoveTo.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPath2DMoveTo.html#setPt-org.apache.poi.sl.draw.binding.CTAdjPoint2D-">setPt</a></span>(<a href="../../../../../../../org/apache/poi/sl/draw/binding/CTAdjPoint2D.html" title="class in org.apache.poi.sl.draw.binding">CTAdjPoint2D</a>&nbsp;value)</code>
 <div class="block">Sets the value of the pt property.</div>
 </td>
 </tr>

Modified: poi/site/publish/apidocs/org/apache/poi/sl/draw/binding/class-use/CTGeomGuideList.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/draw/binding/class-use/CTGeomGuideList.html?rev=1820370&r1=1820369&r2=1820370&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/sl/draw/binding/class-use/CTGeomGuideList.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/sl/draw/binding/class-use/CTGeomGuideList.html Sat Jan  6 02:56:19 2018
@@ -103,15 +103,15 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>protected <a href="../../../../../../../org/apache/poi/sl/draw/binding/CTGeomGuideList.html" title="class in org.apache.poi.sl.draw.binding">CTGeomGuideList</a></code></td>
-<td class="colLast"><span class="typeNameLabel">CTPresetTextShape.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPresetTextShape.html#avLst">avLst</a></span></code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">CTCustomGeometry2D.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTCustomGeometry2D.html#avLst">avLst</a></span></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected <a href="../../../../../../../org/apache/poi/sl/draw/binding/CTGeomGuideList.html" title="class in org.apache.poi.sl.draw.binding">CTGeomGuideList</a></code></td>
-<td class="colLast"><span class="typeNameLabel">CTPresetGeometry2D.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPresetGeometry2D.html#avLst">avLst</a></span></code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">CTPresetTextShape.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPresetTextShape.html#avLst">avLst</a></span></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected <a href="../../../../../../../org/apache/poi/sl/draw/binding/CTGeomGuideList.html" title="class in org.apache.poi.sl.draw.binding">CTGeomGuideList</a></code></td>
-<td class="colLast"><span class="typeNameLabel">CTCustomGeometry2D.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTCustomGeometry2D.html#avLst">avLst</a></span></code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">CTPresetGeometry2D.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPresetGeometry2D.html#avLst">avLst</a></span></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected <a href="../../../../../../../org/apache/poi/sl/draw/binding/CTGeomGuideList.html" title="class in org.apache.poi.sl.draw.binding">CTGeomGuideList</a></code></td>
@@ -134,19 +134,19 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTGeomGuideList.html" title="class in org.apache.poi.sl.draw.binding">CTGeomGuideList</a></code></td>
-<td class="colLast"><span class="typeNameLabel">CTPresetTextShape.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPresetTextShape.html#getAvLst--">getAvLst</a></span>()</code>
+<td class="colLast"><span class="typeNameLabel">CTCustomGeometry2D.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTCustomGeometry2D.html#getAvLst--">getAvLst</a></span>()</code>
 <div class="block">Gets the value of the avLst property.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTGeomGuideList.html" title="class in org.apache.poi.sl.draw.binding">CTGeomGuideList</a></code></td>
-<td class="colLast"><span class="typeNameLabel">CTPresetGeometry2D.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPresetGeometry2D.html#getAvLst--">getAvLst</a></span>()</code>
+<td class="colLast"><span class="typeNameLabel">CTPresetTextShape.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPresetTextShape.html#getAvLst--">getAvLst</a></span>()</code>
 <div class="block">Gets the value of the avLst property.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTGeomGuideList.html" title="class in org.apache.poi.sl.draw.binding">CTGeomGuideList</a></code></td>
-<td class="colLast"><span class="typeNameLabel">CTCustomGeometry2D.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTCustomGeometry2D.html#getAvLst--">getAvLst</a></span>()</code>
+<td class="colLast"><span class="typeNameLabel">CTPresetGeometry2D.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPresetGeometry2D.html#getAvLst--">getAvLst</a></span>()</code>
 <div class="block">Gets the value of the avLst property.</div>
 </td>
 </tr>
@@ -167,19 +167,19 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">CTPresetTextShape.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPresetTextShape.html#setAvLst-org.apache.poi.sl.draw.binding.CTGeomGuideList-">setAvLst</a></span>(<a href="../../../../../../../org/apache/poi/sl/draw/binding/CTGeomGuideList.html" title="class in org.apache.poi.sl.draw.binding">CTGeomGuideList</a>&nbsp;value)</code>
+<td class="colLast"><span class="typeNameLabel">CTCustomGeometry2D.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTCustomGeometry2D.html#setAvLst-org.apache.poi.sl.draw.binding.CTGeomGuideList-">setAvLst</a></span>(<a href="../../../../../../../org/apache/poi/sl/draw/binding/CTGeomGuideList.html" title="class in org.apache.poi.sl.draw.binding">CTGeomGuideList</a>&nbsp;value)</code>
 <div class="block">Sets the value of the avLst property.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">CTPresetGeometry2D.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPresetGeometry2D.html#setAvLst-org.apache.poi.sl.draw.binding.CTGeomGuideList-">setAvLst</a></span>(<a href="../../../../../../../org/apache/poi/sl/draw/binding/CTGeomGuideList.html" title="class in org.apache.poi.sl.draw.binding">CTGeomGuideList</a>&nbsp;value)</code>
+<td class="colLast"><span class="typeNameLabel">CTPresetTextShape.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPresetTextShape.html#setAvLst-org.apache.poi.sl.draw.binding.CTGeomGuideList-">setAvLst</a></span>(<a href="../../../../../../../org/apache/poi/sl/draw/binding/CTGeomGuideList.html" title="class in org.apache.poi.sl.draw.binding">CTGeomGuideList</a>&nbsp;value)</code>
 <div class="block">Sets the value of the avLst property.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">CTCustomGeometry2D.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTCustomGeometry2D.html#setAvLst-org.apache.poi.sl.draw.binding.CTGeomGuideList-">setAvLst</a></span>(<a href="../../../../../../../org/apache/poi/sl/draw/binding/CTGeomGuideList.html" title="class in org.apache.poi.sl.draw.binding">CTGeomGuideList</a>&nbsp;value)</code>
+<td class="colLast"><span class="typeNameLabel">CTPresetGeometry2D.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPresetGeometry2D.html#setAvLst-org.apache.poi.sl.draw.binding.CTGeomGuideList-">setAvLst</a></span>(<a href="../../../../../../../org/apache/poi/sl/draw/binding/CTGeomGuideList.html" title="class in org.apache.poi.sl.draw.binding">CTGeomGuideList</a>&nbsp;value)</code>
 <div class="block">Sets the value of the avLst property.</div>
 </td>
 </tr>

Modified: poi/site/publish/apidocs/org/apache/poi/sl/draw/binding/class-use/CTPoint2D.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/draw/binding/class-use/CTPoint2D.html?rev=1820370&r1=1820369&r2=1820370&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/sl/draw/binding/class-use/CTPoint2D.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/sl/draw/binding/class-use/CTPoint2D.html Sat Jan  6 02:56:19 2018
@@ -107,11 +107,11 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected <a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPoint2D.html" title="class in org.apache.poi.sl.draw.binding">CTPoint2D</a></code></td>
-<td class="colLast"><span class="typeNameLabel">CTTransform2D.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTTransform2D.html#off">off</a></span></code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">CTGroupTransform2D.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTGroupTransform2D.html#off">off</a></span></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected <a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPoint2D.html" title="class in org.apache.poi.sl.draw.binding">CTPoint2D</a></code></td>
-<td class="colLast"><span class="typeNameLabel">CTGroupTransform2D.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTGroupTransform2D.html#off">off</a></span></code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">CTTransform2D.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTTransform2D.html#off">off</a></span></code>&nbsp;</td>
 </tr>
 </tbody>
 </table>
@@ -136,13 +136,13 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPoint2D.html" title="class in org.apache.poi.sl.draw.binding">CTPoint2D</a></code></td>
-<td class="colLast"><span class="typeNameLabel">CTTransform2D.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTTransform2D.html#getOff--">getOff</a></span>()</code>
+<td class="colLast"><span class="typeNameLabel">CTGroupTransform2D.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTGroupTransform2D.html#getOff--">getOff</a></span>()</code>
 <div class="block">Gets the value of the off property.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPoint2D.html" title="class in org.apache.poi.sl.draw.binding">CTPoint2D</a></code></td>
-<td class="colLast"><span class="typeNameLabel">CTGroupTransform2D.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTGroupTransform2D.html#getOff--">getOff</a></span>()</code>
+<td class="colLast"><span class="typeNameLabel">CTTransform2D.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTTransform2D.html#getOff--">getOff</a></span>()</code>
 <div class="block">Gets the value of the off property.</div>
 </td>
 </tr>
@@ -163,13 +163,13 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">CTTransform2D.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTTransform2D.html#setOff-org.apache.poi.sl.draw.binding.CTPoint2D-">setOff</a></span>(<a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPoint2D.html" title="class in org.apache.poi.sl.draw.binding">CTPoint2D</a>&nbsp;value)</code>
+<td class="colLast"><span class="typeNameLabel">CTGroupTransform2D.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTGroupTransform2D.html#setOff-org.apache.poi.sl.draw.binding.CTPoint2D-">setOff</a></span>(<a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPoint2D.html" title="class in org.apache.poi.sl.draw.binding">CTPoint2D</a>&nbsp;value)</code>
 <div class="block">Sets the value of the off property.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">CTGroupTransform2D.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTGroupTransform2D.html#setOff-org.apache.poi.sl.draw.binding.CTPoint2D-">setOff</a></span>(<a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPoint2D.html" title="class in org.apache.poi.sl.draw.binding">CTPoint2D</a>&nbsp;value)</code>
+<td class="colLast"><span class="typeNameLabel">CTTransform2D.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTTransform2D.html#setOff-org.apache.poi.sl.draw.binding.CTPoint2D-">setOff</a></span>(<a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPoint2D.html" title="class in org.apache.poi.sl.draw.binding">CTPoint2D</a>&nbsp;value)</code>
 <div class="block">Sets the value of the off property.</div>
 </td>
 </tr>

Modified: poi/site/publish/apidocs/org/apache/poi/sl/draw/binding/class-use/CTPositiveSize2D.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/draw/binding/class-use/CTPositiveSize2D.html?rev=1820370&r1=1820369&r2=1820370&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/sl/draw/binding/class-use/CTPositiveSize2D.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/sl/draw/binding/class-use/CTPositiveSize2D.html Sat Jan  6 02:56:19 2018
@@ -107,11 +107,11 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected <a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPositiveSize2D.html" title="class in org.apache.poi.sl.draw.binding">CTPositiveSize2D</a></code></td>
-<td class="colLast"><span class="typeNameLabel">CTTransform2D.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTTransform2D.html#ext">ext</a></span></code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">CTGroupTransform2D.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTGroupTransform2D.html#ext">ext</a></span></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected <a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPositiveSize2D.html" title="class in org.apache.poi.sl.draw.binding">CTPositiveSize2D</a></code></td>
-<td class="colLast"><span class="typeNameLabel">CTGroupTransform2D.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTGroupTransform2D.html#ext">ext</a></span></code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">CTTransform2D.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTTransform2D.html#ext">ext</a></span></code>&nbsp;</td>
 </tr>
 </tbody>
 </table>
@@ -136,13 +136,13 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPositiveSize2D.html" title="class in org.apache.poi.sl.draw.binding">CTPositiveSize2D</a></code></td>
-<td class="colLast"><span class="typeNameLabel">CTTransform2D.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTTransform2D.html#getExt--">getExt</a></span>()</code>
+<td class="colLast"><span class="typeNameLabel">CTGroupTransform2D.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTGroupTransform2D.html#getExt--">getExt</a></span>()</code>
 <div class="block">Gets the value of the ext property.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPositiveSize2D.html" title="class in org.apache.poi.sl.draw.binding">CTPositiveSize2D</a></code></td>
-<td class="colLast"><span class="typeNameLabel">CTGroupTransform2D.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTGroupTransform2D.html#getExt--">getExt</a></span>()</code>
+<td class="colLast"><span class="typeNameLabel">CTTransform2D.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTTransform2D.html#getExt--">getExt</a></span>()</code>
 <div class="block">Gets the value of the ext property.</div>
 </td>
 </tr>
@@ -163,13 +163,13 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">CTTransform2D.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTTransform2D.html#setExt-org.apache.poi.sl.draw.binding.CTPositiveSize2D-">setExt</a></span>(<a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPositiveSize2D.html" title="class in org.apache.poi.sl.draw.binding">CTPositiveSize2D</a>&nbsp;value)</code>
+<td class="colLast"><span class="typeNameLabel">CTGroupTransform2D.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTGroupTransform2D.html#setExt-org.apache.poi.sl.draw.binding.CTPositiveSize2D-">setExt</a></span>(<a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPositiveSize2D.html" title="class in org.apache.poi.sl.draw.binding">CTPositiveSize2D</a>&nbsp;value)</code>
 <div class="block">Sets the value of the ext property.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">CTGroupTransform2D.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTGroupTransform2D.html#setExt-org.apache.poi.sl.draw.binding.CTPositiveSize2D-">setExt</a></span>(<a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPositiveSize2D.html" title="class in org.apache.poi.sl.draw.binding">CTPositiveSize2D</a>&nbsp;value)</code>
+<td class="colLast"><span class="typeNameLabel">CTTransform2D.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTTransform2D.html#setExt-org.apache.poi.sl.draw.binding.CTPositiveSize2D-">setExt</a></span>(<a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPositiveSize2D.html" title="class in org.apache.poi.sl.draw.binding">CTPositiveSize2D</a>&nbsp;value)</code>
 <div class="block">Sets the value of the ext property.</div>
 </td>
 </tr>

Modified: poi/site/publish/apidocs/org/apache/poi/sl/draw/binding/package-tree.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/draw/binding/package-tree.html?rev=1820370&r1=1820369&r2=1820370&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/sl/draw/binding/package-tree.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/sl/draw/binding/package-tree.html Sat Jan  6 02:56:19 2018
@@ -144,13 +144,13 @@
 <ul>
 <li type="circle">java.lang.Enum&lt;E&gt; (implements java.lang.Comparable&lt;T&gt;, java.io.Serializable)
 <ul>
-<li type="circle">org.apache.poi.sl.draw.binding.<a href="../../../../../../org/apache/poi/sl/draw/binding/STTextShapeType.html" title="enum in org.apache.poi.sl.draw.binding"><span class="typeNameLink">STTextShapeType</span></a></li>
-<li type="circle">org.apache.poi.sl.draw.binding.<a href="../../../../../../org/apache/poi/sl/draw/binding/STShapeType.html" title="enum in org.apache.poi.sl.draw.binding"><span class="typeNameLink">STShapeType</span></a></li>
-<li type="circle">org.apache.poi.sl.draw.binding.<a href="../../../../../../org/apache/poi/sl/draw/binding/STSchemeColorVal.html" title="enum in org.apache.poi.sl.draw.binding"><span class="typeNameLink">STSchemeColorVal</span></a></li>
-<li type="circle">org.apache.poi.sl.draw.binding.<a href="../../../../../../org/apache/poi/sl/draw/binding/STRectAlignment.html" title="enum in org.apache.poi.sl.draw.binding"><span class="typeNameLink">STRectAlignment</span></a></li>
-<li type="circle">org.apache.poi.sl.draw.binding.<a href="../../../../../../org/apache/poi/sl/draw/binding/STPresetColorVal.html" title="enum in org.apache.poi.sl.draw.binding"><span class="typeNameLink">STPresetColorVal</span></a></li>
-<li type="circle">org.apache.poi.sl.draw.binding.<a href="../../../../../../org/apache/poi/sl/draw/binding/STPathFillMode.html" title="enum in org.apache.poi.sl.draw.binding"><span class="typeNameLink">STPathFillMode</span></a></li>
 <li type="circle">org.apache.poi.sl.draw.binding.<a href="../../../../../../org/apache/poi/sl/draw/binding/STBlackWhiteMode.html" title="enum in org.apache.poi.sl.draw.binding"><span class="typeNameLink">STBlackWhiteMode</span></a></li>
+<li type="circle">org.apache.poi.sl.draw.binding.<a href="../../../../../../org/apache/poi/sl/draw/binding/STPathFillMode.html" title="enum in org.apache.poi.sl.draw.binding"><span class="typeNameLink">STPathFillMode</span></a></li>
+<li type="circle">org.apache.poi.sl.draw.binding.<a href="../../../../../../org/apache/poi/sl/draw/binding/STPresetColorVal.html" title="enum in org.apache.poi.sl.draw.binding"><span class="typeNameLink">STPresetColorVal</span></a></li>
+<li type="circle">org.apache.poi.sl.draw.binding.<a href="../../../../../../org/apache/poi/sl/draw/binding/STRectAlignment.html" title="enum in org.apache.poi.sl.draw.binding"><span class="typeNameLink">STRectAlignment</span></a></li>
+<li type="circle">org.apache.poi.sl.draw.binding.<a href="../../../../../../org/apache/poi/sl/draw/binding/STSchemeColorVal.html" title="enum in org.apache.poi.sl.draw.binding"><span class="typeNameLink">STSchemeColorVal</span></a></li>
+<li type="circle">org.apache.poi.sl.draw.binding.<a href="../../../../../../org/apache/poi/sl/draw/binding/STShapeType.html" title="enum in org.apache.poi.sl.draw.binding"><span class="typeNameLink">STShapeType</span></a></li>
+<li type="circle">org.apache.poi.sl.draw.binding.<a href="../../../../../../org/apache/poi/sl/draw/binding/STTextShapeType.html" title="enum in org.apache.poi.sl.draw.binding"><span class="typeNameLink">STTextShapeType</span></a></li>
 </ul>
 </li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/class-use/Context.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/class-use/Context.html?rev=1820370&r1=1820369&r2=1820370&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/class-use/Context.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/class-use/Context.html Sat Jan  6 02:56:19 2018
@@ -103,51 +103,51 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>double</code></td>
-<td class="colLast"><span class="typeNameLabel">Guide.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/geom/Guide.html#evaluate-org.apache.poi.sl.draw.geom.Context-">evaluate</a></span>(<a href="../../../../../../../org/apache/poi/sl/draw/geom/Context.html" title="class in org.apache.poi.sl.draw.geom">Context</a>&nbsp;ctx)</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">Formula.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/geom/Formula.html#evaluate-org.apache.poi.sl.draw.geom.Context-">evaluate</a></span>(<a href="../../../../../../../org/apache/poi/sl/draw/geom/Context.html" title="class in org.apache.poi.sl.draw.geom">Context</a>&nbsp;ctx)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>double</code></td>
-<td class="colLast"><span class="typeNameLabel">Formula.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/geom/Formula.html#evaluate-org.apache.poi.sl.draw.geom.Context-">evaluate</a></span>(<a href="../../../../../../../org/apache/poi/sl/draw/geom/Context.html" title="class in org.apache.poi.sl.draw.geom">Context</a>&nbsp;ctx)</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">AdjustValue.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/geom/AdjustValue.html#evaluate-org.apache.poi.sl.draw.geom.Context-">evaluate</a></span>(<a href="../../../../../../../org/apache/poi/sl/draw/geom/Context.html" title="class in org.apache.poi.sl.draw.geom">Context</a>&nbsp;ctx)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>double</code></td>
-<td class="colLast"><span class="typeNameLabel">AdjustValue.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/geom/AdjustValue.html#evaluate-org.apache.poi.sl.draw.geom.Context-">evaluate</a></span>(<a href="../../../../../../../org/apache/poi/sl/draw/geom/Context.html" title="class in org.apache.poi.sl.draw.geom">Context</a>&nbsp;ctx)</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">Guide.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/geom/Guide.html#evaluate-org.apache.poi.sl.draw.geom.Context-">evaluate</a></span>(<a href="../../../../../../../org/apache/poi/sl/draw/geom/Context.html" title="class in org.apache.poi.sl.draw.geom">Context</a>&nbsp;ctx)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">QuadToCommand.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/geom/QuadToCommand.html#execute-java.awt.geom.Path2D.Double-org.apache.poi.sl.draw.geom.Context-">execute</a></span>(java.awt.geom.Path2D.Double&nbsp;path,
+<td class="colLast"><span class="typeNameLabel">LineToCommand.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/geom/LineToCommand.html#execute-java.awt.geom.Path2D.Double-org.apache.poi.sl.draw.geom.Context-">execute</a></span>(java.awt.geom.Path2D.Double&nbsp;path,
        <a href="../../../../../../../org/apache/poi/sl/draw/geom/Context.html" title="class in org.apache.poi.sl.draw.geom">Context</a>&nbsp;ctx)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">PathCommand.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/geom/PathCommand.html#execute-java.awt.geom.Path2D.Double-org.apache.poi.sl.draw.geom.Context-">execute</a></span>(java.awt.geom.Path2D.Double&nbsp;path,
-       <a href="../../../../../../../org/apache/poi/sl/draw/geom/Context.html" title="class in org.apache.poi.sl.draw.geom">Context</a>&nbsp;ctx)</code>
-<div class="block">Execute the command an append a segment to the specified path</div>
-</td>
+<td class="colLast"><span class="typeNameLabel">ArcToCommand.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/geom/ArcToCommand.html#execute-java.awt.geom.Path2D.Double-org.apache.poi.sl.draw.geom.Context-">execute</a></span>(java.awt.geom.Path2D.Double&nbsp;path,
+       <a href="../../../../../../../org/apache/poi/sl/draw/geom/Context.html" title="class in org.apache.poi.sl.draw.geom">Context</a>&nbsp;ctx)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">MoveToCommand.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/geom/MoveToCommand.html#execute-java.awt.geom.Path2D.Double-org.apache.poi.sl.draw.geom.Context-">execute</a></span>(java.awt.geom.Path2D.Double&nbsp;path,
+<td class="colLast"><span class="typeNameLabel">CurveToCommand.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/geom/CurveToCommand.html#execute-java.awt.geom.Path2D.Double-org.apache.poi.sl.draw.geom.Context-">execute</a></span>(java.awt.geom.Path2D.Double&nbsp;path,
        <a href="../../../../../../../org/apache/poi/sl/draw/geom/Context.html" title="class in org.apache.poi.sl.draw.geom">Context</a>&nbsp;ctx)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">LineToCommand.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/geom/LineToCommand.html#execute-java.awt.geom.Path2D.Double-org.apache.poi.sl.draw.geom.Context-">execute</a></span>(java.awt.geom.Path2D.Double&nbsp;path,
-       <a href="../../../../../../../org/apache/poi/sl/draw/geom/Context.html" title="class in org.apache.poi.sl.draw.geom">Context</a>&nbsp;ctx)</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">PathCommand.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/geom/PathCommand.html#execute-java.awt.geom.Path2D.Double-org.apache.poi.sl.draw.geom.Context-">execute</a></span>(java.awt.geom.Path2D.Double&nbsp;path,
+       <a href="../../../../../../../org/apache/poi/sl/draw/geom/Context.html" title="class in org.apache.poi.sl.draw.geom">Context</a>&nbsp;ctx)</code>
+<div class="block">Execute the command an append a segment to the specified path</div>
+</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">CurveToCommand.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/geom/CurveToCommand.html#execute-java.awt.geom.Path2D.Double-org.apache.poi.sl.draw.geom.Context-">execute</a></span>(java.awt.geom.Path2D.Double&nbsp;path,
+<td class="colLast"><span class="typeNameLabel">ClosePathCommand.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/geom/ClosePathCommand.html#execute-java.awt.geom.Path2D.Double-org.apache.poi.sl.draw.geom.Context-">execute</a></span>(java.awt.geom.Path2D.Double&nbsp;path,
        <a href="../../../../../../../org/apache/poi/sl/draw/geom/Context.html" title="class in org.apache.poi.sl.draw.geom">Context</a>&nbsp;ctx)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">ClosePathCommand.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/geom/ClosePathCommand.html#execute-java.awt.geom.Path2D.Double-org.apache.poi.sl.draw.geom.Context-">execute</a></span>(java.awt.geom.Path2D.Double&nbsp;path,
+<td class="colLast"><span class="typeNameLabel">QuadToCommand.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/geom/QuadToCommand.html#execute-java.awt.geom.Path2D.Double-org.apache.poi.sl.draw.geom.Context-">execute</a></span>(java.awt.geom.Path2D.Double&nbsp;path,
        <a href="../../../../../../../org/apache/poi/sl/draw/geom/Context.html" title="class in org.apache.poi.sl.draw.geom">Context</a>&nbsp;ctx)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">ArcToCommand.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/geom/ArcToCommand.html#execute-java.awt.geom.Path2D.Double-org.apache.poi.sl.draw.geom.Context-">execute</a></span>(java.awt.geom.Path2D.Double&nbsp;path,
+<td class="colLast"><span class="typeNameLabel">MoveToCommand.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/geom/MoveToCommand.html#execute-java.awt.geom.Path2D.Double-org.apache.poi.sl.draw.geom.Context-">execute</a></span>(java.awt.geom.Path2D.Double&nbsp;path,
        <a href="../../../../../../../org/apache/poi/sl/draw/geom/Context.html" title="class in org.apache.poi.sl.draw.geom">Context</a>&nbsp;ctx)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">

Modified: poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/class-use/Guide.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/class-use/Guide.html?rev=1820370&r1=1820369&r2=1820370&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/class-use/Guide.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/class-use/Guide.html Sat Jan  6 02:56:19 2018
@@ -144,11 +144,11 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../../org/apache/poi/sl/draw/geom/Guide.html" title="class in org.apache.poi.sl.draw.geom">Guide</a></code></td>
-<td class="colLast"><span class="typeNameLabel">IAdjustableShape.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/geom/IAdjustableShape.html#getAdjustValue-java.lang.String-">getAdjustValue</a></span>(java.lang.String&nbsp;name)</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">Context.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/geom/Context.html#getAdjustValue-java.lang.String-">getAdjustValue</a></span>(java.lang.String&nbsp;name)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../../org/apache/poi/sl/draw/geom/Guide.html" title="class in org.apache.poi.sl.draw.geom">Guide</a></code></td>
-<td class="colLast"><span class="typeNameLabel">Context.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/geom/Context.html#getAdjustValue-java.lang.String-">getAdjustValue</a></span>(java.lang.String&nbsp;name)</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">IAdjustableShape.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/poi/sl/draw/geom/IAdjustableShape.html#getAdjustValue-java.lang.String-">getAdjustValue</a></span>(java.lang.String&nbsp;name)</code>&nbsp;</td>
 </tr>
 </tbody>
 </table>

Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/FillStyle.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/FillStyle.html?rev=1820370&r1=1820369&r2=1820370&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/FillStyle.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/FillStyle.html Sat Jan  6 02:56:19 2018
@@ -133,11 +133,11 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/sl/usermodel/FillStyle.html" title="interface in org.apache.poi.sl.usermodel">FillStyle</a></code></td>
-<td class="colLast"><span class="typeNameLabel">SimpleShape.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/sl/usermodel/SimpleShape.html#getFillStyle--">getFillStyle</a></span>()</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">Background.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/sl/usermodel/Background.html#getFillStyle--">getFillStyle</a></span>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/sl/usermodel/FillStyle.html" title="interface in org.apache.poi.sl.usermodel">FillStyle</a></code></td>
-<td class="colLast"><span class="typeNameLabel">Background.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/sl/usermodel/Background.html#getFillStyle--">getFillStyle</a></span>()</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">SimpleShape.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/sl/usermodel/SimpleShape.html#getFillStyle--">getFillStyle</a></span>()</code>&nbsp;</td>
 </tr>
 </tbody>
 </table>

Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/PictureData.PictureType.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/PictureData.PictureType.html?rev=1820370&r1=1820369&r2=1820370&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/PictureData.PictureType.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/PictureData.PictureType.html Sat Jan  6 02:56:19 2018
@@ -115,15 +115,15 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a></code></td>
-<td class="colLast"><span class="typeNameLabel">WMF.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/hslf/blip/WMF.html#getType--">getType</a></span>()</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">PNG.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/hslf/blip/PNG.html#getType--">getType</a></span>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a></code></td>
-<td class="colLast"><span class="typeNameLabel">PNG.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/hslf/blip/PNG.html#getType--">getType</a></span>()</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">WMF.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/hslf/blip/WMF.html#getType--">getType</a></span>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a></code></td>
-<td class="colLast"><span class="typeNameLabel">PICT.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/hslf/blip/PICT.html#getType--">getType</a></span>()</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">EMF.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/hslf/blip/EMF.html#getType--">getType</a></span>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a></code></td>
@@ -131,11 +131,11 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a></code></td>
-<td class="colLast"><span class="typeNameLabel">EMF.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/hslf/blip/EMF.html#getType--">getType</a></span>()</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">DIB.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/hslf/blip/DIB.html#getType--">getType</a></span>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</a></code></td>
-<td class="colLast"><span class="typeNameLabel">DIB.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/hslf/blip/DIB.html#getType--">getType</a></span>()</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">PICT.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/hslf/blip/PICT.html#getType--">getType</a></span>()</code>&nbsp;</td>
 </tr>
 </tbody>
 </table>

Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/PictureData.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/PictureData.html?rev=1820370&r1=1820369&r2=1820370&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/PictureData.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/PictureData.html Sat Jan  6 02:56:19 2018
@@ -192,15 +192,15 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFPictureShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureShape</a></code></td>
-<td class="colLast"><span class="typeNameLabel">HSLFSheet.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFSheet.html#createPicture-org.apache.poi.sl.usermodel.PictureData-">createPicture</a></span>(<a href="../../../../../../org/apache/poi/sl/usermodel/PictureData.html" title="interface in org.apache.poi.sl.usermodel">PictureData</a>&nbsp;pictureData)</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">HSLFGroupShape.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html#createPicture-org.apache.poi.sl.usermodel.PictureData-">createPicture</a></span>(<a href="../../../../../../org/apache/poi/sl/usermodel/PictureData.html" title="interface in org.apache.poi.sl.usermodel">PictureData</a>&nbsp;pictureData)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFPictureShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureShape</a></code></td>
-<td class="colLast"><span class="typeNameLabel">HSLFShapeContainer.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFShapeContainer.html#createPicture-org.apache.poi.sl.usermodel.PictureData-">createPicture</a></span>(<a href="../../../../../../org/apache/poi/sl/usermodel/PictureData.html" title="interface in org.apache.poi.sl.usermodel">PictureData</a>&nbsp;pictureData)</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">HSLFSheet.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFSheet.html#createPicture-org.apache.poi.sl.usermodel.PictureData-">createPicture</a></span>(<a href="../../../../../../org/apache/poi/sl/usermodel/PictureData.html" title="interface in org.apache.poi.sl.usermodel">PictureData</a>&nbsp;pictureData)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFPictureShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureShape</a></code></td>
-<td class="colLast"><span class="typeNameLabel">HSLFGroupShape.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html#createPicture-org.apache.poi.sl.usermodel.PictureData-">createPicture</a></span>(<a href="../../../../../../org/apache/poi/sl/usermodel/PictureData.html" title="interface in org.apache.poi.sl.usermodel">PictureData</a>&nbsp;pictureData)</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">HSLFShapeContainer.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFShapeContainer.html#createPicture-org.apache.poi.sl.usermodel.PictureData-">createPicture</a></span>(<a href="../../../../../../org/apache/poi/sl/usermodel/PictureData.html" title="interface in org.apache.poi.sl.usermodel">PictureData</a>&nbsp;pictureData)</code>&nbsp;</td>
 </tr>
 </tbody>
 </table>
@@ -244,15 +244,15 @@
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code><a href="../../../../../../org/apache/poi/sl/usermodel/PictureData.html" title="interface in org.apache.poi.sl.usermodel">PictureData</a>[]</code></td>
-<td class="colLast"><span class="typeNameLabel">Resources.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/sl/usermodel/Resources.html#getPictureData--">getPictureData</a></span>()</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/sl/usermodel/PictureData.html" title="interface in org.apache.poi.sl.usermodel">PictureData</a></code></td>
 <td class="colLast"><span class="typeNameLabel">PictureShape.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/sl/usermodel/PictureShape.html#getPictureData--">getPictureData</a></span>()</code>
 <div class="block">Returns the picture data for this picture.</div>
 </td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/sl/usermodel/PictureData.html" title="interface in org.apache.poi.sl.usermodel">PictureData</a>[]</code></td>
+<td class="colLast"><span class="typeNameLabel">Resources.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/sl/usermodel/Resources.html#getPictureData--">getPictureData</a></span>()</code>&nbsp;</td>
+</tr>
 </tbody>
 </table>
 <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
@@ -322,11 +322,11 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFPictureShape.html" title="class in org.apache.poi.xslf.usermodel">XSLFPictureShape</a></code></td>
-<td class="colLast"><span class="typeNameLabel">XSLFShapeContainer.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFShapeContainer.html#createPicture-org.apache.poi.sl.usermodel.PictureData-">createPicture</a></span>(<a href="../../../../../../org/apache/poi/sl/usermodel/PictureData.html" title="interface in org.apache.poi.sl.usermodel">PictureData</a>&nbsp;pictureData)</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">XSLFGroupShape.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFGroupShape.html#createPicture-org.apache.poi.sl.usermodel.PictureData-">createPicture</a></span>(<a href="../../../../../../org/apache/poi/sl/usermodel/PictureData.html" title="interface in org.apache.poi.sl.usermodel">PictureData</a>&nbsp;pictureData)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFPictureShape.html" title="class in org.apache.poi.xslf.usermodel">XSLFPictureShape</a></code></td>
-<td class="colLast"><span class="typeNameLabel">XSLFGroupShape.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFGroupShape.html#createPicture-org.apache.poi.sl.usermodel.PictureData-">createPicture</a></span>(<a href="../../../../../../org/apache/poi/sl/usermodel/PictureData.html" title="interface in org.apache.poi.sl.usermodel">PictureData</a>&nbsp;pictureData)</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">XSLFShapeContainer.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFShapeContainer.html#createPicture-org.apache.poi.sl.usermodel.PictureData-">createPicture</a></span>(<a href="../../../../../../org/apache/poi/sl/usermodel/PictureData.html" title="interface in org.apache.poi.sl.usermodel">PictureData</a>&nbsp;pictureData)</code>&nbsp;</td>
 </tr>
 </tbody>
 </table>

Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/Placeholder.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/Placeholder.html?rev=1820370&r1=1820369&r2=1820370&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/Placeholder.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/Placeholder.html Sat Jan  6 02:56:19 2018
@@ -255,18 +255,15 @@ the order they are declared.</div>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">XSLFTextShape.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFTextShape.html#setPlaceholder-org.apache.poi.sl.usermodel.Placeholder-">setPlaceholder</a></span>(<a href="../../../../../../org/apache/poi/sl/usermodel/Placeholder.html" title="enum in org.apache.poi.sl.usermodel">Placeholder</a>&nbsp;placeholder)</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">XSLFSimpleShape.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFSimpleShape.html#setPlaceholder-org.apache.poi.sl.usermodel.Placeholder-">setPlaceholder</a></span>(<a href="../../../../../../org/apache/poi/sl/usermodel/Placeholder.html" title="enum in org.apache.poi.sl.usermodel">Placeholder</a>&nbsp;placeholder)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">XSLFSimpleShape.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFSimpleShape.html#setPlaceholder-org.apache.poi.sl.usermodel.Placeholder-">setPlaceholder</a></span>(<a href="../../../../../../org/apache/poi/sl/usermodel/Placeholder.html" title="enum in org.apache.poi.sl.usermodel">Placeholder</a>&nbsp;placeholder)</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">XSLFTextShape.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFTextShape.html#setPlaceholder-org.apache.poi.sl.usermodel.Placeholder-">setPlaceholder</a></span>(<a href="../../../../../../org/apache/poi/sl/usermodel/Placeholder.html" title="enum in org.apache.poi.sl.usermodel">Placeholder</a>&nbsp;placeholder)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="typeNameLabel">XSLFShape.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFShape.html#setPlaceholder-org.apache.poi.sl.usermodel.Placeholder-">setPlaceholder</a></span>(<a href="../../../../../../org/apache/poi/sl/usermodel/Placeholder.html" title="enum in org.apache.poi.sl.usermodel">Placeholder</a>&nbsp;placeholder)</code>
-<div class="block">Specifies that the corresponding shape should be represented by the generating application
- as a placeholder.</div>
-</td>
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="typeNameLabel">XSLFBackground.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFBackground.html#setPlaceholder-org.apache.poi.sl.usermodel.Placeholder-">setPlaceholder</a></span>(<a href="../../../../../../org/apache/poi/sl/usermodel/Placeholder.html" title="enum in org.apache.poi.sl.usermodel">Placeholder</a>&nbsp;placeholder)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
@@ -277,8 +274,11 @@ the order they are declared.</div>
 <td class="colLast"><span class="typeNameLabel">XSLFConnectorShape.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFConnectorShape.html#setPlaceholder-org.apache.poi.sl.usermodel.Placeholder-">setPlaceholder</a></span>(<a href="../../../../../../org/apache/poi/sl/usermodel/Placeholder.html" title="enum in org.apache.poi.sl.usermodel">Placeholder</a>&nbsp;placeholder)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">XSLFBackground.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFBackground.html#setPlaceholder-org.apache.poi.sl.usermodel.Placeholder-">setPlaceholder</a></span>(<a href="../../../../../../org/apache/poi/sl/usermodel/Placeholder.html" title="enum in org.apache.poi.sl.usermodel">Placeholder</a>&nbsp;placeholder)</code>&nbsp;</td>
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><span class="typeNameLabel">XSLFShape.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFShape.html#setPlaceholder-org.apache.poi.sl.usermodel.Placeholder-">setPlaceholder</a></span>(<a href="../../../../../../org/apache/poi/sl/usermodel/Placeholder.html" title="enum in org.apache.poi.sl.usermodel">Placeholder</a>&nbsp;placeholder)</code>
+<div class="block">Specifies that the corresponding shape should be represented by the generating application
+ as a placeholder.</div>
+</td>
 </tr>
 </tbody>
 </table>

Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/Shape.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/Shape.html?rev=1820370&r1=1820369&r2=1820370&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/Shape.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/Shape.html Sat Jan  6 02:56:19 2018
@@ -301,14 +301,14 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>protected boolean</code></td>
-<td class="colLast"><span class="typeNameLabel">DrawSheet.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/sl/draw/DrawSheet.html#canDraw-java.awt.Graphics2D-org.apache.poi.sl.usermodel.Shape-">canDraw</a></span>(java.awt.Graphics2D&nbsp;graphics,
+<td class="colLast"><span class="typeNameLabel">DrawMasterSheet.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/sl/draw/DrawMasterSheet.html#canDraw-java.awt.Graphics2D-org.apache.poi.sl.usermodel.Shape-">canDraw</a></span>(java.awt.Graphics2D&nbsp;graphics,
        <a href="../../../../../../org/apache/poi/sl/usermodel/Shape.html" title="interface in org.apache.poi.sl.usermodel">Shape</a>&lt;?,?&gt;&nbsp;shape)</code>
 <div class="block">Checks if this <code>sheet</code> displays the specified shape.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected boolean</code></td>
-<td class="colLast"><span class="typeNameLabel">DrawMasterSheet.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/sl/draw/DrawMasterSheet.html#canDraw-java.awt.Graphics2D-org.apache.poi.sl.usermodel.Shape-">canDraw</a></span>(java.awt.Graphics2D&nbsp;graphics,
+<td class="colLast"><span class="typeNameLabel">DrawSheet.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/sl/draw/DrawSheet.html#canDraw-java.awt.Graphics2D-org.apache.poi.sl.usermodel.Shape-">canDraw</a></span>(java.awt.Graphics2D&nbsp;graphics,
        <a href="../../../../../../org/apache/poi/sl/usermodel/Shape.html" title="interface in org.apache.poi.sl.usermodel">Shape</a>&lt;?,?&gt;&nbsp;shape)</code>
 <div class="block">Checks if this <code>sheet</code> displays the specified shape.</div>
 </td>

Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/ShapeType.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/ShapeType.html?rev=1820370&r1=1820369&r2=1820370&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/ShapeType.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/ShapeType.html Sat Jan  6 02:56:19 2018
@@ -111,17 +111,17 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/sl/usermodel/ShapeType.html" title="enum in org.apache.poi.sl.usermodel">ShapeType</a></code></td>
-<td class="colLast"><span class="typeNameLabel">HSLFShape.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getShapeType--">getShapeType</a></span>()</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">HSLFGroupShape.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html#getShapeType--">getShapeType</a></span>()</code>
+<div class="block">Return type of the shape.</div>
+</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/sl/usermodel/ShapeType.html" title="enum in org.apache.poi.sl.usermodel">ShapeType</a></code></td>
-<td class="colLast"><span class="typeNameLabel">HSLFPictureShape.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFPictureShape.html#getShapeType--">getShapeType</a></span>()</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">HSLFShape.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getShapeType--">getShapeType</a></span>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/sl/usermodel/ShapeType.html" title="enum in org.apache.poi.sl.usermodel">ShapeType</a></code></td>
-<td class="colLast"><span class="typeNameLabel">HSLFGroupShape.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html#getShapeType--">getShapeType</a></span>()</code>
-<div class="block">Return type of the shape.</div>
-</td>
+<td class="colLast"><span class="typeNameLabel">HSLFPictureShape.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFPictureShape.html#getShapeType--">getShapeType</a></span>()</code>&nbsp;</td>
 </tr>
 </tbody>
 </table>

Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/package-tree.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/package-tree.html?rev=1820370&r1=1820369&r2=1820370&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/package-tree.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/package-tree.html Sat Jan  6 02:56:19 2018
@@ -227,28 +227,28 @@
 <ul>
 <li type="circle">java.lang.Enum&lt;E&gt; (implements java.lang.Comparable&lt;T&gt;, java.io.Serializable)
 <ul>
-<li type="circle">org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/VerticalAlignment.html" title="enum in org.apache.poi.sl.usermodel"><span class="typeNameLink">VerticalAlignment</span></a></li>
-<li type="circle">org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextDirection.html" title="enum in org.apache.poi.sl.usermodel"><span class="typeNameLink">TextShape.TextDirection</span></a></li>
-<li type="circle">org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextAutofit.html" title="enum in org.apache.poi.sl.usermodel"><span class="typeNameLink">TextShape.TextAutofit</span></a></li>
-<li type="circle">org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextPlaceholder.html" title="enum in org.apache.poi.sl.usermodel"><span class="typeNameLink">TextShape.TextPlaceholder</span></a></li>
-<li type="circle">org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/TextRun.TextCap.html" title="enum in org.apache.poi.sl.usermodel"><span class="typeNameLink">TextRun.TextCap</span></a></li>
-<li type="circle">org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/TextRun.FieldType.html" title="enum in org.apache.poi.sl.usermodel"><span class="typeNameLink">TextRun.FieldType</span></a></li>
-<li type="circle">org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/TextParagraph.TextAlign.html" title="enum in org.apache.poi.sl.usermodel"><span class="typeNameLink">TextParagraph.TextAlign</span></a></li>
-<li type="circle">org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/TextParagraph.FontAlign.html" title="enum in org.apache.poi.sl.usermodel"><span class="typeNameLink">TextParagraph.FontAlign</span></a></li>
-<li type="circle">org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/TableCell.BorderEdge.html" title="enum in org.apache.poi.sl.usermodel"><span class="typeNameLink">TableCell.BorderEdge</span></a></li>
-<li type="circle">org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/StrokeStyle.LineCap.html" title="enum in org.apache.poi.sl.usermodel"><span class="typeNameLink">StrokeStyle.LineCap</span></a></li>
-<li type="circle">org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/StrokeStyle.LineDash.html" title="enum in org.apache.poi.sl.usermodel"><span class="typeNameLink">StrokeStyle.LineDash</span></a></li>
-<li type="circle">org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/StrokeStyle.LineCompound.html" title="enum in org.apache.poi.sl.usermodel"><span class="typeNameLink">StrokeStyle.LineCompound</span></a></li>
-<li type="circle">org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/ShapeType.html" title="enum in org.apache.poi.sl.usermodel"><span class="typeNameLink">ShapeType</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.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.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/Placeholder.html" title="enum in org.apache.poi.sl.usermodel"><span class="typeNameLink">Placeholder</span></a></li>
-<li type="circle">org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel"><span class="typeNameLink">PictureData.PictureType</span></a></li>
-<li type="circle">org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.PaintModifier.html" title="enum in org.apache.poi.sl.usermodel"><span class="typeNameLink">PaintStyle.PaintModifier</span></a></li>
-<li type="circle">org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.GradientPaint.GradientType.html" title="enum in org.apache.poi.sl.usermodel"><span class="typeNameLink">PaintStyle.GradientPaint.GradientType</span></a></li>
+<li type="circle">org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/AutoNumberingScheme.html" title="enum in org.apache.poi.sl.usermodel"><span class="typeNameLink">AutoNumberingScheme</span></a></li>
 <li type="circle">org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/LineDecoration.DecorationShape.html" title="enum in org.apache.poi.sl.usermodel"><span class="typeNameLink">LineDecoration.DecorationShape</span></a></li>
 <li type="circle">org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/LineDecoration.DecorationSize.html" title="enum in org.apache.poi.sl.usermodel"><span class="typeNameLink">LineDecoration.DecorationSize</span></a></li>
-<li type="circle">org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/AutoNumberingScheme.html" title="enum in org.apache.poi.sl.usermodel"><span class="typeNameLink">AutoNumberingScheme</span></a></li>
+<li type="circle">org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.GradientPaint.GradientType.html" title="enum in org.apache.poi.sl.usermodel"><span class="typeNameLink">PaintStyle.GradientPaint.GradientType</span></a></li>
+<li type="circle">org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.PaintModifier.html" title="enum in org.apache.poi.sl.usermodel"><span class="typeNameLink">PaintStyle.PaintModifier</span></a></li>
+<li type="circle">org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel"><span class="typeNameLink">PictureData.PictureType</span></a></li>
+<li type="circle">org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/Placeholder.html" title="enum in org.apache.poi.sl.usermodel"><span class="typeNameLink">Placeholder</span></a></li>
+<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.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.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/ShapeType.html" title="enum in org.apache.poi.sl.usermodel"><span class="typeNameLink">ShapeType</span></a></li>
+<li type="circle">org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/StrokeStyle.LineCap.html" title="enum in org.apache.poi.sl.usermodel"><span class="typeNameLink">StrokeStyle.LineCap</span></a></li>
+<li type="circle">org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/StrokeStyle.LineCompound.html" title="enum in org.apache.poi.sl.usermodel"><span class="typeNameLink">StrokeStyle.LineCompound</span></a></li>
+<li type="circle">org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/StrokeStyle.LineDash.html" title="enum in org.apache.poi.sl.usermodel"><span class="typeNameLink">StrokeStyle.LineDash</span></a></li>
+<li type="circle">org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/TableCell.BorderEdge.html" title="enum in org.apache.poi.sl.usermodel"><span class="typeNameLink">TableCell.BorderEdge</span></a></li>
+<li type="circle">org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/TextParagraph.FontAlign.html" title="enum in org.apache.poi.sl.usermodel"><span class="typeNameLink">TextParagraph.FontAlign</span></a></li>
+<li type="circle">org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/TextParagraph.TextAlign.html" title="enum in org.apache.poi.sl.usermodel"><span class="typeNameLink">TextParagraph.TextAlign</span></a></li>
+<li type="circle">org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/TextRun.FieldType.html" title="enum in org.apache.poi.sl.usermodel"><span class="typeNameLink">TextRun.FieldType</span></a></li>
+<li type="circle">org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/TextRun.TextCap.html" title="enum in org.apache.poi.sl.usermodel"><span class="typeNameLink">TextRun.TextCap</span></a></li>
+<li type="circle">org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextAutofit.html" title="enum in org.apache.poi.sl.usermodel"><span class="typeNameLink">TextShape.TextAutofit</span></a></li>
+<li type="circle">org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextDirection.html" title="enum in org.apache.poi.sl.usermodel"><span class="typeNameLink">TextShape.TextDirection</span></a></li>
+<li type="circle">org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/TextShape.TextPlaceholder.html" title="enum in org.apache.poi.sl.usermodel"><span class="typeNameLink">TextShape.TextPlaceholder</span></a></li>
+<li type="circle">org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/VerticalAlignment.html" title="enum in org.apache.poi.sl.usermodel"><span class="typeNameLink">VerticalAlignment</span></a></li>
 </ul>
 </li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/class-use/SpreadsheetVersion.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/class-use/SpreadsheetVersion.html?rev=1820370&r1=1820369&r2=1820370&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/class-use/SpreadsheetVersion.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/class-use/SpreadsheetVersion.html Sat Jan  6 02:56:19 2018
@@ -407,13 +407,13 @@ the order they are declared.</div>
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/SpreadsheetVersion.html" title="enum in org.apache.poi.ss">SpreadsheetVersion</a></code></td>
-<td class="colLast"><span class="typeNameLabel">XSSFWorkbook.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#getSpreadsheetVersion--">getSpreadsheetVersion</a></span>()</code>
-<div class="block">Returns the spreadsheet version (EXCLE2007) of this workbook</div>
-</td>
+<td class="colLast"><span class="typeNameLabel">BaseXSSFEvaluationWorkbook.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/BaseXSSFEvaluationWorkbook.html#getSpreadsheetVersion--">getSpreadsheetVersion</a></span>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/SpreadsheetVersion.html" title="enum in org.apache.poi.ss">SpreadsheetVersion</a></code></td>
-<td class="colLast"><span class="typeNameLabel">BaseXSSFEvaluationWorkbook.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/BaseXSSFEvaluationWorkbook.html#getSpreadsheetVersion--">getSpreadsheetVersion</a></span>()</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">XSSFWorkbook.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#getSpreadsheetVersion--">getSpreadsheetVersion</a></span>()</code>
+<div class="block">Returns the spreadsheet version (EXCLE2007) of this workbook</div>
+</td>
 </tr>
 </tbody>
 </table>



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