Name | Description | |
---|---|---|
WebAnnotationCommentCollectionJS | Initializes a new instance of the WebAnnotationCommentCollectionJS class. |
Name | Description | |
---|---|---|
WebAnnotationCommentCollectionJS | Initializes a new instance of the WebAnnotationCommentCollectionJS class. |
Name | Description | |
---|---|---|
add | Adds an annotation comment to the collection. | |
clear | Clears this collection. | |
contains | Returns a value indicating whether collection contains an annotation comment. | |
copyTo | Copies this collection to the target collection. | |
get_Count | Gets count of elements in collection. | |
get_Parent | Gets the comment that stores this comment collection. | |
get_Source | Gets the source object that stores the parent comment's data. | |
getItem | Returns an annotation comment at specified index. | |
indexOf | Returns an index of annotation comment in the collection. | |
insert | Inserts an annotation comment to the collection. | |
remove | Removes an annotation comment from the collection. | |
serialize | Serializes this collection. | |
set | Replaces an annotation comment at the specified index. | |
toArray | Returns an array that contains annotation comments of collection. |
Name | Description | |
---|---|---|
changed | Occurs when annotation collection is changed. |