| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Method and Description |
|---|---|
ICommentThreaded |
IRange.addCommentThreaded(java.lang.String text)
Adds a threaded comment to the range.
|
ICommentThreaded |
IRange.addCommentThreaded(java.lang.String text,
java.lang.String author)
Adds a threaded comment to the range.
|
ICommentThreaded |
ICommentThreaded.addReply(java.lang.String text)
adds a reply to its replies collection if the threaded comment is a top-level comment.
|
ICommentThreaded |
ICommentThreaded.addReply(java.lang.String text,
java.lang.String author)
adds a reply to its replies collection if the threaded comment is a top-level comment.
|
ICommentThreaded |
ICommentsThreaded.get(int index)
Gets the threaded comment for the index
|
ICommentThreaded |
IRange.getCommentThreaded() |
ICommentThreaded |
ICommentThreaded.getParent()
Returns the parent object for the specified object.
|
ICommentThreaded |
ICommentThreaded.next()
Returns the
ICommentThreaded object that represents the next threaded comment. |
ICommentThreaded |
ICommentThreaded.previous()
Returns the
ICommentThreaded object that represents the previous threaded comment. |