diff options
Diffstat (limited to 'src/java/org')
-rw-r--r-- | src/java/org/apache/poi/ss/usermodel/Comment.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/java/org/apache/poi/ss/usermodel/Comment.java b/src/java/org/apache/poi/ss/usermodel/Comment.java index 1fbda29fac..8f5396ca6b 100644 --- a/src/java/org/apache/poi/ss/usermodel/Comment.java +++ b/src/java/org/apache/poi/ss/usermodel/Comment.java @@ -113,6 +113,10 @@ public interface Comment { /** * 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 {@link #setAddress}. * * @return defines position of this anchor in the sheet */ |