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/05/09 14:22:24 UTC

svn commit: r1742955 - in /poi/site/publish: ./ apidocs/ apidocs/org/apache/poi/hssf/usermodel/ apidocs/org/apache/poi/ss/usermodel/ apidocs/org/apache/poi/ss/util/class-use/ apidocs/org/apache/poi/xssf/usermodel/

Author: nick
Date: Mon May  9 14:22:23 2016
New Revision: 1742955

URL: http://svn.apache.org/viewvc?rev=1742955&view=rev
Log:
Republish site

Modified:
    poi/site/publish/apidocs/index-all.html
    poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFComment.html
    poi/site/publish/apidocs/org/apache/poi/ss/usermodel/Comment.html
    poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/CellAddress.html
    poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFComment.html
    poi/site/publish/changes.html
    poi/site/publish/changes.rss

Modified: poi/site/publish/apidocs/index-all.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/index-all.html?rev=1742955&r1=1742954&r2=1742955&view=diff
==============================================================================
--- poi/site/publish/apidocs/index-all.html (original)
+++ poi/site/publish/apidocs/index-all.html Mon May  9 14:22:23 2016
@@ -19357,6 +19357,8 @@
 <dd>
 <div class="block">Gets the address of this cell</div>
 </dd>
+<dt><span class="strong"><a href="./org/apache/poi/hssf/usermodel/HSSFComment.html#getAddress()">getAddress()</a></span> - Method in class org.apache.poi.hssf.usermodel.<a href="./org/apache/poi/hssf/usermodel/HSSFComment.html" title="class in org.apache.poi.hssf.usermodel">HSSFComment</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/hssf/usermodel/HSSFHyperlink.html#getAddress()">getAddress()</a></span> - Method in class org.apache.poi.hssf.usermodel.<a href="./org/apache/poi/hssf/usermodel/HSSFHyperlink.html" title="class in org.apache.poi.hssf.usermodel">HSSFHyperlink</a></dt>
 <dd>
 <div class="block">Hyperlink address.</div>
@@ -19365,6 +19367,10 @@
 <dd>
 <div class="block">Gets the address of this cell</div>
 </dd>
+<dt><span class="strong"><a href="./org/apache/poi/ss/usermodel/Comment.html#getAddress()">getAddress()</a></span> - Method in interface org.apache.poi.ss.usermodel.<a href="./org/apache/poi/ss/usermodel/Comment.html" title="interface in org.apache.poi.ss.usermodel">Comment</a></dt>
+<dd>
+<div class="block">Get the address of the cell that this comment is attached to</div>
+</dd>
 <dt><span class="strong"><a href="./org/apache/poi/xslf/usermodel/XSLFHyperlink.html#getAddress()">getAddress()</a></span> - Method in class org.apache.poi.xslf.usermodel.<a href="./org/apache/poi/xslf/usermodel/XSLFHyperlink.html" title="class in org.apache.poi.xslf.usermodel">XSLFHyperlink</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/xssf/streaming/SXSSFCell.html#getAddress()">getAddress()</a></span> - Method in class org.apache.poi.xssf.streaming.<a href="./org/apache/poi/xssf/streaming/SXSSFCell.html" title="class in org.apache.poi.xssf.streaming">SXSSFCell</a></dt>
@@ -19375,6 +19381,8 @@
 <dd>
 <div class="block">Gets the address of this cell</div>
 </dd>
+<dt><span class="strong"><a href="./org/apache/poi/xssf/usermodel/XSSFComment.html#getAddress()">getAddress()</a></span> - Method in class org.apache.poi.xssf.usermodel.<a href="./org/apache/poi/xssf/usermodel/XSSFComment.html" title="class in org.apache.poi.xssf.usermodel">XSSFComment</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/xssf/usermodel/XSSFHyperlink.html#getAddress()">getAddress()</a></span> - Method in class org.apache.poi.xssf.usermodel.<a href="./org/apache/poi/xssf/usermodel/XSSFHyperlink.html" title="class in org.apache.poi.xssf.usermodel">XSSFHyperlink</a></dt>
 <dd>
 <div class="block">Hyperlink address.</div>
@@ -63042,12 +63050,28 @@ Compound Document Format.</div>
 <dd>
 <div class="block">Hyperlink address.</div>
 </dd>
+<dt><span class="strong"><a href="./org/apache/poi/hssf/usermodel/HSSFComment.html#setAddress(org.apache.poi.ss.util.CellAddress)">setAddress(CellAddress)</a></span> - Method in class org.apache.poi.hssf.usermodel.<a href="./org/apache/poi/hssf/usermodel/HSSFComment.html" title="class in org.apache.poi.hssf.usermodel">HSSFComment</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/poi/hssf/usermodel/HSSFComment.html#setAddress(int,%20int)">setAddress(int, int)</a></span> - Method in class org.apache.poi.hssf.usermodel.<a href="./org/apache/poi/hssf/usermodel/HSSFComment.html" title="class in org.apache.poi.hssf.usermodel">HSSFComment</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/hssf/usermodel/HSSFHyperlink.html#setAddress(java.lang.String)">setAddress(String)</a></span> - Method in class org.apache.poi.hssf.usermodel.<a href="./org/apache/poi/hssf/usermodel/HSSFHyperlink.html" title="class in org.apache.poi.hssf.usermodel">HSSFHyperlink</a></dt>
 <dd>
 <div class="block">Hyperlink address.</div>
 </dd>
+<dt><span class="strong"><a href="./org/apache/poi/ss/usermodel/Comment.html#setAddress(org.apache.poi.ss.util.CellAddress)">setAddress(CellAddress)</a></span> - Method in interface org.apache.poi.ss.usermodel.<a href="./org/apache/poi/ss/usermodel/Comment.html" title="interface in org.apache.poi.ss.usermodel">Comment</a></dt>
+<dd>
+<div class="block">Set the address of the cell that this comment is attached to</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/poi/ss/usermodel/Comment.html#setAddress(int,%20int)">setAddress(int, int)</a></span> - Method in interface org.apache.poi.ss.usermodel.<a href="./org/apache/poi/ss/usermodel/Comment.html" title="interface in org.apache.poi.ss.usermodel">Comment</a></dt>
+<dd>
+<div class="block">Set the address of the cell that this comment is attached to</div>
+</dd>
 <dt><span class="strong"><a href="./org/apache/poi/xslf/usermodel/XSLFHyperlink.html#setAddress(java.lang.String)">setAddress(String)</a></span> - Method in class org.apache.poi.xslf.usermodel.<a href="./org/apache/poi/xslf/usermodel/XSLFHyperlink.html" title="class in org.apache.poi.xslf.usermodel">XSLFHyperlink</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/poi/xssf/usermodel/XSSFComment.html#setAddress(int,%20int)">setAddress(int, int)</a></span> - Method in class org.apache.poi.xssf.usermodel.<a href="./org/apache/poi/xssf/usermodel/XSSFComment.html" title="class in org.apache.poi.xssf.usermodel">XSSFComment</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/poi/xssf/usermodel/XSSFComment.html#setAddress(org.apache.poi.ss.util.CellAddress)">setAddress(CellAddress)</a></span> - Method in class org.apache.poi.xssf.usermodel.<a href="./org/apache/poi/xssf/usermodel/XSSFComment.html" title="class in org.apache.poi.xssf.usermodel">XSSFComment</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/xssf/usermodel/XSSFHyperlink.html#setAddress(java.lang.String)">setAddress(String)</a></span> - Method in class org.apache.poi.xssf.usermodel.<a href="./org/apache/poi/xssf/usermodel/XSSFHyperlink.html" title="class in org.apache.poi.xssf.usermodel">XSSFHyperlink</a></dt>
 <dd>
 <div class="block">Hyperlink address.</div>
@@ -65370,7 +65394,9 @@ Compound Document Format.</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/xssf/usermodel/XSSFComment.html#setColumn(int)">setColumn(int)</a></span> - Method in class org.apache.poi.xssf.usermodel.<a href="./org/apache/poi/xssf/usermodel/XSSFComment.html" title="class in org.apache.poi.xssf.usermodel">XSSFComment</a></dt>
 <dd>
-<div class="block">Set the column of the cell that contains the comment</div>
+<div class="block">Set the column of the cell that contains the comment
+ 
+ If changing both row and column, use <a href="./org/apache/poi/xssf/usermodel/XSSFComment.html#setAddress(int,%20int)"><code>XSSFComment.setAddress(int, int)</code></a>.</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/xssf/usermodel/helpers/ColumnHelper.html#setColumnAttributes(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCol,%20org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCol)">setColumnAttributes(CTCol, CTCol)</a></span> - Method in class org.apache.poi.xssf.usermodel.helpers.<a href="./org/apache/poi/xssf/usermodel/helpers/ColumnHelper.html" title="class in org.apache.poi.xssf.usermodel.helpers">ColumnHelper</a></dt>
 <dd>&nbsp;</dd>
@@ -73852,7 +73878,9 @@ Compound Document Format.</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/xssf/usermodel/XSSFComment.html#setRow(int)">setRow(int)</a></span> - Method in class org.apache.poi.xssf.usermodel.<a href="./org/apache/poi/xssf/usermodel/XSSFComment.html" title="class in org.apache.poi.xssf.usermodel">XSSFComment</a></dt>
 <dd>
-<div class="block">Set the row of the cell that contains the comment</div>
+<div class="block">Set the row of the cell that contains the comment
+ 
+ If changing both row and column, use <a href="./org/apache/poi/xssf/usermodel/XSSFComment.html#setAddress(int,%20int)"><code>XSSFComment.setAddress(int, int)</code></a>.</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/ddf/EscherClientAnchorRecord.html#setRow1(short)">setRow1(short)</a></span> - Method in class org.apache.poi.ddf.<a href="./org/apache/poi/ddf/EscherClientAnchorRecord.html" title="class in org.apache.poi.ddf">EscherClientAnchorRecord</a></dt>
 <dd>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFComment.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFComment.html?rev=1742955&r1=1742954&r2=1742955&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFComment.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFComment.html Mon May  9 14:22:23 2016
@@ -219,82 +219,101 @@ implements <a href="../../../../../org/a
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFComment.html#createSpContainer()">createSpContainer</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFComment.html#getAddress()">getAddress</a></strong>()</code>
+<div class="block">Get the address of the cell that this comment is attached to</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFComment.html#getAuthor()">getAuthor</a></strong>()</code>
 <div class="block">Name of the original comment author</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFComment.html#getBackgroundImageId()">getBackgroundImageId</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/ClientAnchor.html" title="interface in org.apache.poi.ss.usermodel">ClientAnchor</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFComment.html#getClientAnchor()">getClientAnchor</a></strong>()</code>
 <div class="block">Return defines position of this anchor in the sheet.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFComment.html#getColumn()">getColumn</a></strong>()</code>
 <div class="block">Return the column of the cell that contains the comment</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>protected <a href="../../../../../org/apache/poi/hssf/record/NoteRecord.html" title="class in org.apache.poi.hssf.record">NoteRecord</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFComment.html#getNoteRecord()">getNoteRecord</a></strong>()</code>
 <div class="block">Returns the underlying Note record</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFComment.html#getRow()">getRow</a></strong>()</code>
 <div class="block">Return the row of the cell that contains the comment</div>
 </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/hssf/usermodel/HSSFComment.html#hasPosition()">hasPosition</a></strong>()</code>
 <div class="block">Do we know which cell this comment belongs to?</div>
 </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/hssf/usermodel/HSSFComment.html#isVisible()">isVisible</a></strong>()</code>
 <div class="block">Sets whether this comment is visible.</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/HSSFComment.html#resetBackgroundImage()">resetBackgroundImage</a></strong>()</code>&nbsp;</td>
 </tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFComment.html#setAddress(org.apache.poi.ss.util.CellAddress)">setAddress</a></strong>(<a href="../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a>&nbsp;address)</code>
+<div class="block">Set the address of the cell that this comment is attached to</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/HSSFComment.html#setAddress(int,%20int)">setAddress</a></strong>(int&nbsp;row,
+          int&nbsp;col)</code>
+<div class="block">Set the address of the cell that this comment is attached to</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/HSSFComment.html#setAuthor(java.lang.String)">setAuthor</a></strong>(java.lang.String&nbsp;author)</code>
 <div class="block">Name of the original comment author</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/HSSFComment.html#setBackgroundImage(int)">setBackgroundImage</a></strong>(int&nbsp;pictureIndex)</code>&nbsp;</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/HSSFComment.html#setColumn(int)">setColumn</a></strong>(int&nbsp;col)</code>
 <div class="block">Set the column of the cell that contains the comment</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/HSSFComment.html#setRow(int)">setRow</a></strong>(int&nbsp;row)</code>
 <div class="block">Set the row of the cell that contains the comment</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/HSSFComment.html#setShapeType(int)">setShapeType</a></strong>(int&nbsp;shapeType)</code>&nbsp;</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/HSSFComment.html#setVisible(boolean)">setVisible</a></strong>(boolean&nbsp;visible)</code>
 <div class="block">Returns whether this comment is visible.</div>
@@ -446,6 +465,52 @@ implements <a href="../../../../../org/a
 <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="getAddress()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getAddress</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a>&nbsp;getAddress()</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/Comment.html#getAddress()">Comment</a></code></strong></div>
+<div class="block">Get the address of the cell that this comment is attached to</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/Comment.html#getAddress()">getAddress</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>comment cell address</dd></dl>
+</li>
+</ul>
+<a name="setAddress(org.apache.poi.ss.util.CellAddress)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setAddress</h4>
+<pre>public&nbsp;void&nbsp;setAddress(<a href="../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a>&nbsp;address)</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/Comment.html#setAddress(org.apache.poi.ss.util.CellAddress)">Comment</a></code></strong></div>
+<div class="block">Set the address of the cell that this comment is attached to</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/Comment.html#setAddress(org.apache.poi.ss.util.CellAddress)">setAddress</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>
+</dl>
+</li>
+</ul>
+<a name="setAddress(int, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setAddress</h4>
+<pre>public&nbsp;void&nbsp;setAddress(int&nbsp;row,
+              int&nbsp;col)</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/Comment.html#setAddress(int,%20int)">Comment</a></code></strong></div>
+<div class="block">Set the address of the cell that this comment is attached to</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/Comment.html#setAddress(int,%20int)">setAddress</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>
+</dl>
+</li>
+</ul>
 <a name="getRow()">
 <!--   -->
 </a>
@@ -558,7 +623,11 @@ implements <a href="../../../../../org/a
 <h4>getClientAnchor</h4>
 <pre>public&nbsp;<a href="../../../../../org/apache/poi/ss/usermodel/ClientAnchor.html" title="interface in org.apache.poi.ss.usermodel">ClientAnchor</a>&nbsp;getClientAnchor()</pre>
 <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/Comment.html#getClientAnchor()">Comment</a></code></strong></div>
-<div class="block">Return defines position of this anchor in the sheet.</div>
+<div class="block">Return defines position of this anchor in the sheet.
+ The anchor is the yellow box/balloon that is rendered on top of the sheets
+ when the comment is visible.
+ 
+ To associate a comment with a different cell, use <a href="../../../../../org/apache/poi/ss/usermodel/Comment.html#setAddress(org.apache.poi.ss.util.CellAddress)"><code>Comment.setAddress(org.apache.poi.ss.util.CellAddress)</code></a>.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/Comment.html#getClientAnchor()">getClientAnchor</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>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/Comment.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/Comment.html?rev=1742955&r1=1742954&r2=1742955&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/Comment.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/Comment.html Mon May  9 14:22:23 2016
@@ -110,66 +110,85 @@
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/Comment.html#getAddress()">getAddress</a></strong>()</code>
+<div class="block">Get the address of the cell that this comment is attached to</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/Comment.html#getAuthor()">getAuthor</a></strong>()</code>
 <div class="block">Name of the original comment author</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/ClientAnchor.html" title="interface in org.apache.poi.ss.usermodel">ClientAnchor</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/Comment.html#getClientAnchor()">getClientAnchor</a></strong>()</code>
 <div class="block">Return defines position of this anchor in the sheet.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/Comment.html#getColumn()">getColumn</a></strong>()</code>
 <div class="block">Return the column of the cell that contains the comment</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/Comment.html#getRow()">getRow</a></strong>()</code>
 <div class="block">Return the row of the cell that contains the comment</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/RichTextString.html" title="interface in org.apache.poi.ss.usermodel">RichTextString</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/Comment.html#getString()">getString</a></strong>()</code>
 <div class="block">Fetches the rich text string of the comment</div>
 </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/ss/usermodel/Comment.html#isVisible()">isVisible</a></strong>()</code>
 <div class="block">Sets whether this comment is visible.</div>
 </td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/Comment.html#setAddress(org.apache.poi.ss.util.CellAddress)">setAddress</a></strong>(<a href="../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a>&nbsp;addr)</code>
+<div class="block">Set the address of the cell that this comment is attached to</div>
+</td>
+</tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/Comment.html#setAddress(int,%20int)">setAddress</a></strong>(int&nbsp;row,
+          int&nbsp;col)</code>
+<div class="block">Set the address of the cell that this comment is attached to</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/Comment.html#setAuthor(java.lang.String)">setAuthor</a></strong>(java.lang.String&nbsp;author)</code>
 <div class="block">Name of the original comment author</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/ss/usermodel/Comment.html#setColumn(int)">setColumn</a></strong>(int&nbsp;col)</code>
 <div class="block">Set the column of the cell that contains the comment</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/ss/usermodel/Comment.html#setRow(int)">setRow</a></strong>(int&nbsp;row)</code>
 <div class="block">Set the row of the cell that contains the comment</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/ss/usermodel/Comment.html#setString(org.apache.poi.ss.usermodel.RichTextString)">setString</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/RichTextString.html" title="interface in org.apache.poi.ss.usermodel">RichTextString</a>&nbsp;string)</code>
 <div class="block">Sets the rich text string used by this comment.</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/ss/usermodel/Comment.html#setVisible(boolean)">setVisible</a></strong>(boolean&nbsp;visible)</code>
 <div class="block">Returns whether this comment is visible.</div>
@@ -212,6 +231,43 @@
 <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="getAddress()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getAddress</h4>
+<pre><a href="../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a>&nbsp;getAddress()</pre>
+<div class="block">Get the address of the cell that this comment is attached to</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>comment cell address</dd><dt><span class="strong">Since:</span></dt>
+  <dd>3.15-beta1</dd></dl>
+</li>
+</ul>
+<a name="setAddress(org.apache.poi.ss.util.CellAddress)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setAddress</h4>
+<pre>void&nbsp;setAddress(<a href="../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a>&nbsp;addr)</pre>
+<div class="block">Set the address of the cell that this comment is attached to</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>addr</code> - </dd><dt><span class="strong">Since:</span></dt>
+  <dd>3.15-beta1</dd></dl>
+</li>
+</ul>
+<a name="setAddress(int, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setAddress</h4>
+<pre>void&nbsp;setAddress(int&nbsp;row,
+              int&nbsp;col)</pre>
+<div class="block">Set the address of the cell that this comment is attached to</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - </dd><dd><code>col</code> - </dd><dt><span class="strong">Since:</span></dt>
+  <dd>3.15-beta1</dd></dl>
+</li>
+</ul>
 <a name="getRow()">
 <!--   -->
 </a>
@@ -306,7 +362,11 @@
 <li class="blockList">
 <h4>getClientAnchor</h4>
 <pre><a href="../../../../../org/apache/poi/ss/usermodel/ClientAnchor.html" title="interface in org.apache.poi.ss.usermodel">ClientAnchor</a>&nbsp;getClientAnchor()</pre>
-<div class="block">Return defines position of this anchor in the sheet.</div>
+<div class="block">Return defines position of this anchor in the sheet.
+ The anchor is the yellow box/balloon that is rendered on top of the sheets
+ when the comment is visible.
+ 
+ To associate a comment with a different cell, use <a href="../../../../../org/apache/poi/ss/usermodel/Comment.html#setAddress(org.apache.poi.ss.util.CellAddress)"><code>setAddress(org.apache.poi.ss.util.CellAddress)</code></a>.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>defines position of this anchor in the sheet</dd></dl>
 </li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/CellAddress.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/CellAddress.html?rev=1742955&r1=1742954&r2=1742955&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/CellAddress.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/CellAddress.html Mon May  9 14:22:23 2016
@@ -123,6 +123,10 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a></code></td>
+<td class="colLast"><span class="strong">HSSFComment.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFComment.html#getAddress()">getAddress</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a></code></td>
 <td class="colLast"><span class="strong">HSSFCell.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFCell.html#getAddress()">getAddress</a></strong>()</code>
 <div class="block">Gets the address of this cell</div>
 </td>
@@ -163,6 +167,10 @@
 <div class="block">Sets location of the active cell</div>
 </td>
 </tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="strong">HSSFComment.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFComment.html#setAddress(org.apache.poi.ss.util.CellAddress)">setAddress</a></strong>(<a href="../../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a>&nbsp;address)</code>&nbsp;</td>
+</tr>
 </tbody>
 </table>
 </li>
@@ -189,6 +197,12 @@
 <div class="block">Gets the address of this cell</div>
 </td>
 </tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a></code></td>
+<td class="colLast"><span class="strong">Comment.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/Comment.html#getAddress()">getAddress</a></strong>()</code>
+<div class="block">Get the address of the cell that this comment is attached to</div>
+</td>
+</tr>
 </tbody>
 </table>
 <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
@@ -225,6 +239,12 @@
 <div class="block">Sets location of the active cell</div>
 </td>
 </tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="strong">Comment.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/Comment.html#setAddress(org.apache.poi.ss.util.CellAddress)">setAddress</a></strong>(<a href="../../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a>&nbsp;addr)</code>
+<div class="block">Set the address of the cell that this comment is attached to</div>
+</td>
+</tr>
 </tbody>
 </table>
 </li>
@@ -405,6 +425,10 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a></code></td>
+<td class="colLast"><span class="strong">XSSFComment.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFComment.html#getAddress()">getAddress</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a></code></td>
 <td class="colLast"><span class="strong">XSSFCell.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFCell.html#getAddress()">getAddress</a></strong>()</code>
 <div class="block">Gets the address of this cell</div>
 </td>
@@ -445,6 +469,10 @@
 <div class="block">Sets location of the active cell</div>
 </td>
 </tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="strong">XSSFComment.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFComment.html#setAddress(org.apache.poi.ss.util.CellAddress)">setAddress</a></strong>(<a href="../../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a>&nbsp;address)</code>&nbsp;</td>
+</tr>
 </tbody>
 </table>
 </li>

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=1742955&r1=1742954&r2=1742955&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 Mon May  9 14:22:23 2016
@@ -142,78 +142,101 @@ implements <a href="../../../../../org/a
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFComment.html#getAddress()">getAddress</a></strong>()</code>
+<div class="block">Get the address of the cell that this comment is attached to</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFComment.html#getAuthor()">getAuthor</a></strong>()</code>
 <div class="block">Name of the original comment author</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/ClientAnchor.html" title="interface in org.apache.poi.ss.usermodel">ClientAnchor</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFComment.html#getClientAnchor()">getClientAnchor</a></strong>()</code>
 <div class="block">Return defines position of this anchor in the sheet.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFComment.html#getColumn()">getColumn</a></strong>()</code>
 <div class="block">Return the column of the cell that contains the comment</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTComment</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFComment.html#getCTComment()">getCTComment</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>protected com.microsoft.schemas.vml.CTShape</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFComment.html#getCTShape()">getCTShape</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFComment.html#getRow()">getRow</a></strong>()</code>
 <div class="block">Return the row of the cell that contains the comment</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFRichTextString.html" title="class in org.apache.poi.xssf.usermodel">XSSFRichTextString</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFComment.html#getString()">getString</a></strong>()</code>
 <div class="block">Fetches the rich text string of the comment</div>
 </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/xssf/usermodel/XSSFComment.html#isVisible()">isVisible</a></strong>()</code>
 <div class="block">Sets whether this comment is visible.</div>
 </td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFComment.html#setAddress(org.apache.poi.ss.util.CellAddress)">setAddress</a></strong>(<a href="../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a>&nbsp;address)</code>
+<div class="block">Set the address of the cell that this comment is attached to</div>
+</td>
+</tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFComment.html#setAddress(int,%20int)">setAddress</a></strong>(int&nbsp;row,
+          int&nbsp;col)</code>
+<div class="block">Set the address of the cell that this comment is attached to</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFComment.html#setAuthor(java.lang.String)">setAuthor</a></strong>(java.lang.String&nbsp;author)</code>
 <div class="block">Name of the original comment author.</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/xssf/usermodel/XSSFComment.html#setColumn(int)">setColumn</a></strong>(int&nbsp;col)</code>
-<div class="block">Set the column of the cell that contains the comment</div>
+<div class="block">Set the column of the cell that contains the comment
+ 
+ If changing both row and column, use <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFComment.html#setAddress(int,%20int)"><code>setAddress(int, int)</code></a>.</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/xssf/usermodel/XSSFComment.html#setRow(int)">setRow</a></strong>(int&nbsp;row)</code>
-<div class="block">Set the row of the cell that contains the comment</div>
+<div class="block">Set the row of the cell that contains the comment
+ 
+ If changing both row and column, use <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFComment.html#setAddress(int,%20int)"><code>setAddress(int, int)</code></a>.</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/xssf/usermodel/XSSFComment.html#setString(org.apache.poi.ss.usermodel.RichTextString)">setString</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/RichTextString.html" title="interface in org.apache.poi.ss.usermodel">RichTextString</a>&nbsp;string)</code>
 <div class="block">Sets the rich text string used by this comment.</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/xssf/usermodel/XSSFComment.html#setString(java.lang.String)">setString</a></strong>(java.lang.String&nbsp;string)</code>&nbsp;</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/xssf/usermodel/XSSFComment.html#setVisible(boolean)">setVisible</a></strong>(boolean&nbsp;visible)</code>
 <div class="block">Returns whether this comment is visible.</div>
@@ -351,6 +374,52 @@ implements <a href="../../../../../org/a
 <dt><span class="strong">Parameters:</span></dt><dd><code>visible</code> - whether the comment is visible</dd></dl>
 </li>
 </ul>
+<a name="getAddress()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getAddress</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a>&nbsp;getAddress()</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/Comment.html#getAddress()">Comment</a></code></strong></div>
+<div class="block">Get the address of the cell that this comment is attached to</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/Comment.html#getAddress()">getAddress</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>comment cell address</dd></dl>
+</li>
+</ul>
+<a name="setAddress(int, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setAddress</h4>
+<pre>public&nbsp;void&nbsp;setAddress(int&nbsp;row,
+              int&nbsp;col)</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/Comment.html#setAddress(int,%20int)">Comment</a></code></strong></div>
+<div class="block">Set the address of the cell that this comment is attached to</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/Comment.html#setAddress(int,%20int)">setAddress</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>
+</dl>
+</li>
+</ul>
+<a name="setAddress(org.apache.poi.ss.util.CellAddress)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setAddress</h4>
+<pre>public&nbsp;void&nbsp;setAddress(<a href="../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a>&nbsp;address)</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/Comment.html#setAddress(org.apache.poi.ss.util.CellAddress)">Comment</a></code></strong></div>
+<div class="block">Set the address of the cell that this comment is attached to</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/Comment.html#setAddress(org.apache.poi.ss.util.CellAddress)">setAddress</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>
+</dl>
+</li>
+</ul>
 <a name="setColumn(int)">
 <!--   -->
 </a>
@@ -358,7 +427,9 @@ implements <a href="../../../../../org/a
 <li class="blockList">
 <h4>setColumn</h4>
 <pre>public&nbsp;void&nbsp;setColumn(int&nbsp;col)</pre>
-<div class="block">Set the column of the cell that contains the comment</div>
+<div class="block">Set the column of the cell that contains the comment
+ 
+ If changing both row and column, use <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFComment.html#setAddress(int,%20int)"><code>setAddress(int, int)</code></a>.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/Comment.html#setColumn(int)">setColumn</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>
@@ -372,7 +443,9 @@ implements <a href="../../../../../org/a
 <li class="blockList">
 <h4>setRow</h4>
 <pre>public&nbsp;void&nbsp;setRow(int&nbsp;row)</pre>
-<div class="block">Set the row of the cell that contains the comment</div>
+<div class="block">Set the row of the cell that contains the comment
+ 
+ If changing both row and column, use <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFComment.html#setAddress(int,%20int)"><code>setAddress(int, int)</code></a>.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/Comment.html#setRow(int)">setRow</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>
@@ -425,7 +498,11 @@ implements <a href="../../../../../org/a
 <h4>getClientAnchor</h4>
 <pre>public&nbsp;<a href="../../../../../org/apache/poi/ss/usermodel/ClientAnchor.html" title="interface in org.apache.poi.ss.usermodel">ClientAnchor</a>&nbsp;getClientAnchor()</pre>
 <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/Comment.html#getClientAnchor()">Comment</a></code></strong></div>
-<div class="block">Return defines position of this anchor in the sheet.</div>
+<div class="block">Return defines position of this anchor in the sheet.
+ The anchor is the yellow box/balloon that is rendered on top of the sheets
+ when the comment is visible.
+ 
+ To associate a comment with a different cell, use <a href="../../../../../org/apache/poi/ss/usermodel/Comment.html#setAddress(org.apache.poi.ss.util.CellAddress)"><code>Comment.setAddress(org.apache.poi.ss.util.CellAddress)</code></a>.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/Comment.html#getClientAnchor()">getClientAnchor</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>

Modified: poi/site/publish/changes.html
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1742955&r1=1742954&r2=1742955&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Mon May  9 14:22:23 2016
@@ -265,6 +265,9 @@ if (VERSION > 3) {
 <ul>
         
 <li>
+<img class="icon" alt="add" src="images/add.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=59443">59443</a> - SS Common: get and set Comment addresses</li>
+        
+<li>
 <img class="icon" alt="fix" src="images/fix.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=59434">59434</a> - Cannot add a picture on a slide that already have an image with an hyperlink on it</li>
         
 <li>

Modified: poi/site/publish/changes.rss
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1742955&r1=1742954&r2=1742955&view=diff
==============================================================================
--- poi/site/publish/changes.rss (original)
+++ poi/site/publish/changes.rss Mon May  9 14:22:23 2016
@@ -1,3 +1,3 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">
-<rss version="0.91"><channel><title>Apache POI Changes</title><link>http://poi.apache.org/changes.html</link><description>Apache POI Changes</description><language>en-us</language><item><title> fix(bug 59434)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59434) - Cannot add a picture on a slide that already have an image with an hyperlink on it</description></item><item><title> fix(bug 59383)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59383) - SS Common performance regression: DataFormatter no longer caches formats</description></item><item><title> fix(bug 59327)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59327) - HSLF/XSLF: Setting text direction on a table cell has no effect</description></item><item><title> add(bug 58648)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58648) - Regre
 ssion: Fix handling of whitespaces in formulas after it was slightly broken by the changes to support the intersection operator</description></item><item><title> add(bug 59342)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59342) - XSSF: Get and set sheet tab color</description></item><item><title> add(bug 59340)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59340) - SS Common: Lookup IndexedColors by index</description></item><item><title> add(bug 59336)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59336) - SS Common: Deprecate CellUtil methods that do not need a workbook parameter.</description></item><item><title> add(bug 59338)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59338) - HSSF: Mark HSSFCellUtil for removal, replaced with Common SS CellUtil.</description></item><item><title> 
 add(bug 52949)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 52949) - VBA Macro reader and extractor</description></item><item><title> fix(bug 55982)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 55982) - Don't fail to open the spreadsheet if no TabIdRecord is found</description></item><item><title> fix</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - Fix some cases where file-handles were not closed properly, mostly when the documents could not be opened correctly</description></item><item><title> add(bug 56911)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 56911) - Fix IndexOutOfBoundsException in PlfLfo.add()</description></item><item><title> add(bug 59264)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59264) - SS Common: unify setting cell bord
 er line style with BorderStyle</description></item></channel></rss>
\ No newline at end of file
+<rss version="0.91"><channel><title>Apache POI Changes</title><link>http://poi.apache.org/changes.html</link><description>Apache POI Changes</description><language>en-us</language><item><title> add(bug 59443)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59443) - SS Common: get and set Comment addresses</description></item><item><title> fix(bug 59434)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59434) - Cannot add a picture on a slide that already have an image with an hyperlink on it</description></item><item><title> fix(bug 59383)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59383) - SS Common performance regression: DataFormatter no longer caches formats</description></item><item><title> fix(bug 59327)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59327) - HSLF/XSLF: Setting text dire
 ction on a table cell has no effect</description></item><item><title> add(bug 58648)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58648) - Regression: Fix handling of whitespaces in formulas after it was slightly broken by the changes to support the intersection operator</description></item><item><title> add(bug 59342)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59342) - XSSF: Get and set sheet tab color</description></item><item><title> add(bug 59340)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59340) - SS Common: Lookup IndexedColors by index</description></item><item><title> add(bug 59336)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59336) - SS Common: Deprecate CellUtil methods that do not need a workbook parameter.</description></item><item><title> add(bug 59338)</title><link>ht
 tp://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59338) - HSSF: Mark HSSFCellUtil for removal, replaced with Common SS CellUtil.</description></item><item><title> add(bug 52949)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 52949) - VBA Macro reader and extractor</description></item><item><title> fix(bug 55982)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 55982) - Don't fail to open the spreadsheet if no TabIdRecord is found</description></item><item><title> fix</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - Fix some cases where file-handles were not closed properly, mostly when the documents could not be opened correctly</description></item><item><title> add(bug 56911)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 56911) - Fix IndexOutOfBoundsException in PlfLfo
 .add()</description></item><item><title> add(bug 59264)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59264) - SS Common: unify setting cell border line style with BorderStyle</description></item></channel></rss>
\ No newline at end of file



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