class
ThreadedCommentCollection
Source: aspose.
Represents the list of threaded comments.
Methods
add(text, author) → Number
Adds a threaded comment;
Parameters
Name | Type | Optional | Description |
---|---|---|---|
text |
String |
|
The text of the threaded comment. |
author |
|
The author of the threaded comment |
- Returns
-
Number
add()
Reserved for internal use.
clear()
contains()
Reserved for internal use.
get(index) → ThreadedComment
Gets the threaded comment by the specific index.
Parameter
Name | Type | Optional | Description |
---|---|---|---|
index |
Number |
|
The index |
- Returns
get()
Reserved for internal use.
getCount()
indexOf()
Reserved for internal use.