Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFComment.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFComment.html?rev=1763949&r1=1763948&r2=1763949&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFComment.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFComment.html Sun Oct 9 09:44:28
2016
@@ -196,7 +196,7 @@ implements <a href="../../../../../org/a
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFComment.html#isVisible()">isVisible</a></strong>()</code>
-<div class="block">Sets whether this comment is visible.</div>
+<div class="block">Returns whether this comment is visible.</div>
</td>
</tr>
<tr class="rowColor">
@@ -247,7 +247,7 @@ implements <a href="../../../../../org/a
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFComment.html#setVisible(boolean)">setVisible</a></strong>(boolean visible)</code>
-<div class="block">Returns whether this comment is visible.</div>
+<div class="block">Sets whether this comment is visible.</div>
</td>
</tr>
</table>
@@ -359,12 +359,11 @@ implements <a href="../../../../../org/a
<li class="blockList">
<h4>isVisible</h4>
<pre>public boolean isVisible()</pre>
-<div class="block"><strong>Description copied from interface: <code><a
href="../../../../../org/apache/poi/ss/usermodel/Comment.html#isVisible()">Comment</a></code></strong></div>
-<div class="block">Sets whether this comment is visible.</div>
+<div class="block">Returns whether this comment is visible.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/Comment.html#isVisible()">isVisible</a></code> in
interface <code><a href="../../../../../org/apache/poi/ss/usermodel/Comment.html"
title="interface in org.apache.poi.ss.usermodel">Comment</a></code></dd>
-<dt><span class="strong">Returns:</span></dt><dd>whether the
comment is visible</dd></dl>
+<dt><span class="strong">Returns:</span></dt><dd><code>true</code>
if the comment is visible, <code>false</code> otherwise</dd></dl>
</li>
</ul>
<a name="setVisible(boolean)">
@@ -374,12 +373,11 @@ implements <a href="../../../../../org/a
<li class="blockList">
<h4>setVisible</h4>
<pre>public void setVisible(boolean visible)</pre>
-<div class="block"><strong>Description copied from interface: <code><a
href="../../../../../org/apache/poi/ss/usermodel/Comment.html#setVisible(boolean)">Comment</a></code></strong></div>
-<div class="block">Returns whether this comment is visible.</div>
+<div class="block">Sets whether this comment is visible.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/Comment.html#setVisible(boolean)">setVisible</a></code> in
interface <code><a href="../../../../../org/apache/poi/ss/usermodel/Comment.html"
title="interface in org.apache.poi.ss.usermodel">Comment</a></code></dd>
-<dt><span class="strong">Parameters:</span></dt><dd><code>visible</code>
- whether the comment is visible</dd></dl>
+<dt><span class="strong">Parameters:</span></dt><dd><code>visible</code>
- <code>true</code> if the comment is visible, <code>false</code>
otherwise</dd></dl>
</li>
</ul>
<a name="getAddress()">
---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org
|