Adds an event listener.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| String | readonly | The content of the comment | |
| Date | readonly | The date of the comment | |
| String | readonly | The file path of the comment | |
| Boolean | readonly | Whether the comment has been applied | |
| Boolean | readonly | Whether the comment is an orphan | |
| Array[] | 2 Reals[] | Boolean[] | 2 Reals[] | readonly | Path geometry of the comment. Can return: Ordered array containing pathPointArray:Array of Ordered array containing anchor:Array of 2 Reals, leftDirection:Array of 2 Reals, rightDirection:Array of 2 Reals, pathOpen:Boolean. | |
| String | readonly | The name of the reviewer who made the comment | |
| CommentStatusEnum | readonly | The status of the comment | |
| CommentTypeEnum | readonly | The type of the comment | |
| EventListeners |
readonly | A collection of event listeners. | |
| Events |
readonly | A collection of events. | |
| Number | readonly | The unique ID of the PDFComment. | |
| Number | readonly | The index of the PDFComment within its containing object. | |
| Boolean | readonly | Returns true if the object specifier resolves to valid objects. | |
| String | read/write | A property that can be set to any string. | |
| String | read/write | The name of the PDFComment; this is an alias to the PDFComment's label property. | |
| Document | readonly | The parent of the PDFComment (a Document). | |
| Object | read/write | A property that allows setting of several properties at the same time. | |
| Replies |
readonly | A collection of reply objects |
Methods
→ void
Change the status of a comment
→ String
Gets the label value associated with the specified key.
→ PDFComment[]
Resolves the object specifier, creating an array of object references.
→ void
Sets the label to the value associated with the specified key.
→ void
Deletes the PDFComment.
→ Boolean
Removes the event listener.
→ String
Generates a string which, if executed, will return the PDFComment.
→ String
Retrieves the object specifier.
Object of 4
Properties elsewhere that hold a PDFComment.
Parameter of 3
Method parameters that accept a PDFComment.
Return 13
Methods that return a PDFComment.