Modified: poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html?rev=1797007&r1=1797006&r2=1797007&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html Wed May 31 10:11:49 2017 @@ -191,6 +191,12 @@ implements <a href="../../../../../org/a <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderFormattingBlock()">getBorderFormattingBlock</a></strong>()</code> </td> </tr> <tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderHorizontalEnum()">getBorderHorizontalEnum</a></strong>()</code> +<div class="block">HSSF doesn't support table borders, so always <a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html#NONE"><code>BorderStyle.NONE</code></a></div> +</td> +</tr> +<tr class="altColor"> <td class="colFirst"><code>short</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderLeft()">getBorderLeft</a></strong>()</code> <div class="block"><strong>Deprecated.</strong> @@ -199,11 +205,11 @@ implements <a href="../../../../../org/a </div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderLeftEnum()">getBorderLeftEnum</a></strong>()</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>short</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderRight()">getBorderRight</a></strong>()</code> <div class="block"><strong>Deprecated.</strong> @@ -212,11 +218,11 @@ implements <a href="../../../../../org/a </div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderRightEnum()">getBorderRightEnum</a></strong>()</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>short</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderTop()">getBorderTop</a></strong>()</code> <div class="block"><strong>Deprecated.</strong> @@ -225,10 +231,16 @@ implements <a href="../../../../../org/a </div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderTopEnum()">getBorderTopEnum</a></strong>()</code> </td> </tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderVerticalEnum()">getBorderVerticalEnum</a></strong>()</code> +<div class="block">HSSF doesn't support table borders, so always <a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html#NONE"><code>BorderStyle.NONE</code></a></div> +</td> +</tr> <tr class="rowColor"> <td class="colFirst"><code>short</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBottomBorderColor()">getBottomBorderColor</a></strong>()</code> </td> @@ -247,6 +259,18 @@ implements <a href="../../../../../org/a </tr> <tr class="rowColor"> <td class="colFirst"><code>short</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getHorizontalBorderColor()">getHorizontalBorderColor</a></strong>()</code> +<div class="block">HSSF Doesn't support table borders, so always <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html#AUTOMATIC"><code>HSSFColor.HSSFColorPredefined.AUTOMATIC</code></a></div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getHorizontalBorderColorColor()">getHorizontalBorderColorColor</a></strong>()</code> +<div class="block">HSSF Doesn't support table borders, so always <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html#AUTOMATIC"><code>HSSFColor.HSSFColorPredefined.AUTOMATIC</code></a></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>short</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getLeftBorderColor()">getLeftBorderColor</a></strong>()</code> </td> </tr> <tr class="altColor"> @@ -270,6 +294,18 @@ implements <a href="../../../../../org/a <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getTopBorderColorColor()">getTopBorderColorColor</a></strong>()</code> </td> </tr> <tr class="rowColor"> +<td class="colFirst"><code>short</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getVerticalBorderColor()">getVerticalBorderColor</a></strong>()</code> +<div class="block">HSSF Doesn't support table borders, so always <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html#AUTOMATIC"><code>HSSFColor.HSSFColorPredefined.AUTOMATIC</code></a></div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getVerticalBorderColorColor()">getVerticalBorderColorColor</a></strong>()</code> +<div class="block">HSSF Doesn't support table borders, so always <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html#AUTOMATIC"><code>HSSFColor.HSSFColorPredefined.AUTOMATIC</code></a></div> +</td> +</tr> +<tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#isBackwardDiagonalOn()">isBackwardDiagonalOn</a></strong>()</code> </td> </tr> @@ -307,40 +343,52 @@ implements <a href="../../../../../org/a </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#setBorderHorizontal(org.apache.poi.ss.usermodel.BorderStyle)">setBorderHorizontal</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a> border)</code> +<div class="block">Not available for HSSF.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#setBorderLeft(org.apache.poi.ss.usermodel.BorderStyle)">setBorderLeft</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a> border)</code> <div class="block">Set left border.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#setBorderLeft(short)">setBorderLeft</a></strong>(short border)</code> <div class="block">Set left border.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#setBorderRight(org.apache.poi.ss.usermodel.BorderStyle)">setBorderRight</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a> border)</code> <div class="block">Set right border.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#setBorderRight(short)">setBorderRight</a></strong>(short border)</code> <div class="block">Set right border.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#setBorderTop(org.apache.poi.ss.usermodel.BorderStyle)">setBorderTop</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a> border)</code> <div class="block">Set top border.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#setBorderTop(short)">setBorderTop</a></strong>(short border)</code> <div class="block">Set top border.</div> </td> </tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#setBorderVertical(org.apache.poi.ss.usermodel.BorderStyle)">setBorderVertical</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a> border)</code> +<div class="block">Not available for HSSF.</div> +</td> +</tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#setBottomBorderColor(org.apache.poi.ss.usermodel.Color)">setBottomBorderColor</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a> color)</code> </td> @@ -363,6 +411,18 @@ implements <a href="../../../../../org/a </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#setHorizontalBorderColor(org.apache.poi.ss.usermodel.Color)">setHorizontalBorderColor</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a> color)</code> +<div class="block">Not available for HSSF.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#setHorizontalBorderColor(short)">setHorizontalBorderColor</a></strong>(short color)</code> +<div class="block">Not available for HSSF.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#setLeftBorderColor(org.apache.poi.ss.usermodel.Color)">setLeftBorderColor</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a> color)</code> </td> </tr> <tr class="altColor"> @@ -385,6 +445,18 @@ implements <a href="../../../../../org/a <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#setTopBorderColor(short)">setTopBorderColor</a></strong>(short color)</code> </td> </tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#setVerticalBorderColor(org.apache.poi.ss.usermodel.Color)">setVerticalBorderColor</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a> color)</code> +<div class="block">Not available for HSSF.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#setVerticalBorderColor(short)">setVerticalBorderColor</a></strong>(short color)</code> +<div class="block">Not available for HSSF.</div> +</td> +</tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> @@ -1015,7 +1087,7 @@ implements <a href="../../../../../org/a <a name="setTopBorderColor(org.apache.poi.ss.usermodel.Color)"> <!-- --> </a> -<ul class="blockListLast"> +<ul class="blockList"> <li class="blockList"> <h4>setTopBorderColor</h4> <pre>public void setTopBorderColor(<a href="../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a> color)</pre> @@ -1025,6 +1097,174 @@ implements <a href="../../../../../org/a </dl> </li> </ul> +<a name="getBorderVerticalEnum()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getBorderVerticalEnum</h4> +<pre>public <a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a> getBorderVerticalEnum()</pre> +<div class="block">HSSF doesn't support table borders, so always <a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html#NONE"><code>BorderStyle.NONE</code></a></div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#getBorderVerticalEnum()">getBorderVerticalEnum</a></code> in interface <code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html" title="interface in org.apache.poi.ss.usermodel">BorderFormatting</a></code></dd> +<dt><span class="strong">Returns:</span></dt><dd>border style</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#getBorderVerticalEnum()"><code>BorderFormatting.getBorderVerticalEnum()</code></a></dd></dl> +</li> +</ul> +<a name="getBorderHorizontalEnum()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getBorderHorizontalEnum</h4> +<pre>public <a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a> getBorderHorizontalEnum()</pre> +<div class="block">HSSF doesn't support table borders, so always <a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html#NONE"><code>BorderStyle.NONE</code></a></div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#getBorderHorizontalEnum()">getBorderHorizontalEnum</a></code> in interface <code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html" title="interface in org.apache.poi.ss.usermodel">BorderFormatting</a></code></dd> +<dt><span class="strong">Returns:</span></dt><dd>border style</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#getBorderHorizontalEnum()"><code>BorderFormatting.getBorderHorizontalEnum()</code></a></dd></dl> +</li> +</ul> +<a name="getVerticalBorderColor()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getVerticalBorderColor</h4> +<pre>public short getVerticalBorderColor()</pre> +<div class="block">HSSF Doesn't support table borders, so always <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html#AUTOMATIC"><code>HSSFColor.HSSFColorPredefined.AUTOMATIC</code></a></div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#getVerticalBorderColor()">getVerticalBorderColor</a></code> in interface <code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html" title="interface in org.apache.poi.ss.usermodel">BorderFormatting</a></code></dd> +<dt><span class="strong">Returns:</span></dt><dd>color index</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#getVerticalBorderColor()"><code>BorderFormatting.getVerticalBorderColor()</code></a></dd></dl> +</li> +</ul> +<a name="getVerticalBorderColorColor()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getVerticalBorderColorColor</h4> +<pre>public <a href="../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a> getVerticalBorderColorColor()</pre> +<div class="block">HSSF Doesn't support table borders, so always <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html#AUTOMATIC"><code>HSSFColor.HSSFColorPredefined.AUTOMATIC</code></a></div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#getVerticalBorderColorColor()">getVerticalBorderColorColor</a></code> in interface <code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html" title="interface in org.apache.poi.ss.usermodel">BorderFormatting</a></code></dd> +<dt><span class="strong">Returns:</span></dt><dd>color</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#getVerticalBorderColorColor()"><code>BorderFormatting.getVerticalBorderColorColor()</code></a></dd></dl> +</li> +</ul> +<a name="getHorizontalBorderColor()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getHorizontalBorderColor</h4> +<pre>public short getHorizontalBorderColor()</pre> +<div class="block">HSSF Doesn't support table borders, so always <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html#AUTOMATIC"><code>HSSFColor.HSSFColorPredefined.AUTOMATIC</code></a></div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#getHorizontalBorderColor()">getHorizontalBorderColor</a></code> in interface <code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html" title="interface in org.apache.poi.ss.usermodel">BorderFormatting</a></code></dd> +<dt><span class="strong">Returns:</span></dt><dd>color index</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#getHorizontalBorderColor()"><code>BorderFormatting.getHorizontalBorderColor()</code></a></dd></dl> +</li> +</ul> +<a name="getHorizontalBorderColorColor()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getHorizontalBorderColorColor</h4> +<pre>public <a href="../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a> getHorizontalBorderColorColor()</pre> +<div class="block">HSSF Doesn't support table borders, so always <a href="../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html#AUTOMATIC"><code>HSSFColor.HSSFColorPredefined.AUTOMATIC</code></a></div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#getHorizontalBorderColorColor()">getHorizontalBorderColorColor</a></code> in interface <code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html" title="interface in org.apache.poi.ss.usermodel">BorderFormatting</a></code></dd> +<dt><span class="strong">Returns:</span></dt><dd>color</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#getHorizontalBorderColorColor()"><code>BorderFormatting.getHorizontalBorderColorColor()</code></a></dd></dl> +</li> +</ul> +<a name="setBorderHorizontal(org.apache.poi.ss.usermodel.BorderStyle)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setBorderHorizontal</h4> +<pre>public void setBorderHorizontal(<a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a> border)</pre> +<div class="block">Not available for HSSF.</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#setBorderHorizontal(org.apache.poi.ss.usermodel.BorderStyle)">setBorderHorizontal</a></code> in interface <code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html" title="interface in org.apache.poi.ss.usermodel">BorderFormatting</a></code></dd> +<dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#setBorderHorizontal(org.apache.poi.ss.usermodel.BorderStyle)"><code>BorderFormatting.setBorderHorizontal(org.apache.poi.ss.usermodel.BorderStyle)</code></a></dd></dl> +</li> +</ul> +<a name="setBorderVertical(org.apache.poi.ss.usermodel.BorderStyle)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setBorderVertical</h4> +<pre>public void setBorderVertical(<a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a> border)</pre> +<div class="block">Not available for HSSF.</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#setBorderVertical(org.apache.poi.ss.usermodel.BorderStyle)">setBorderVertical</a></code> in interface <code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html" title="interface in org.apache.poi.ss.usermodel">BorderFormatting</a></code></dd> +<dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#setBorderVertical(org.apache.poi.ss.usermodel.BorderStyle)"><code>BorderFormatting.setBorderVertical(org.apache.poi.ss.usermodel.BorderStyle)</code></a></dd></dl> +</li> +</ul> +<a name="setHorizontalBorderColor(short)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setHorizontalBorderColor</h4> +<pre>public void setHorizontalBorderColor(short color)</pre> +<div class="block">Not available for HSSF.</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#setHorizontalBorderColor(short)">setHorizontalBorderColor</a></code> in interface <code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html" title="interface in org.apache.poi.ss.usermodel">BorderFormatting</a></code></dd> +<dt><span class="strong">Parameters:</span></dt><dd><code>color</code> - index</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#setHorizontalBorderColor(short)"><code>BorderFormatting.setHorizontalBorderColor(short)</code></a></dd></dl> +</li> +</ul> +<a name="setHorizontalBorderColor(org.apache.poi.ss.usermodel.Color)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setHorizontalBorderColor</h4> +<pre>public void setHorizontalBorderColor(<a href="../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a> color)</pre> +<div class="block">Not available for HSSF.</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#setHorizontalBorderColor(org.apache.poi.ss.usermodel.Color)">setHorizontalBorderColor</a></code> in interface <code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html" title="interface in org.apache.poi.ss.usermodel">BorderFormatting</a></code></dd> +<dt><span class="strong">Parameters:</span></dt><dd><code>color</code> - index</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#setHorizontalBorderColor(org.apache.poi.ss.usermodel.Color)"><code>BorderFormatting.setHorizontalBorderColor(org.apache.poi.ss.usermodel.Color)</code></a></dd></dl> +</li> +</ul> +<a name="setVerticalBorderColor(short)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setVerticalBorderColor</h4> +<pre>public void setVerticalBorderColor(short color)</pre> +<div class="block">Not available for HSSF.</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#setVerticalBorderColor(short)">setVerticalBorderColor</a></code> in interface <code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html" title="interface in org.apache.poi.ss.usermodel">BorderFormatting</a></code></dd> +<dt><span class="strong">Parameters:</span></dt><dd><code>color</code> - index</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#setVerticalBorderColor(short)"><code>BorderFormatting.setVerticalBorderColor(short)</code></a></dd></dl> +</li> +</ul> +<a name="setVerticalBorderColor(org.apache.poi.ss.usermodel.Color)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>setVerticalBorderColor</h4> +<pre>public void setVerticalBorderColor(<a href="../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a> color)</pre> +<div class="block">Not available for HSSF.</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#setVerticalBorderColor(org.apache.poi.ss.usermodel.Color)">setVerticalBorderColor</a></code> in interface <code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html" title="interface in org.apache.poi.ss.usermodel">BorderFormatting</a></code></dd> +<dt><span class="strong">Parameters:</span></dt><dd><code>color</code> - index</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#setVerticalBorderColor(org.apache.poi.ss.usermodel.Color)"><code>BorderFormatting.setVerticalBorderColor(org.apache.poi.ss.usermodel.Color)</code></a></dd></dl> +</li> +</ul> </li> </ul> </li>
Modified: poi/site/publish/apidocs/org/apache/poi/sl/draw/DrawPaint.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/draw/DrawPaint.html?rev=1797007&r1=1797006&r2=1797007&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/draw/DrawPaint.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/draw/DrawPaint.html Wed May 31 10:11:49 2017 @@ -196,16 +196,23 @@ extends java.lang.Object</pre> <a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle</a> paint)</code> </td> </tr> <tr class="altColor"> -<td class="colFirst"><code>protected java.awt.Paint</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/draw/DrawPaint.html#getSolidPaint(org.apache.poi.sl.usermodel.PaintStyle.SolidPaint,%20java.awt.Graphics2D)">getSolidPaint</a></strong>(<a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.SolidPaint.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle.SolidPaint</a> fill, - java.awt.Graphics2D graphics)</code> </td> +<td class="colFirst"><code>java.awt.Paint</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/draw/DrawPaint.html#getPaint(java.awt.Graphics2D,%20org.apache.poi.sl.usermodel.PaintStyle,%20org.apache.poi.sl.usermodel.PaintStyle.PaintModifier)">getPaint</a></strong>(java.awt.Graphics2D graphics, + <a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle</a> paint, + <a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.PaintModifier.html" title="enum in org.apache.poi.sl.usermodel">PaintStyle.PaintModifier</a> modifier)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected java.awt.Paint</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/draw/DrawPaint.html#getSolidPaint(org.apache.poi.sl.usermodel.PaintStyle.SolidPaint,%20java.awt.Graphics2D,%20org.apache.poi.sl.usermodel.PaintStyle.PaintModifier)">getSolidPaint</a></strong>(<a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.SolidPaint.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle.SolidPaint</a> fill, + java.awt.Graphics2D graphics, + <a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.PaintModifier.html" title="enum in org.apache.poi.sl.usermodel">PaintStyle.PaintModifier</a> modifier)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>protected java.awt.Paint</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/draw/DrawPaint.html#getTexturePaint(org.apache.poi.sl.usermodel.PaintStyle.TexturePaint,%20java.awt.Graphics2D)">getTexturePaint</a></strong>(<a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.TexturePaint.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle.TexturePaint</a> fill, java.awt.Graphics2D graphics)</code> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>static java.awt.Color</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/draw/DrawPaint.html#HSL2RGB(double,%20double,%20double,%20double)">HSL2RGB</a></strong>(double h, double s, @@ -214,18 +221,18 @@ extends java.lang.Object</pre> <div class="block">Convert HSL values to a RGB Color.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>static float</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/draw/DrawPaint.html#lin2srgb(int)">lin2srgb</a></strong>(int linRGB)</code> <div class="block">Convert linear RGB [0..100000] to sRGB float component [0..1]</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>protected void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/draw/DrawPaint.html#snapToAnchor(java.awt.geom.Point2D,%20java.awt.geom.Rectangle2D)">snapToAnchor</a></strong>(java.awt.geom.Point2D p, java.awt.geom.Rectangle2D anchor)</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/draw/DrawPaint.html#srgb2lin(float)">srgb2lin</a></strong>(float sRGB)</code> <div class="block">Convert sRGB float component [0..1] from sRGB to linear RGB [0..100000]</div> @@ -315,14 +322,26 @@ extends java.lang.Object</pre> <a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle</a> paint)</pre> </li> </ul> -<a name="getSolidPaint(org.apache.poi.sl.usermodel.PaintStyle.SolidPaint, java.awt.Graphics2D)"> +<a name="getPaint(java.awt.Graphics2D, org.apache.poi.sl.usermodel.PaintStyle, org.apache.poi.sl.usermodel.PaintStyle.PaintModifier)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getPaint</h4> +<pre>public java.awt.Paint getPaint(java.awt.Graphics2D graphics, + <a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle</a> paint, + <a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.PaintModifier.html" title="enum in org.apache.poi.sl.usermodel">PaintStyle.PaintModifier</a> modifier)</pre> +</li> +</ul> +<a name="getSolidPaint(org.apache.poi.sl.usermodel.PaintStyle.SolidPaint, java.awt.Graphics2D, org.apache.poi.sl.usermodel.PaintStyle.PaintModifier)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getSolidPaint</h4> <pre>protected java.awt.Paint getSolidPaint(<a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.SolidPaint.html" title="interface in org.apache.poi.sl.usermodel">PaintStyle.SolidPaint</a> fill, - java.awt.Graphics2D graphics)</pre> + java.awt.Graphics2D graphics, + <a href="../../../../../org/apache/poi/sl/usermodel/PaintStyle.PaintModifier.html" title="enum in org.apache.poi.sl.usermodel">PaintStyle.PaintModifier</a> modifier)</pre> </li> </ul> <a name="getGradientPaint(org.apache.poi.sl.usermodel.PaintStyle.GradientPaint, java.awt.Graphics2D)"> Modified: poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/AdjustValue.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/AdjustValue.html?rev=1797007&r1=1797006&r2=1797007&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/AdjustValue.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/AdjustValue.html Wed May 31 10:11:49 2017 @@ -38,8 +38,8 @@ </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../../org/apache/poi/sl/draw/geom/AddSubtractExpression.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../../org/apache/poi/sl/draw/geom/ArcTanExpression.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Next Class</span></a></li> +<li>Prev Class</li> +<li><a href="../../../../../../org/apache/poi/sl/draw/geom/ArcToCommand.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/poi/sl/draw/geom/AdjustValue.html" target="_top">Frames</a></li> @@ -89,9 +89,6 @@ <li>java.lang.Object</li> <li> <ul class="inheritance"> -<li><a href="../../../../../../org/apache/poi/sl/draw/geom/Formula.html" title="class in org.apache.poi.sl.draw.geom">org.apache.poi.sl.draw.geom.Formula</a></li> -<li> -<ul class="inheritance"> <li><a href="../../../../../../org/apache/poi/sl/draw/geom/Guide.html" title="class in org.apache.poi.sl.draw.geom">org.apache.poi.sl.draw.geom.Guide</a></li> <li> <ul class="inheritance"> @@ -101,24 +98,39 @@ </ul> </li> </ul> -</li> -</ul> <div class="description"> <ul class="blockList"> <li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><a href="../../../../../../org/apache/poi/sl/draw/geom/Formula.html" title="interface in org.apache.poi.sl.draw.geom">Formula</a></dd> +</dl> <hr> <br> <pre>public class <span class="strong">AdjustValue</span> extends <a href="../../../../../../org/apache/poi/sl/draw/geom/Guide.html" title="class in org.apache.poi.sl.draw.geom">Guide</a></pre> <div class="block">Represents a shape adjust values (see section 20.1.9.5 in the spec)</div> -<dl><dt><span class="strong">Author:</span></dt> - <dd>Yegor Kozlov</dd></dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field_summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_org.apache.poi.sl.draw.geom.Formula"> +<!-- --> +</a> +<h3>Fields inherited from interface org.apache.poi.sl.draw.geom.<a href="../../../../../../org/apache/poi/sl/draw/geom/Formula.html" title="interface in org.apache.poi.sl.draw.geom">Formula</a></h3> +<code><a href="../../../../../../org/apache/poi/sl/draw/geom/Formula.html#OOXML_DEGREE">OOXML_DEGREE</a></code></li> +</ul> +</li> +</ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> @@ -154,6 +166,13 @@ extends <a href="../../../../../../org/a </tr> </table> <ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.sl.draw.geom.Guide"> +<!-- --> +</a> +<h3>Methods inherited from class org.apache.poi.sl.draw.geom.<a href="../../../../../../org/apache/poi/sl/draw/geom/Guide.html" title="class in org.apache.poi.sl.draw.geom">Guide</a></h3> +<code><a href="../../../../../../org/apache/poi/sl/draw/geom/Guide.html#getName()">getName</a></code></li> +</ul> +<ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> @@ -199,6 +218,8 @@ extends <a href="../../../../../../org/a <h4>evaluate</h4> <pre>public double evaluate(<a href="../../../../../../org/apache/poi/sl/draw/geom/Context.html" title="class in org.apache.poi.sl.draw.geom">Context</a> ctx)</pre> <dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../../../../org/apache/poi/sl/draw/geom/Formula.html#evaluate(org.apache.poi.sl.draw.geom.Context)">evaluate</a></code> in interface <code><a href="../../../../../../org/apache/poi/sl/draw/geom/Formula.html" title="interface in org.apache.poi.sl.draw.geom">Formula</a></code></dd> <dt><strong>Overrides:</strong></dt> <dd><code><a href="../../../../../../org/apache/poi/sl/draw/geom/Guide.html#evaluate(org.apache.poi.sl.draw.geom.Context)">evaluate</a></code> in class <code><a href="../../../../../../org/apache/poi/sl/draw/geom/Guide.html" title="class in org.apache.poi.sl.draw.geom">Guide</a></code></dd> </dl> @@ -230,8 +251,8 @@ extends <a href="../../../../../../org/a </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../../org/apache/poi/sl/draw/geom/AddSubtractExpression.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../../org/apache/poi/sl/draw/geom/ArcTanExpression.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Next Class</span></a></li> +<li>Prev Class</li> +<li><a href="../../../../../../org/apache/poi/sl/draw/geom/ArcToCommand.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/poi/sl/draw/geom/AdjustValue.html" target="_top">Frames</a></li> Modified: poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/ArcToCommand.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/ArcToCommand.html?rev=1797007&r1=1797006&r2=1797007&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/ArcToCommand.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/ArcToCommand.html Wed May 31 10:11:49 2017 @@ -38,7 +38,7 @@ </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../../org/apache/poi/sl/draw/geom/ArcTanExpression.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../../org/apache/poi/sl/draw/geom/AdjustValue.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../../org/apache/poi/sl/draw/geom/ClosePathCommand.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> @@ -106,16 +106,13 @@ extends java.lang.Object implements <a href="../../../../../../org/apache/poi/sl/draw/geom/PathCommand.html" title="interface in org.apache.poi.sl.draw.geom">PathCommand</a></pre> <div class="block">ArcTo command within a shape path in DrawingML: - - <arcTo wR="wr" hR="hr" stAng="stAng" swAng="swAng"/> + <code>&lt;arcTo wR="wr" hR="hr" stAng="stAng" swAng="swAng"/&gt;</code><p> Where <code>wr</code> and <code>wh</code> are the height and width radiuses of the supposed circle being used to draw the arc. This gives the circle a total height of (2 * hR) and a total width of (2 * wR) - stAng is the <code>start</code> angle and <code></>swAng</code> is the swing angle</div> -<dl><dt><span class="strong">Author:</span></dt> - <dd>Yegor Kozlov</dd></dl> + stAng is the <code>start</code> angle and <code>swAng</code> is the swing angle</div> </li> </ul> </div> @@ -205,7 +202,7 @@ implements <a href="../../../../../../or </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../../org/apache/poi/sl/draw/geom/ArcTanExpression.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../../org/apache/poi/sl/draw/geom/AdjustValue.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../../org/apache/poi/sl/draw/geom/ClosePathCommand.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> Modified: poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/ClosePathCommand.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/ClosePathCommand.html?rev=1797007&r1=1797006&r2=1797007&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/ClosePathCommand.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/ClosePathCommand.html Wed May 31 10:11:49 2017 @@ -105,9 +105,6 @@ <pre>public class <span class="strong">ClosePathCommand</span> extends java.lang.Object implements <a href="../../../../../../org/apache/poi/sl/draw/geom/PathCommand.html" title="interface in org.apache.poi.sl.draw.geom">PathCommand</a></pre> -<div class="block">Date: 10/25/11</div> -<dl><dt><span class="strong">Author:</span></dt> - <dd>Yegor Kozlov</dd></dl> </li> </ul> </div> Modified: poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/Context.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/Context.html?rev=1797007&r1=1797006&r2=1797007&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/Context.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/Context.html Wed May 31 10:11:49 2017 @@ -39,7 +39,7 @@ <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../org/apache/poi/sl/draw/geom/ClosePathCommand.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../../org/apache/poi/sl/draw/geom/CosExpression.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Next Class</span></a></li> +<li><a href="../../../../../../org/apache/poi/sl/draw/geom/CurveToCommand.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/poi/sl/draw/geom/Context.html" target="_top">Frames</a></li> @@ -100,9 +100,6 @@ <br> <pre>public class <span class="strong">Context</span> extends java.lang.Object</pre> -<div class="block">Date: 10/24/11</div> -<dl><dt><span class="strong">Author:</span></dt> - <dd>Yegor Kozlov</dd></dl> </li> </ul> </div> @@ -142,7 +139,7 @@ extends java.lang.Object</pre> </tr> <tr class="altColor"> <td class="colFirst"><code>double</code></td> -<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/sl/draw/geom/Context.html#evaluate(org.apache.poi.sl.draw.geom.Formula)">evaluate</a></strong>(<a href="../../../../../../org/apache/poi/sl/draw/geom/Formula.html" title="class in org.apache.poi.sl.draw.geom">Formula</a> fmla)</code> </td> +<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/sl/draw/geom/Context.html#evaluate(org.apache.poi.sl.draw.geom.Formula)">evaluate</a></strong>(<a href="../../../../../../org/apache/poi/sl/draw/geom/Formula.html" title="interface in org.apache.poi.sl.draw.geom">Formula</a> fmla)</code> </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> @@ -230,7 +227,7 @@ extends java.lang.Object</pre> <ul class="blockListLast"> <li class="blockList"> <h4>evaluate</h4> -<pre>public double evaluate(<a href="../../../../../../org/apache/poi/sl/draw/geom/Formula.html" title="class in org.apache.poi.sl.draw.geom">Formula</a> fmla)</pre> +<pre>public double evaluate(<a href="../../../../../../org/apache/poi/sl/draw/geom/Formula.html" title="interface in org.apache.poi.sl.draw.geom">Formula</a> fmla)</pre> </li> </ul> </li> @@ -260,7 +257,7 @@ extends java.lang.Object</pre> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../org/apache/poi/sl/draw/geom/ClosePathCommand.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../../org/apache/poi/sl/draw/geom/CosExpression.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Next Class</span></a></li> +<li><a href="../../../../../../org/apache/poi/sl/draw/geom/CurveToCommand.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/poi/sl/draw/geom/Context.html" target="_top">Frames</a></li> Modified: poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/CurveToCommand.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/CurveToCommand.html?rev=1797007&r1=1797006&r2=1797007&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/CurveToCommand.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/CurveToCommand.html Wed May 31 10:11:49 2017 @@ -38,7 +38,7 @@ </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../../org/apache/poi/sl/draw/geom/CosineArcTanExpression.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../../org/apache/poi/sl/draw/geom/Context.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../../org/apache/poi/sl/draw/geom/CustomGeometry.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> @@ -105,9 +105,6 @@ <pre>public class <span class="strong">CurveToCommand</span> extends java.lang.Object implements <a href="../../../../../../org/apache/poi/sl/draw/geom/PathCommand.html" title="interface in org.apache.poi.sl.draw.geom">PathCommand</a></pre> -<div class="block">Date: 10/25/11</div> -<dl><dt><span class="strong">Author:</span></dt> - <dd>Yegor Kozlov</dd></dl> </li> </ul> </div> @@ -197,7 +194,7 @@ implements <a href="../../../../../../or </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../../org/apache/poi/sl/draw/geom/CosineArcTanExpression.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../../org/apache/poi/sl/draw/geom/Context.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../../org/apache/poi/sl/draw/geom/CustomGeometry.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> Modified: poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/CustomGeometry.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/CustomGeometry.html?rev=1797007&r1=1797006&r2=1797007&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/CustomGeometry.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/CustomGeometry.html Wed May 31 10:11:49 2017 @@ -39,7 +39,7 @@ <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../org/apache/poi/sl/draw/geom/CurveToCommand.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../../org/apache/poi/sl/draw/geom/Expression.html" title="interface in org.apache.poi.sl.draw.geom"><span class="strong">Next Class</span></a></li> +<li><a href="../../../../../../org/apache/poi/sl/draw/geom/Formula.html" title="interface in org.apache.poi.sl.draw.geom"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/poi/sl/draw/geom/CustomGeometry.html" target="_top">Frames</a></li> @@ -106,8 +106,6 @@ extends java.lang.Object implements java.lang.Iterable<<a href="../../../../../../org/apache/poi/sl/draw/geom/Path.html" title="class in org.apache.poi.sl.draw.geom">Path</a>></pre> <div class="block">Definition of a custom geometric shape</div> -<dl><dt><span class="strong">Author:</span></dt> - <dd>Yegor Kozlov</dd></dl> </li> </ul> </div> @@ -239,7 +237,7 @@ implements java.lang.Iterable<<a href <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../org/apache/poi/sl/draw/geom/CurveToCommand.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../../org/apache/poi/sl/draw/geom/Expression.html" title="interface in org.apache.poi.sl.draw.geom"><span class="strong">Next Class</span></a></li> +<li><a href="../../../../../../org/apache/poi/sl/draw/geom/Formula.html" title="interface in org.apache.poi.sl.draw.geom"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/poi/sl/draw/geom/CustomGeometry.html" target="_top">Frames</a></li> Modified: poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/Formula.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/Formula.html?rev=1797007&r1=1797006&r2=1797007&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/Formula.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/Formula.html Wed May 31 10:11:49 2017 @@ -38,7 +38,7 @@ </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../../org/apache/poi/sl/draw/geom/ExpressionParser.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../../org/apache/poi/sl/draw/geom/CustomGeometry.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../../org/apache/poi/sl/draw/geom/Guide.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> @@ -64,15 +64,15 @@ <ul class="subNavList"> <li>Summary: </li> <li>Nested | </li> -<li>Field | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_java.lang.Object">Method</a></li> +<li><a href="#field_summary">Field</a> | </li> +<li>Constr | </li> +<li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> +<li><a href="#field_detail">Field</a> | </li> +<li>Constr | </li> +<li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> @@ -82,51 +82,45 @@ <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.apache.poi.sl.draw.geom</div> -<h2 title="Class Formula" class="title">Class Formula</h2> +<h2 title="Interface Formula" class="title">Interface Formula</h2> </div> <div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li>org.apache.poi.sl.draw.geom.Formula</li> -</ul> -</li> -</ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> -<dt>Direct Known Subclasses:</dt> -<dd><a href="../../../../../../org/apache/poi/sl/draw/geom/Guide.html" title="class in org.apache.poi.sl.draw.geom">Guide</a></dd> +<dt>All Known Implementing Classes:</dt> +<dd><a href="../../../../../../org/apache/poi/sl/draw/geom/AdjustValue.html" title="class in org.apache.poi.sl.draw.geom">AdjustValue</a>, <a href="../../../../../../org/apache/poi/sl/draw/geom/Guide.html" title="class in org.apache.poi.sl.draw.geom">Guide</a></dd> </dl> <hr> <br> -<pre>public abstract class <span class="strong">Formula</span> -extends java.lang.Object</pre> -<div class="block">A guide formula in DrawingML. - This is a base class for adjust values, geometric guides and bilt-in guides</div> -<dl><dt><span class="strong">Author:</span></dt> - <dd>Yegor Kozlov</dd></dl> +<pre>public interface <span class="strong">Formula</span></pre> +<div class="block">A guide formula in DrawingML.<p> + + This is a base interface for adjust values, geometric guides and built-in guides</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> -<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> -<li class="blockList"><a name="constructor_summary"> +<li class="blockList"><a name="field_summary"> <!-- --> </a> -<h3>Constructor Summary</h3> -<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> -<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<h3>Field Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> <tr> -<th class="colOne" scope="col">Constructor and Description</th> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> -<td class="colOne"><code><strong><a href="../../../../../../org/apache/poi/sl/draw/geom/Formula.html#Formula()">Formula</a></strong>()</code> </td> +<td class="colFirst"><code>static double</code></td> +<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/sl/draw/geom/Formula.html#OOXML_DEGREE">OOXML_DEGREE</a></strong></code> +<div class="block">OOXML units are 60000ths of a degree</div> +</td> </tr> </table> </li> @@ -137,13 +131,17 @@ extends java.lang.Object</pre> <!-- --> </a> <h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> -<!-- --> -</a> -<h3>Methods inherited from class java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> -</ul> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span>Methods</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>double</code></td> +<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/sl/draw/geom/Formula.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> ctx)</code> </td> +</tr> +</table> </li> </ul> </li> @@ -152,19 +150,38 @@ extends java.lang.Object</pre> <div class="details"> <ul class="blockList"> <li class="blockList"> -<!-- ========= CONSTRUCTOR DETAIL ======== --> +<!-- ============ FIELD DETAIL =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field_detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a name="OOXML_DEGREE"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>OOXML_DEGREE</h4> +<pre>static final double OOXML_DEGREE</pre> +<div class="block">OOXML units are 60000ths of a degree</div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.poi.sl.draw.geom.Formula.OOXML_DEGREE">Constant Field Values</a></dd></dl> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> +<li class="blockList"><a name="method_detail"> <!-- --> </a> -<h3>Constructor Detail</h3> -<a name="Formula()"> +<h3>Method Detail</h3> +<a name="evaluate(org.apache.poi.sl.draw.geom.Context)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> -<h4>Formula</h4> -<pre>public Formula()</pre> +<h4>evaluate</h4> +<pre>double evaluate(<a href="../../../../../../org/apache/poi/sl/draw/geom/Context.html" title="class in org.apache.poi.sl.draw.geom">Context</a> ctx)</pre> </li> </ul> </li> @@ -193,7 +210,7 @@ extends java.lang.Object</pre> </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../../org/apache/poi/sl/draw/geom/ExpressionParser.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../../org/apache/poi/sl/draw/geom/CustomGeometry.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../../org/apache/poi/sl/draw/geom/Guide.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> @@ -219,15 +236,15 @@ extends java.lang.Object</pre> <ul class="subNavList"> <li>Summary: </li> <li>Nested | </li> -<li>Field | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_java.lang.Object">Method</a></li> +<li><a href="#field_summary">Field</a> | </li> +<li>Constr | </li> +<li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> +<li><a href="#field_detail">Field</a> | </li> +<li>Constr | </li> +<li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> Modified: poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/Guide.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/Guide.html?rev=1797007&r1=1797006&r2=1797007&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/Guide.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/Guide.html Wed May 31 10:11:49 2017 @@ -38,7 +38,7 @@ </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../../org/apache/poi/sl/draw/geom/Formula.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../../org/apache/poi/sl/draw/geom/Formula.html" title="interface in org.apache.poi.sl.draw.geom"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../../org/apache/poi/sl/draw/geom/IAdjustableShape.html" title="interface in org.apache.poi.sl.draw.geom"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> @@ -89,35 +89,48 @@ <li>java.lang.Object</li> <li> <ul class="inheritance"> -<li><a href="../../../../../../org/apache/poi/sl/draw/geom/Formula.html" title="class in org.apache.poi.sl.draw.geom">org.apache.poi.sl.draw.geom.Formula</a></li> -<li> -<ul class="inheritance"> <li>org.apache.poi.sl.draw.geom.Guide</li> </ul> </li> </ul> -</li> -</ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> +<dt>All Implemented Interfaces:</dt> +<dd><a href="../../../../../../org/apache/poi/sl/draw/geom/Formula.html" title="interface in org.apache.poi.sl.draw.geom">Formula</a></dd> +</dl> +<dl> <dt>Direct Known Subclasses:</dt> <dd><a href="../../../../../../org/apache/poi/sl/draw/geom/AdjustValue.html" title="class in org.apache.poi.sl.draw.geom">AdjustValue</a></dd> </dl> <hr> <br> <pre>public class <span class="strong">Guide</span> -extends <a href="../../../../../../org/apache/poi/sl/draw/geom/Formula.html" title="class in org.apache.poi.sl.draw.geom">Formula</a></pre> -<div class="block">Date: 10/24/11</div> -<dl><dt><span class="strong">Author:</span></dt> - <dd>Yegor Kozlov</dd></dl> +extends java.lang.Object +implements <a href="../../../../../../org/apache/poi/sl/draw/geom/Formula.html" title="interface in org.apache.poi.sl.draw.geom">Formula</a></pre> +<div class="block">A simple pattern parser of shape guide formulas in DrawingML</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field_summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_org.apache.poi.sl.draw.geom.Formula"> +<!-- --> +</a> +<h3>Fields inherited from interface org.apache.poi.sl.draw.geom.<a href="../../../../../../org/apache/poi/sl/draw/geom/Formula.html" title="interface in org.apache.poi.sl.draw.geom">Formula</a></h3> +<code><a href="../../../../../../org/apache/poi/sl/draw/geom/Formula.html#OOXML_DEGREE">OOXML_DEGREE</a></code></li> +</ul> +</li> +</ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> @@ -155,6 +168,10 @@ extends <a href="../../../../../../org/a <td class="colFirst"><code>double</code></td> <td class="colLast"><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> ctx)</code> </td> </tr> +<tr class="rowColor"> +<td class="colFirst"><code>java.lang.String</code></td> +<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/sl/draw/geom/Guide.html#getName()">getName</a></strong>()</code> </td> +</tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> @@ -204,6 +221,15 @@ extends <a href="../../../../../../org/a <!-- --> </a> <h3>Method Detail</h3> +<a name="getName()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getName</h4> +<pre>public java.lang.String getName()</pre> +</li> +</ul> <a name="evaluate(org.apache.poi.sl.draw.geom.Context)"> <!-- --> </a> @@ -211,6 +237,10 @@ extends <a href="../../../../../../org/a <li class="blockList"> <h4>evaluate</h4> <pre>public double evaluate(<a href="../../../../../../org/apache/poi/sl/draw/geom/Context.html" title="class in org.apache.poi.sl.draw.geom">Context</a> ctx)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../../../../org/apache/poi/sl/draw/geom/Formula.html#evaluate(org.apache.poi.sl.draw.geom.Context)">evaluate</a></code> in interface <code><a href="../../../../../../org/apache/poi/sl/draw/geom/Formula.html" title="interface in org.apache.poi.sl.draw.geom">Formula</a></code></dd> +</dl> </li> </ul> </li> @@ -239,7 +269,7 @@ extends <a href="../../../../../../org/a </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../../org/apache/poi/sl/draw/geom/Formula.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../../org/apache/poi/sl/draw/geom/Formula.html" title="interface in org.apache.poi.sl.draw.geom"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../../org/apache/poi/sl/draw/geom/IAdjustableShape.html" title="interface in org.apache.poi.sl.draw.geom"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> Modified: poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/IAdjustableShape.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/IAdjustableShape.html?rev=1797007&r1=1797006&r2=1797007&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/IAdjustableShape.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/IAdjustableShape.html Wed May 31 10:11:49 2017 @@ -39,7 +39,7 @@ <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../org/apache/poi/sl/draw/geom/Guide.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../../org/apache/poi/sl/draw/geom/IfElseExpression.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Next Class</span></a></li> +<li><a href="../../../../../../org/apache/poi/sl/draw/geom/LineToCommand.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/poi/sl/draw/geom/IAdjustableShape.html" target="_top">Frames</a></li> @@ -99,11 +99,9 @@ <hr> <br> <pre>public interface <span class="strong">IAdjustableShape</span></pre> -<div class="block">A bridge to the consumer application. +<div class="block">A bridge to the consumer application.<p> To get a shape geometry one needs to pass shape bounds and adjust values.</div> -<dl><dt><span class="strong">Author:</span></dt> - <dd>Yegor Kozlov</dd></dl> </li> </ul> </div> @@ -179,7 +177,7 @@ <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../org/apache/poi/sl/draw/geom/Guide.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../../org/apache/poi/sl/draw/geom/IfElseExpression.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Next Class</span></a></li> +<li><a href="../../../../../../org/apache/poi/sl/draw/geom/LineToCommand.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/poi/sl/draw/geom/IAdjustableShape.html" target="_top">Frames</a></li> Modified: poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/LineToCommand.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/LineToCommand.html?rev=1797007&r1=1797006&r2=1797007&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/LineToCommand.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/LineToCommand.html Wed May 31 10:11:49 2017 @@ -38,8 +38,8 @@ </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../../org/apache/poi/sl/draw/geom/IfElseExpression.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../../org/apache/poi/sl/draw/geom/LiteralValueExpression.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Next Class</span></a></li> +<li><a href="../../../../../../org/apache/poi/sl/draw/geom/IAdjustableShape.html" title="interface in org.apache.poi.sl.draw.geom"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../../org/apache/poi/sl/draw/geom/MoveToCommand.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/poi/sl/draw/geom/LineToCommand.html" target="_top">Frames</a></li> @@ -105,9 +105,6 @@ <pre>public class <span class="strong">LineToCommand</span> extends java.lang.Object implements <a href="../../../../../../org/apache/poi/sl/draw/geom/PathCommand.html" title="interface in org.apache.poi.sl.draw.geom">PathCommand</a></pre> -<div class="block">Date: 10/25/11</div> -<dl><dt><span class="strong">Author:</span></dt> - <dd>Yegor Kozlov</dd></dl> </li> </ul> </div> @@ -197,8 +194,8 @@ implements <a href="../../../../../../or </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../../org/apache/poi/sl/draw/geom/IfElseExpression.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../../org/apache/poi/sl/draw/geom/LiteralValueExpression.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Next Class</span></a></li> +<li><a href="../../../../../../org/apache/poi/sl/draw/geom/IAdjustableShape.html" title="interface in org.apache.poi.sl.draw.geom"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../../org/apache/poi/sl/draw/geom/MoveToCommand.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/poi/sl/draw/geom/LineToCommand.html" target="_top">Frames</a></li> Modified: poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/MoveToCommand.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/MoveToCommand.html?rev=1797007&r1=1797006&r2=1797007&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/MoveToCommand.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/MoveToCommand.html Wed May 31 10:11:49 2017 @@ -38,8 +38,8 @@ </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../../org/apache/poi/sl/draw/geom/ModExpression.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../../org/apache/poi/sl/draw/geom/MultiplyDivideExpression.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Next Class</span></a></li> +<li><a href="../../../../../../org/apache/poi/sl/draw/geom/LineToCommand.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../../org/apache/poi/sl/draw/geom/Outline.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/poi/sl/draw/geom/MoveToCommand.html" target="_top">Frames</a></li> @@ -105,9 +105,6 @@ <pre>public class <span class="strong">MoveToCommand</span> extends java.lang.Object implements <a href="../../../../../../org/apache/poi/sl/draw/geom/PathCommand.html" title="interface in org.apache.poi.sl.draw.geom">PathCommand</a></pre> -<div class="block">Date: 10/25/11</div> -<dl><dt><span class="strong">Author:</span></dt> - <dd>Yegor Kozlov</dd></dl> </li> </ul> </div> @@ -197,8 +194,8 @@ implements <a href="../../../../../../or </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../../org/apache/poi/sl/draw/geom/ModExpression.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../../org/apache/poi/sl/draw/geom/MultiplyDivideExpression.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Next Class</span></a></li> +<li><a href="../../../../../../org/apache/poi/sl/draw/geom/LineToCommand.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../../org/apache/poi/sl/draw/geom/Outline.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/poi/sl/draw/geom/MoveToCommand.html" target="_top">Frames</a></li> Modified: poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/Outline.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/Outline.html?rev=1797007&r1=1797006&r2=1797007&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/Outline.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/Outline.html Wed May 31 10:11:49 2017 @@ -38,7 +38,7 @@ </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../../org/apache/poi/sl/draw/geom/MultiplyDivideExpression.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../../org/apache/poi/sl/draw/geom/MoveToCommand.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../../org/apache/poi/sl/draw/geom/Path.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> @@ -100,9 +100,6 @@ <br> <pre>public class <span class="strong">Outline</span> extends java.lang.Object</pre> -<div class="block">Date: 11/6/11</div> -<dl><dt><span class="strong">Author:</span></dt> - <dd>Yegor Kozlov</dd></dl> </li> </ul> </div> @@ -231,7 +228,7 @@ extends java.lang.Object</pre> </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../../org/apache/poi/sl/draw/geom/MultiplyDivideExpression.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../../org/apache/poi/sl/draw/geom/MoveToCommand.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../../org/apache/poi/sl/draw/geom/Path.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> Modified: poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/Path.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/Path.html?rev=1797007&r1=1797006&r2=1797007&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/Path.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/Path.html Wed May 31 10:11:49 2017 @@ -102,8 +102,6 @@ extends java.lang.Object</pre> <div class="block">Specifies a creation path consisting of a series of moves, lines and curves that when combined forms a geometric shape</div> -<dl><dt><span class="strong">Author:</span></dt> - <dd>Yegor Kozlov</dd></dl> </li> </ul> </div> @@ -151,24 +149,28 @@ extends java.lang.Object</pre> <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/sl/draw/geom/Path.html#addCommand(org.apache.poi.sl.draw.geom.PathCommand)">addCommand</a></strong>(<a href="../../../../../../org/apache/poi/sl/draw/geom/PathCommand.html" title="interface in org.apache.poi.sl.draw.geom">PathCommand</a> cmd)</code> </td> </tr> <tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/poi/sl/usermodel/PaintStyle.PaintModifier.html" title="enum in org.apache.poi.sl.usermodel">PaintStyle.PaintModifier</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/sl/draw/geom/Path.html#getFill()">getFill</a></strong>()</code> </td> +</tr> +<tr class="altColor"> <td class="colFirst"><code>long</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/sl/draw/geom/Path.html#getH()">getH</a></strong>()</code> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>java.awt.geom.Path2D.Double</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/sl/draw/geom/Path.html#getPath(org.apache.poi.sl.draw.geom.Context)">getPath</a></strong>(<a href="../../../../../../org/apache/poi/sl/draw/geom/Context.html" title="class in org.apache.poi.sl.draw.geom">Context</a> ctx)</code> <div class="block">Convert the internal represenation to java.awt.geom.Path2D</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>long</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/sl/draw/geom/Path.html#getW()">getW</a></strong>()</code> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/sl/draw/geom/Path.html#isFilled()">isFilled</a></strong>()</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/sl/draw/geom/Path.html#isStroked()">isStroked</a></strong>()</code> </td> </tr> @@ -267,6 +269,15 @@ extends java.lang.Object</pre> <pre>public boolean isFilled()</pre> </li> </ul> +<a name="getFill()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getFill</h4> +<pre>public <a href="../../../../../../org/apache/poi/sl/usermodel/PaintStyle.PaintModifier.html" title="enum in org.apache.poi.sl.usermodel">PaintStyle.PaintModifier</a> getFill()</pre> +</li> +</ul> <a name="getW()"> <!-- --> </a> Modified: poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/PathCommand.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/PathCommand.html?rev=1797007&r1=1797006&r2=1797007&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/PathCommand.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/PathCommand.html Wed May 31 10:11:49 2017 @@ -39,7 +39,7 @@ <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../org/apache/poi/sl/draw/geom/Path.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../../org/apache/poi/sl/draw/geom/PinExpression.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Next Class</span></a></li> +<li><a href="../../../../../../org/apache/poi/sl/draw/geom/PresetGeometries.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/poi/sl/draw/geom/PathCommand.html" target="_top">Frames</a></li> @@ -97,14 +97,12 @@ <pre>public interface <span class="strong">PathCommand</span></pre> <div class="block">A path command in DrawingML. One of: - - arcTo - - moveTo - - lineTo - - cubicBezTo - - quadBezTo - - close</div> -<dl><dt><span class="strong">Author:</span></dt> - <dd>Yegor Kozlov</dd></dl> + <li>arcTo + <li>moveTo + <li>lineTo + <li>cubicBezTo + <li>quadBezTo + <li>close</div> </li> </ul> </div> @@ -184,7 +182,7 @@ <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../org/apache/poi/sl/draw/geom/Path.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../../org/apache/poi/sl/draw/geom/PinExpression.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Next Class</span></a></li> +<li><a href="../../../../../../org/apache/poi/sl/draw/geom/PresetGeometries.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/poi/sl/draw/geom/PathCommand.html" target="_top">Frames</a></li> Modified: poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/PresetGeometries.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/PresetGeometries.html?rev=1797007&r1=1797006&r2=1797007&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/PresetGeometries.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/PresetGeometries.html Wed May 31 10:11:49 2017 @@ -38,7 +38,7 @@ </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../../org/apache/poi/sl/draw/geom/PinExpression.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../../org/apache/poi/sl/draw/geom/PathCommand.html" title="interface in org.apache.poi.sl.draw.geom"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../../org/apache/poi/sl/draw/geom/QuadToCommand.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> @@ -362,7 +362,7 @@ extends java.util.LinkedHashMap<java. </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../../org/apache/poi/sl/draw/geom/PinExpression.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../../org/apache/poi/sl/draw/geom/PathCommand.html" title="interface in org.apache.poi.sl.draw.geom"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../../org/apache/poi/sl/draw/geom/QuadToCommand.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> Modified: poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/QuadToCommand.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/QuadToCommand.html?rev=1797007&r1=1797006&r2=1797007&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/QuadToCommand.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/draw/geom/QuadToCommand.html Wed May 31 10:11:49 2017 @@ -39,7 +39,7 @@ <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../org/apache/poi/sl/draw/geom/PresetGeometries.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../../org/apache/poi/sl/draw/geom/SinArcTanExpression.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Next Class</span></a></li> +<li>Next Class</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/poi/sl/draw/geom/QuadToCommand.html" target="_top">Frames</a></li> @@ -105,9 +105,6 @@ <pre>public class <span class="strong">QuadToCommand</span> extends java.lang.Object implements <a href="../../../../../../org/apache/poi/sl/draw/geom/PathCommand.html" title="interface in org.apache.poi.sl.draw.geom">PathCommand</a></pre> -<div class="block">Date: 10/25/11</div> -<dl><dt><span class="strong">Author:</span></dt> - <dd>Yegor Kozlov</dd></dl> </li> </ul> </div> @@ -198,7 +195,7 @@ implements <a href="../../../../../../or <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../org/apache/poi/sl/draw/geom/PresetGeometries.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../../org/apache/poi/sl/draw/geom/SinArcTanExpression.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">Next Class</span></a></li> +<li>Next Class</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/poi/sl/draw/geom/QuadToCommand.html" target="_top">Frames</a></li> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
