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/10/09 09:44:28 UTC

svn commit: r1763949 [2/2] - in /poi/site/publish/apidocs: ./ org/apache/poi/ org/apache/poi/hslf/extractor/ org/apache/poi/hslf/model/ org/apache/poi/hssf/usermodel/ org/apache/poi/openxml4j/util/ org/apache/poi/openxml4j/util/class-use/ org/apache/po...

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&nbsp;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&nbsp;boolean&nbsp;isVisible()</pre>
-<div class="block"><strong>Description copied from interface:&nbsp;<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>&nbsp;in interface&nbsp;<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&nbsp;void&nbsp;setVisible(boolean&nbsp;visible)</pre>
-<div class="block"><strong>Description copied from interface:&nbsp;<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>&nbsp;in interface&nbsp;<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