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/09/29 22:07:56 UTC

svn commit: r1762842 [21/45] - in /poi/site/publish: ./ apidocs/ apidocs/org/apache/poi/ apidocs/org/apache/poi/class-use/ apidocs/org/apache/poi/ddf/class-use/ apidocs/org/apache/poi/hpsf/class-use/ apidocs/org/apache/poi/hpsf/wellknown/class-use/ api...

Modified: poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/package-use.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/package-use.html?rev=1762842&r1=1762841&r2=1762842&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/package-use.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/package-use.html Thu Sep 29 22:07:51 2016
@@ -212,45 +212,49 @@
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><a href="#org.apache.poi.poifs.crypt.xor">org.apache.poi.poifs.crypt.xor</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><a href="#org.apache.poi.poifs.dev">org.apache.poi.poifs.dev</a></td>
 <td class="colLast">
 <div class="block">DEV package serves two purposes.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="#org.apache.poi.poifs.eventfilesystem">org.apache.poi.poifs.eventfilesystem</a></td>
 <td class="colLast">
 <div class="block">The eventfilesystem is an efficient method for reading OLE 2 CDF files.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="#org.apache.poi.poifs.filesystem">org.apache.poi.poifs.filesystem</a></td>
 <td class="colLast">
 <div class="block">filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="#org.apache.poi.poifs.macros">org.apache.poi.poifs.macros</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="#org.apache.poi.poifs.property">org.apache.poi.poifs.property</a></td>
 <td class="colLast">
 <div class="block">property package contains high and low level Property structures for POIFS.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="#org.apache.poi.poifs.storage">org.apache.poi.poifs.storage</a></td>
 <td class="colLast">
 <div class="block">storage package contains low level binary structures for POIFS's implementation of the OLE 2
 Compound Document Format.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="#org.apache.poi.sl.usermodel">org.apache.poi.sl.usermodel</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="#org.apache.poi.ss.usermodel">org.apache.poi.ss.usermodel</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
@@ -1094,6 +1098,13 @@ Compound Document Format.</div>
 <div class="block">Simple implementation of DirectoryEntry</div>
 </td>
 </tr>
+<tr class="rowColor">
+<td class="colOne"><a href="../../../../../org/apache/poi/poifs/filesystem/class-use/POIFSFileSystem.html#org.apache.poi.poifs.crypt.cryptoapi">POIFSFileSystem</a>
+<div class="block">Transition class for the move from <a href="../../../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem"><code>POIFSFileSystem</code></a> to 
+  <a href="../../../../../org/apache/poi/poifs/filesystem/OPOIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem"><code>OPOIFSFileSystem</code></a>, and from <a href="../../../../../org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem"><code>NPOIFSFileSystem</code></a> to
+  <a href="../../../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem"><code>POIFSFileSystem</code></a>.</div>
+</td>
+</tr>
 </tbody>
 </table>
 </li>
@@ -1122,6 +1133,23 @@ Compound Document Format.</div>
 </td>
 </tr>
 </tbody>
+</table>
+</li>
+<li class="blockList"><a name="org.apache.poi.poifs.crypt.xor">
+<!--   -->
+</a>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
+<caption><span>Classes in <a href="../../../../../org/apache/poi/poifs/filesystem/package-summary.html">org.apache.poi.poifs.filesystem</a> used by <a href="../../../../../org/apache/poi/poifs/crypt/xor/package-summary.html">org.apache.poi.poifs.crypt.xor</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Class and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colOne"><a href="../../../../../org/apache/poi/poifs/filesystem/class-use/DirectoryNode.html#org.apache.poi.poifs.crypt.xor">DirectoryNode</a>
+<div class="block">Simple implementation of DirectoryEntry</div>
+</td>
+</tr>
+</tbody>
 </table>
 </li>
 <li class="blockList"><a name="org.apache.poi.poifs.dev">

Modified: poi/site/publish/apidocs/org/apache/poi/poifs/property/class-use/Child.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/poifs/property/class-use/Child.html?rev=1762842&r1=1762841&r2=1762842&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/poifs/property/class-use/Child.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/poifs/property/class-use/Child.html Thu Sep 29 22:07:51 2016
@@ -179,37 +179,37 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">Parent.</span><code><strong><a href="../../../../../../org/apache/poi/poifs/property/Parent.html#setNextChild(org.apache.poi.poifs.property.Child)">setNextChild</a></strong>(<a href="../../../../../../org/apache/poi/poifs/property/Child.html" title="interface in org.apache.poi.poifs.property">Child</a>&nbsp;child)</code>
+<td class="colLast"><span class="strong">Child.</span><code><strong><a href="../../../../../../org/apache/poi/poifs/property/Child.html#setNextChild(org.apache.poi.poifs.property.Child)">setNextChild</a></strong>(<a href="../../../../../../org/apache/poi/poifs/property/Child.html" title="interface in org.apache.poi.poifs.property">Child</a>&nbsp;child)</code>
 <div class="block">Set the next Child</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">Child.</span><code><strong><a href="../../../../../../org/apache/poi/poifs/property/Child.html#setNextChild(org.apache.poi.poifs.property.Child)">setNextChild</a></strong>(<a href="../../../../../../org/apache/poi/poifs/property/Child.html" title="interface in org.apache.poi.poifs.property">Child</a>&nbsp;child)</code>
+<td class="colLast"><span class="strong">Property.</span><code><strong><a href="../../../../../../org/apache/poi/poifs/property/Property.html#setNextChild(org.apache.poi.poifs.property.Child)">setNextChild</a></strong>(<a href="../../../../../../org/apache/poi/poifs/property/Child.html" title="interface in org.apache.poi.poifs.property">Child</a>&nbsp;child)</code>
 <div class="block">Set the next Child</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">Property.</span><code><strong><a href="../../../../../../org/apache/poi/poifs/property/Property.html#setNextChild(org.apache.poi.poifs.property.Child)">setNextChild</a></strong>(<a href="../../../../../../org/apache/poi/poifs/property/Child.html" title="interface in org.apache.poi.poifs.property">Child</a>&nbsp;child)</code>
+<td class="colLast"><span class="strong">Parent.</span><code><strong><a href="../../../../../../org/apache/poi/poifs/property/Parent.html#setNextChild(org.apache.poi.poifs.property.Child)">setNextChild</a></strong>(<a href="../../../../../../org/apache/poi/poifs/property/Child.html" title="interface in org.apache.poi.poifs.property">Child</a>&nbsp;child)</code>
 <div class="block">Set the next Child</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">Parent.</span><code><strong><a href="../../../../../../org/apache/poi/poifs/property/Parent.html#setPreviousChild(org.apache.poi.poifs.property.Child)">setPreviousChild</a></strong>(<a href="../../../../../../org/apache/poi/poifs/property/Child.html" title="interface in org.apache.poi.poifs.property">Child</a>&nbsp;child)</code>
+<td class="colLast"><span class="strong">Child.</span><code><strong><a href="../../../../../../org/apache/poi/poifs/property/Child.html#setPreviousChild(org.apache.poi.poifs.property.Child)">setPreviousChild</a></strong>(<a href="../../../../../../org/apache/poi/poifs/property/Child.html" title="interface in org.apache.poi.poifs.property">Child</a>&nbsp;child)</code>
 <div class="block">Set the previous Child</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">Child.</span><code><strong><a href="../../../../../../org/apache/poi/poifs/property/Child.html#setPreviousChild(org.apache.poi.poifs.property.Child)">setPreviousChild</a></strong>(<a href="../../../../../../org/apache/poi/poifs/property/Child.html" title="interface in org.apache.poi.poifs.property">Child</a>&nbsp;child)</code>
+<td class="colLast"><span class="strong">Property.</span><code><strong><a href="../../../../../../org/apache/poi/poifs/property/Property.html#setPreviousChild(org.apache.poi.poifs.property.Child)">setPreviousChild</a></strong>(<a href="../../../../../../org/apache/poi/poifs/property/Child.html" title="interface in org.apache.poi.poifs.property">Child</a>&nbsp;child)</code>
 <div class="block">Set the previous Child</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">Property.</span><code><strong><a href="../../../../../../org/apache/poi/poifs/property/Property.html#setPreviousChild(org.apache.poi.poifs.property.Child)">setPreviousChild</a></strong>(<a href="../../../../../../org/apache/poi/poifs/property/Child.html" title="interface in org.apache.poi.poifs.property">Child</a>&nbsp;child)</code>
+<td class="colLast"><span class="strong">Parent.</span><code><strong><a href="../../../../../../org/apache/poi/poifs/property/Parent.html#setPreviousChild(org.apache.poi.poifs.property.Child)">setPreviousChild</a></strong>(<a href="../../../../../../org/apache/poi/poifs/property/Child.html" title="interface in org.apache.poi.poifs.property">Child</a>&nbsp;child)</code>
 <div class="block">Set the previous Child</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=1762842&r1=1762841&r2=1762842&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 Thu Sep 29 22:07:51 2016
@@ -104,21 +104,21 @@ 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="strong">NPOIFSMiniStore.</span><code><strong><a href="../../../../../../org/apache/poi/poifs/filesystem/NPOIFSMiniStore.html#getBATBlockAndIndex(int)">getBATBlockAndIndex</a></strong>(int&nbsp;offset)</code>
+<td class="colLast"><span class="strong">NPOIFSFileSystem.</span><code><strong><a href="../../../../../../org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html#getBATBlockAndIndex(int)">getBATBlockAndIndex</a></strong>(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 abstract <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="strong">BlockStore.</span><code><strong><a href="../../../../../../org/apache/poi/poifs/filesystem/BlockStore.html#getBATBlockAndIndex(int)">getBATBlockAndIndex</a></strong>(int&nbsp;offset)</code>
+<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="strong">NPOIFSMiniStore.</span><code><strong><a href="../../../../../../org/apache/poi/poifs/filesystem/NPOIFSMiniStore.html#getBATBlockAndIndex(int)">getBATBlockAndIndex</a></strong>(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="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="strong">NPOIFSFileSystem.</span><code><strong><a href="../../../../../../org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html#getBATBlockAndIndex(int)">getBATBlockAndIndex</a></strong>(int&nbsp;offset)</code>
+<td class="colFirst"><code>protected abstract <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="strong">BlockStore.</span><code><strong><a href="../../../../../../org/apache/poi/poifs/filesystem/BlockStore.html#getBATBlockAndIndex(int)">getBATBlockAndIndex</a></strong>(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=1762842&r1=1762841&r2=1762842&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 Thu Sep 29 22:07:51 2016
@@ -95,15 +95,15 @@
 <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="strong">CTXYAdjustHandle.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTXYAdjustHandle.html#pos">pos</a></strong></code>&nbsp;</td>
+<td class="colLast"><span class="strong">CTPolarAdjustHandle.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPolarAdjustHandle.html#pos">pos</a></strong></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="strong">CTConnectionSite.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTConnectionSite.html#pos">pos</a></strong></code>&nbsp;</td>
+<td class="colLast"><span class="strong">CTXYAdjustHandle.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTXYAdjustHandle.html#pos">pos</a></strong></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="strong">CTPolarAdjustHandle.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPolarAdjustHandle.html#pos">pos</a></strong></code>&nbsp;</td>
+<td class="colLast"><span class="strong">CTConnectionSite.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTConnectionSite.html#pos">pos</a></strong></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>
@@ -147,19 +147,19 @@
 </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="strong">CTXYAdjustHandle.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTXYAdjustHandle.html#getPos()">getPos</a></strong>()</code>
+<td class="colLast"><span class="strong">CTPolarAdjustHandle.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPolarAdjustHandle.html#getPos()">getPos</a></strong>()</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="strong">CTConnectionSite.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTConnectionSite.html#getPos()">getPos</a></strong>()</code>
+<td class="colLast"><span class="strong">CTXYAdjustHandle.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTXYAdjustHandle.html#getPos()">getPos</a></strong>()</code>
 <div class="block">Gets the value of the pos 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="strong">CTPolarAdjustHandle.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPolarAdjustHandle.html#getPos()">getPos</a></strong>()</code>
+<td class="colLast"><span class="strong">CTConnectionSite.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTConnectionSite.html#getPos()">getPos</a></strong>()</code>
 <div class="block">Gets the value of the pos property.</div>
 </td>
 </tr>
@@ -207,19 +207,19 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">CTXYAdjustHandle.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTXYAdjustHandle.html#setPos(org.apache.poi.sl.draw.binding.CTAdjPoint2D)">setPos</a></strong>(<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="strong">CTPolarAdjustHandle.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPolarAdjustHandle.html#setPos(org.apache.poi.sl.draw.binding.CTAdjPoint2D)">setPos</a></strong>(<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="strong">CTConnectionSite.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTConnectionSite.html#setPos(org.apache.poi.sl.draw.binding.CTAdjPoint2D)">setPos</a></strong>(<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="strong">CTXYAdjustHandle.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTXYAdjustHandle.html#setPos(org.apache.poi.sl.draw.binding.CTAdjPoint2D)">setPos</a></strong>(<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="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">CTPolarAdjustHandle.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPolarAdjustHandle.html#setPos(org.apache.poi.sl.draw.binding.CTAdjPoint2D)">setPos</a></strong>(<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="strong">CTConnectionSite.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTConnectionSite.html#setPos(org.apache.poi.sl.draw.binding.CTAdjPoint2D)">setPos</a></strong>(<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>

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=1762842&r1=1762841&r2=1762842&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 Thu Sep 29 22:07:51 2016
@@ -95,11 +95,11 @@
 <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="strong">CTPresetTextShape.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPresetTextShape.html#avLst">avLst</a></strong></code>&nbsp;</td>
+<td class="colLast"><span class="strong">CTCustomGeometry2D.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTCustomGeometry2D.html#avLst">avLst</a></strong></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="strong">CTCustomGeometry2D.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTCustomGeometry2D.html#avLst">avLst</a></strong></code>&nbsp;</td>
+<td class="colLast"><span class="strong">CTPresetTextShape.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPresetTextShape.html#avLst">avLst</a></strong></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>
@@ -126,13 +126,13 @@
 </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="strong">CTPresetTextShape.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPresetTextShape.html#getAvLst()">getAvLst</a></strong>()</code>
+<td class="colLast"><span class="strong">CTCustomGeometry2D.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTCustomGeometry2D.html#getAvLst()">getAvLst</a></strong>()</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="strong">CTCustomGeometry2D.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTCustomGeometry2D.html#getAvLst()">getAvLst</a></strong>()</code>
+<td class="colLast"><span class="strong">CTPresetTextShape.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPresetTextShape.html#getAvLst()">getAvLst</a></strong>()</code>
 <div class="block">Gets the value of the avLst property.</div>
 </td>
 </tr>
@@ -159,13 +159,13 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">CTPresetTextShape.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPresetTextShape.html#setAvLst(org.apache.poi.sl.draw.binding.CTGeomGuideList)">setAvLst</a></strong>(<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="strong">CTCustomGeometry2D.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTCustomGeometry2D.html#setAvLst(org.apache.poi.sl.draw.binding.CTGeomGuideList)">setAvLst</a></strong>(<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="strong">CTCustomGeometry2D.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTCustomGeometry2D.html#setAvLst(org.apache.poi.sl.draw.binding.CTGeomGuideList)">setAvLst</a></strong>(<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="strong">CTPresetTextShape.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTPresetTextShape.html#setAvLst(org.apache.poi.sl.draw.binding.CTGeomGuideList)">setAvLst</a></strong>(<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=1762842&r1=1762841&r2=1762842&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 Thu Sep 29 22:07:51 2016
@@ -99,11 +99,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="strong">CTTransform2D.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTTransform2D.html#off">off</a></strong></code>&nbsp;</td>
+<td class="colLast"><span class="strong">CTGroupTransform2D.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTGroupTransform2D.html#off">off</a></strong></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="strong">CTGroupTransform2D.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTGroupTransform2D.html#off">off</a></strong></code>&nbsp;</td>
+<td class="colLast"><span class="strong">CTTransform2D.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTTransform2D.html#off">off</a></strong></code>&nbsp;</td>
 </tr>
 </tbody>
 </table>
@@ -128,13 +128,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="strong">CTTransform2D.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTTransform2D.html#getOff()">getOff</a></strong>()</code>
+<td class="colLast"><span class="strong">CTGroupTransform2D.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTGroupTransform2D.html#getOff()">getOff</a></strong>()</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="strong">CTGroupTransform2D.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTGroupTransform2D.html#getOff()">getOff</a></strong>()</code>
+<td class="colLast"><span class="strong">CTTransform2D.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTTransform2D.html#getOff()">getOff</a></strong>()</code>
 <div class="block">Gets the value of the off property.</div>
 </td>
 </tr>
@@ -155,13 +155,13 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">CTTransform2D.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTTransform2D.html#setOff(org.apache.poi.sl.draw.binding.CTPoint2D)">setOff</a></strong>(<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="strong">CTGroupTransform2D.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTGroupTransform2D.html#setOff(org.apache.poi.sl.draw.binding.CTPoint2D)">setOff</a></strong>(<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="strong">CTGroupTransform2D.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTGroupTransform2D.html#setOff(org.apache.poi.sl.draw.binding.CTPoint2D)">setOff</a></strong>(<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="strong">CTTransform2D.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTTransform2D.html#setOff(org.apache.poi.sl.draw.binding.CTPoint2D)">setOff</a></strong>(<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=1762842&r1=1762841&r2=1762842&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 Thu Sep 29 22:07:51 2016
@@ -99,11 +99,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="strong">CTTransform2D.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTTransform2D.html#ext">ext</a></strong></code>&nbsp;</td>
+<td class="colLast"><span class="strong">CTGroupTransform2D.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTGroupTransform2D.html#ext">ext</a></strong></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="strong">CTGroupTransform2D.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTGroupTransform2D.html#ext">ext</a></strong></code>&nbsp;</td>
+<td class="colLast"><span class="strong">CTTransform2D.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTTransform2D.html#ext">ext</a></strong></code>&nbsp;</td>
 </tr>
 </tbody>
 </table>
@@ -128,13 +128,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="strong">CTTransform2D.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTTransform2D.html#getExt()">getExt</a></strong>()</code>
+<td class="colLast"><span class="strong">CTGroupTransform2D.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTGroupTransform2D.html#getExt()">getExt</a></strong>()</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="strong">CTGroupTransform2D.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTGroupTransform2D.html#getExt()">getExt</a></strong>()</code>
+<td class="colLast"><span class="strong">CTTransform2D.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTTransform2D.html#getExt()">getExt</a></strong>()</code>
 <div class="block">Gets the value of the ext property.</div>
 </td>
 </tr>
@@ -155,13 +155,13 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">CTTransform2D.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTTransform2D.html#setExt(org.apache.poi.sl.draw.binding.CTPositiveSize2D)">setExt</a></strong>(<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="strong">CTGroupTransform2D.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTGroupTransform2D.html#setExt(org.apache.poi.sl.draw.binding.CTPositiveSize2D)">setExt</a></strong>(<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="strong">CTGroupTransform2D.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTGroupTransform2D.html#setExt(org.apache.poi.sl.draw.binding.CTPositiveSize2D)">setExt</a></strong>(<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="strong">CTTransform2D.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/binding/CTTransform2D.html#setExt(org.apache.poi.sl.draw.binding.CTPositiveSize2D)">setExt</a></strong>(<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/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=1762842&r1=1762841&r2=1762842&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 Thu Sep 29 22:07:51 2016
@@ -95,47 +95,47 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>double</code></td>
-<td class="colLast"><span class="strong">CosineArcTanExpression.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/CosineArcTanExpression.html#evaluate(org.apache.poi.sl.draw.geom.Context)">evaluate</a></strong>(<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="strong">AddDivideExpression.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/AddDivideExpression.html#evaluate(org.apache.poi.sl.draw.geom.Context)">evaluate</a></strong>(<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="strong">SinArcTanExpression.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/SinArcTanExpression.html#evaluate(org.apache.poi.sl.draw.geom.Context)">evaluate</a></strong>(<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="strong">CosineArcTanExpression.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/CosineArcTanExpression.html#evaluate(org.apache.poi.sl.draw.geom.Context)">evaluate</a></strong>(<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="strong">IfElseExpression.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/IfElseExpression.html#evaluate(org.apache.poi.sl.draw.geom.Context)">evaluate</a></strong>(<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="strong">SinExpression.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/SinExpression.html#evaluate(org.apache.poi.sl.draw.geom.Context)">evaluate</a></strong>(<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="strong">MinExpression.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/MinExpression.html#evaluate(org.apache.poi.sl.draw.geom.Context)">evaluate</a></strong>(<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="strong">LiteralValueExpression.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/LiteralValueExpression.html#evaluate(org.apache.poi.sl.draw.geom.Context)">evaluate</a></strong>(<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="strong">ModExpression.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/ModExpression.html#evaluate(org.apache.poi.sl.draw.geom.Context)">evaluate</a></strong>(<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="strong">AddSubtractExpression.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/AddSubtractExpression.html#evaluate(org.apache.poi.sl.draw.geom.Context)">evaluate</a></strong>(<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="strong">AbsExpression.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/AbsExpression.html#evaluate(org.apache.poi.sl.draw.geom.Context)">evaluate</a></strong>(<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="strong">IfElseExpression.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/IfElseExpression.html#evaluate(org.apache.poi.sl.draw.geom.Context)">evaluate</a></strong>(<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="strong">Guide.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/Guide.html#evaluate(org.apache.poi.sl.draw.geom.Context)">evaluate</a></strong>(<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="strong">MaxExpression.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/MaxExpression.html#evaluate(org.apache.poi.sl.draw.geom.Context)">evaluate</a></strong>(<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="strong">AddSubtractExpression.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/AddSubtractExpression.html#evaluate(org.apache.poi.sl.draw.geom.Context)">evaluate</a></strong>(<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="strong">MultiplyDivideExpression.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/MultiplyDivideExpression.html#evaluate(org.apache.poi.sl.draw.geom.Context)">evaluate</a></strong>(<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="strong">SqrtExpression.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/SqrtExpression.html#evaluate(org.apache.poi.sl.draw.geom.Context)">evaluate</a></strong>(<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="strong">CosExpression.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/CosExpression.html#evaluate(org.apache.poi.sl.draw.geom.Context)">evaluate</a></strong>(<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="strong">LiteralValueExpression.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/LiteralValueExpression.html#evaluate(org.apache.poi.sl.draw.geom.Context)">evaluate</a></strong>(<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="strong">SinArcTanExpression.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/SinArcTanExpression.html#evaluate(org.apache.poi.sl.draw.geom.Context)">evaluate</a></strong>(<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="strong">Expression.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/Expression.html#evaluate(org.apache.poi.sl.draw.geom.Context)">evaluate</a></strong>(<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="strong">ModExpression.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/ModExpression.html#evaluate(org.apache.poi.sl.draw.geom.Context)">evaluate</a></strong>(<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>
@@ -143,39 +143,39 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>double</code></td>
-<td class="colLast"><span class="strong">ArcTanExpression.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/ArcTanExpression.html#evaluate(org.apache.poi.sl.draw.geom.Context)">evaluate</a></strong>(<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="strong">AdjustValue.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/AdjustValue.html#evaluate(org.apache.poi.sl.draw.geom.Context)">evaluate</a></strong>(<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="strong">PinExpression.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/PinExpression.html#evaluate(org.apache.poi.sl.draw.geom.Context)">evaluate</a></strong>(<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="strong">ArcTanExpression.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/ArcTanExpression.html#evaluate(org.apache.poi.sl.draw.geom.Context)">evaluate</a></strong>(<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="strong">AddDivideExpression.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/AddDivideExpression.html#evaluate(org.apache.poi.sl.draw.geom.Context)">evaluate</a></strong>(<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="strong">AbsExpression.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/AbsExpression.html#evaluate(org.apache.poi.sl.draw.geom.Context)">evaluate</a></strong>(<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="strong">CosExpression.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/CosExpression.html#evaluate(org.apache.poi.sl.draw.geom.Context)">evaluate</a></strong>(<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="strong">SqrtExpression.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/SqrtExpression.html#evaluate(org.apache.poi.sl.draw.geom.Context)">evaluate</a></strong>(<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="strong">SinExpression.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/SinExpression.html#evaluate(org.apache.poi.sl.draw.geom.Context)">evaluate</a></strong>(<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="strong">PinExpression.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/PinExpression.html#evaluate(org.apache.poi.sl.draw.geom.Context)">evaluate</a></strong>(<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="strong">MaxExpression.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/MaxExpression.html#evaluate(org.apache.poi.sl.draw.geom.Context)">evaluate</a></strong>(<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="strong">MinExpression.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/MinExpression.html#evaluate(org.apache.poi.sl.draw.geom.Context)">evaluate</a></strong>(<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="strong">AdjustValue.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/AdjustValue.html#evaluate(org.apache.poi.sl.draw.geom.Context)">evaluate</a></strong>(<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="strong">Guide.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/Guide.html#evaluate(org.apache.poi.sl.draw.geom.Context)">evaluate</a></strong>(<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="strong">MultiplyDivideExpression.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/MultiplyDivideExpression.html#evaluate(org.apache.poi.sl.draw.geom.Context)">evaluate</a></strong>(<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="strong">Expression.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/Expression.html#evaluate(org.apache.poi.sl.draw.geom.Context)">evaluate</a></strong>(<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="strong">CurveToCommand.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/CurveToCommand.html#execute(java.awt.geom.Path2D.Double,%20org.apache.poi.sl.draw.geom.Context)">execute</a></strong>(java.awt.geom.Path2D.Double&nbsp;path,
+<td class="colLast"><span class="strong">LineToCommand.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/LineToCommand.html#execute(java.awt.geom.Path2D.Double,%20org.apache.poi.sl.draw.geom.Context)">execute</a></strong>(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">
@@ -185,30 +185,30 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">ClosePathCommand.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/ClosePathCommand.html#execute(java.awt.geom.Path2D.Double,%20org.apache.poi.sl.draw.geom.Context)">execute</a></strong>(java.awt.geom.Path2D.Double&nbsp;path,
+<td class="colLast"><span class="strong">CurveToCommand.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/CurveToCommand.html#execute(java.awt.geom.Path2D.Double,%20org.apache.poi.sl.draw.geom.Context)">execute</a></strong>(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="strong">MoveToCommand.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/MoveToCommand.html#execute(java.awt.geom.Path2D.Double,%20org.apache.poi.sl.draw.geom.Context)">execute</a></strong>(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="strong">PathCommand.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/PathCommand.html#execute(java.awt.geom.Path2D.Double,%20org.apache.poi.sl.draw.geom.Context)">execute</a></strong>(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="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">QuadToCommand.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/QuadToCommand.html#execute(java.awt.geom.Path2D.Double,%20org.apache.poi.sl.draw.geom.Context)">execute</a></strong>(java.awt.geom.Path2D.Double&nbsp;path,
+<td class="colLast"><span class="strong">ClosePathCommand.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/ClosePathCommand.html#execute(java.awt.geom.Path2D.Double,%20org.apache.poi.sl.draw.geom.Context)">execute</a></strong>(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="strong">LineToCommand.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/LineToCommand.html#execute(java.awt.geom.Path2D.Double,%20org.apache.poi.sl.draw.geom.Context)">execute</a></strong>(java.awt.geom.Path2D.Double&nbsp;path,
+<td class="colLast"><span class="strong">QuadToCommand.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/QuadToCommand.html#execute(java.awt.geom.Path2D.Double,%20org.apache.poi.sl.draw.geom.Context)">execute</a></strong>(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="strong">PathCommand.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/PathCommand.html#execute(java.awt.geom.Path2D.Double,%20org.apache.poi.sl.draw.geom.Context)">execute</a></strong>(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="strong">MoveToCommand.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/MoveToCommand.html#execute(java.awt.geom.Path2D.Double,%20org.apache.poi.sl.draw.geom.Context)">execute</a></strong>(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>java.awt.geom.Path2D.Double</code></td>

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=1762842&r1=1762841&r2=1762842&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 Thu Sep 29 22:07:51 2016
@@ -136,11 +136,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="strong">IAdjustableShape.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/IAdjustableShape.html#getAdjustValue(java.lang.String)">getAdjustValue</a></strong>(java.lang.String&nbsp;name)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">Context.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/Context.html#getAdjustValue(java.lang.String)">getAdjustValue</a></strong>(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="strong">Context.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/Context.html#getAdjustValue(java.lang.String)">getAdjustValue</a></strong>(java.lang.String&nbsp;name)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">IAdjustableShape.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/geom/IAdjustableShape.html#getAdjustValue(java.lang.String)">getAdjustValue</a></strong>(java.lang.String&nbsp;name)</code>&nbsp;</td>
 </tr>
 </tbody>
 </table>

Modified: poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/class-use/Outline.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/class-use/Outline.html?rev=1762842&r1=1762841&r2=1762842&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/class-use/Outline.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/class-use/Outline.html Thu Sep 29 22:07:51 2016
@@ -116,11 +116,11 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>protected java.util.Collection&lt;<a href="../../../../../../../org/apache/poi/sl/draw/geom/Outline.html" title="class in org.apache.poi.sl.draw.geom">Outline</a>&gt;</code></td>
-<td class="colLast"><span class="strong">DrawFreeformShape.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/DrawFreeformShape.html#computeOutlines(java.awt.Graphics2D)">computeOutlines</a></strong>(java.awt.Graphics2D&nbsp;graphics)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">DrawSimpleShape.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/DrawSimpleShape.html#computeOutlines(java.awt.Graphics2D)">computeOutlines</a></strong>(java.awt.Graphics2D&nbsp;graphics)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected java.util.Collection&lt;<a href="../../../../../../../org/apache/poi/sl/draw/geom/Outline.html" title="class in org.apache.poi.sl.draw.geom">Outline</a>&gt;</code></td>
-<td class="colLast"><span class="strong">DrawSimpleShape.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/DrawSimpleShape.html#computeOutlines(java.awt.Graphics2D)">computeOutlines</a></strong>(java.awt.Graphics2D&nbsp;graphics)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">DrawFreeformShape.</span><code><strong><a href="../../../../../../../org/apache/poi/sl/draw/DrawFreeformShape.html#computeOutlines(java.awt.Graphics2D)">computeOutlines</a></strong>(java.awt.Graphics2D&nbsp;graphics)</code>&nbsp;</td>
 </tr>
 </tbody>
 </table>

Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/PaintStyle.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/PaintStyle.html?rev=1762842&r1=1762841&r2=1762842&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/PaintStyle.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/PaintStyle.html Thu Sep 29 22:07:51 2016
@@ -175,11 +175,11 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/sl/usermodel/PaintStyle.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle</a></code></td>
-<td class="colLast"><span class="strong">FillStyle.</span><code><strong><a href="../../../../../../org/apache/poi/sl/usermodel/FillStyle.html#getPaint()">getPaint</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">StrokeStyle.</span><code><strong><a href="../../../../../../org/apache/poi/sl/usermodel/StrokeStyle.html#getPaint()">getPaint</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/sl/usermodel/PaintStyle.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle</a></code></td>
-<td class="colLast"><span class="strong">StrokeStyle.</span><code><strong><a href="../../../../../../org/apache/poi/sl/usermodel/StrokeStyle.html#getPaint()">getPaint</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">FillStyle.</span><code><strong><a href="../../../../../../org/apache/poi/sl/usermodel/FillStyle.html#getPaint()">getPaint</a></strong>()</code>&nbsp;</td>
 </tr>
 </tbody>
 </table>
@@ -236,31 +236,31 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected static <a href="../../../../../../org/apache/poi/sl/usermodel/PaintStyle.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle</a></code></td>
-<td class="colLast"><span class="strong">XSLFShape.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFShape.html#selectPaint(CTBlipFillProperties,%20org.apache.poi.openxml4j.opc.PackagePart)">selectPaint</a></strong>(CTBlipFillProperties&nbsp;blipFill,
+<td class="colLast"><span class="strong">XSLFShape.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFShape.html#selectPaint(org.openxmlformats.schemas.drawingml.x2006.main.CTBlipFillProperties,%20org.apache.poi.openxml4j.opc.PackagePart)">selectPaint</a></strong>(org.openxmlformats.schemas.drawingml.x2006.main.CTBlipFillProperties&nbsp;blipFill,
            <a href="../../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a>&nbsp;parentPart)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected static <a href="../../../../../../org/apache/poi/sl/usermodel/PaintStyle.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle</a></code></td>
-<td class="colLast"><span class="strong">XSLFShape.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFShape.html#selectPaint(CTGradientFillProperties,%20CTSchemeColor,%20org.apache.poi.xslf.usermodel.XSLFTheme)">selectPaint</a></strong>(CTGradientFillProperties&nbsp;gradFill,
-           CTSchemeColor&nbsp;phClr,
+<td class="colLast"><span class="strong">XSLFShape.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFShape.html#selectPaint(org.openxmlformats.schemas.drawingml.x2006.main.CTGradientFillProperties,%20org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor,%20org.apache.poi.xslf.usermodel.XSLFTheme)">selectPaint</a></strong>(org.openxmlformats.schemas.drawingml.x2006.main.CTGradientFillProperties&nbsp;gradFill,
+           org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor&nbsp;phClr,
            <a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFTheme.html" title="class in org.apache.poi.xslf.usermodel">XSLFTheme</a>&nbsp;theme)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected static <a href="../../../../../../org/apache/poi/sl/usermodel/PaintStyle.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle</a></code></td>
-<td class="colLast"><span class="strong">XSLFShape.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFShape.html#selectPaint(CTSolidColorFillProperties,%20CTSchemeColor,%20org.apache.poi.xslf.usermodel.XSLFTheme)">selectPaint</a></strong>(CTSolidColorFillProperties&nbsp;solidFill,
-           CTSchemeColor&nbsp;phClr,
+<td class="colLast"><span class="strong">XSLFShape.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFShape.html#selectPaint(org.openxmlformats.schemas.drawingml.x2006.main.CTSolidColorFillProperties,%20org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor,%20org.apache.poi.xslf.usermodel.XSLFTheme)">selectPaint</a></strong>(org.openxmlformats.schemas.drawingml.x2006.main.CTSolidColorFillProperties&nbsp;solidFill,
+           org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor&nbsp;phClr,
            <a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFTheme.html" title="class in org.apache.poi.xslf.usermodel">XSLFTheme</a>&nbsp;theme)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected static <a href="../../../../../../org/apache/poi/sl/usermodel/PaintStyle.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle</a></code></td>
-<td class="colLast"><span class="strong">XSLFShape.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFShape.html#selectPaint(CTStyleMatrixReference,%20org.apache.poi.xslf.usermodel.XSLFTheme,%20boolean)">selectPaint</a></strong>(CTStyleMatrixReference&nbsp;fillRef,
+<td class="colLast"><span class="strong">XSLFShape.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFShape.html#selectPaint(org.openxmlformats.schemas.drawingml.x2006.main.CTStyleMatrixReference,%20org.apache.poi.xslf.usermodel.XSLFTheme,%20boolean)">selectPaint</a></strong>(org.openxmlformats.schemas.drawingml.x2006.main.CTStyleMatrixReference&nbsp;fillRef,
            <a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFTheme.html" title="class in org.apache.poi.xslf.usermodel">XSLFTheme</a>&nbsp;theme,
            boolean&nbsp;isLineStyle)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected static <a href="../../../../../../org/apache/poi/sl/usermodel/PaintStyle.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle</a></code></td>
-<td class="colLast"><span class="strong">XSLFShape.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFShape.html#selectPaint(org.apache.poi.xslf.usermodel.XSLFPropertiesDelegate.XSLFFillProperties,%20CTSchemeColor,%20org.apache.poi.openxml4j.opc.PackagePart,%20org.apache.poi.xslf.usermodel.XSLFTheme)">selectPaint</a></strong>(<a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFPropertiesDelegate.XSLFFillProperties.html" title="interface in org.apache.poi.xslf.usermodel">XSLFPropertiesDelegate.XSLFFillProperties</a>&nbsp;fp,
-           CTSchemeColor&nbsp;phClr,
+<td class="colLast"><span class="strong">XSLFShape.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFShape.html#selectPaint(org.apache.poi.xslf.usermodel.XSLFPropertiesDelegate.XSLFFillProperties,%20org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor,%20org.apache.poi.openxml4j.opc.PackagePart,%20org.apache.poi.xslf.usermodel.XSLFTheme)">selectPaint</a></strong>(<a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFPropertiesDelegate.XSLFFillProperties.html" title="interface in org.apache.poi.xslf.usermodel">XSLFPropertiesDelegate.XSLFFillProperties</a>&nbsp;fp,
+           org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor&nbsp;phClr,
            <a href="../../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a>&nbsp;parentPart,
            <a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFTheme.html" title="class in org.apache.poi.xslf.usermodel">XSLFTheme</a>&nbsp;theme)</code>
 <div class="block">Convert shape fill into java.awt.Paint.</div>

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=1762842&r1=1762841&r2=1762842&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 Thu Sep 29 22:07:51 2016
@@ -107,23 +107,23 @@
 <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="strong">DIB.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/blip/DIB.html#getType()">getType</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">PNG.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/blip/PNG.html#getType()">getType</a></strong>()</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="strong">EMF.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/blip/EMF.html#getType()">getType</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">WMF.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/blip/WMF.html#getType()">getType</a></strong>()</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="strong">PNG.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/blip/PNG.html#getType()">getType</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">EMF.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/blip/EMF.html#getType()">getType</a></strong>()</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="strong">WMF.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/blip/WMF.html#getType()">getType</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">JPEG.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/blip/JPEG.html#getType()">getType</a></strong>()</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="strong">JPEG.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/blip/JPEG.html#getType()">getType</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">DIB.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/blip/DIB.html#getType()">getType</a></strong>()</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>

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=1762842&r1=1762841&r2=1762842&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 Thu Sep 29 22:07:51 2016
@@ -184,15 +184,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="strong">HSLFShapeContainer.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFShapeContainer.html#createPicture(org.apache.poi.sl.usermodel.PictureData)">createPicture</a></strong>(<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="strong">HSLFGroupShape.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html#createPicture(org.apache.poi.sl.usermodel.PictureData)">createPicture</a></strong>(<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="strong">HSLFGroupShape.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html#createPicture(org.apache.poi.sl.usermodel.PictureData)">createPicture</a></strong>(<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="strong">HSLFSheet.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFSheet.html#createPicture(org.apache.poi.sl.usermodel.PictureData)">createPicture</a></strong>(<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="strong">HSLFSheet.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFSheet.html#createPicture(org.apache.poi.sl.usermodel.PictureData)">createPicture</a></strong>(<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="strong">HSLFShapeContainer.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFShapeContainer.html#createPicture(org.apache.poi.sl.usermodel.PictureData)">createPicture</a></strong>(<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>
@@ -236,15 +236,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="strong">Resources.</span><code><strong><a href="../../../../../../org/apache/poi/sl/usermodel/Resources.html#getPictureData()">getPictureData</a></strong>()</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="strong">PictureShape.</span><code><strong><a href="../../../../../../org/apache/poi/sl/usermodel/PictureShape.html#getPictureData()">getPictureData</a></strong>()</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="strong">Resources.</span><code><strong><a href="../../../../../../org/apache/poi/sl/usermodel/Resources.html#getPictureData()">getPictureData</a></strong>()</code>&nbsp;</td>
+</tr>
 </tbody>
 </table>
 <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
@@ -310,7 +310,7 @@
 <tbody>
 <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="strong">XSLFShapeContainer.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFShapeContainer.html#createPicture(org.apache.poi.sl.usermodel.PictureData)">createPicture</a></strong>(<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="strong">XSLFSheet.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFSheet.html#createPicture(org.apache.poi.sl.usermodel.PictureData)">createPicture</a></strong>(<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/xslf/usermodel/XSLFPictureShape.html" title="class in org.apache.poi.xslf.usermodel">XSLFPictureShape</a></code></td>
@@ -318,7 +318,7 @@
 </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="strong">XSLFSheet.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFSheet.html#createPicture(org.apache.poi.sl.usermodel.PictureData)">createPicture</a></strong>(<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="strong">XSLFShapeContainer.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFShapeContainer.html#createPicture(org.apache.poi.sl.usermodel.PictureData)">createPicture</a></strong>(<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>



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