Reviewer

Reviewer class

Contains elements that contain identifying information about a document reviewer.

new Reviewer()

Constructor.

Methods

NameDescription
getColor()Color element specifies an RGB value representing the color assigned to a document reviewer’s markup.
getCurrentIndex()Indicates the value of the MarkerIndex element that will be added when the current reviewer adds another comment to the
getDel()A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca
getInitials()Contains the initials of a document reviewer.
getIX()The zero-based index of the element within its parent element.
getName()Name element specifies the name of a document reviewer.
getReviewerID()Contains the ID number of the reviewer adding markup to the document.
setDel()A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca
setIX()The zero-based index of the element within its parent element.

getColor()

Color element specifies an RGB value representing the color assigned to a document reviewer’s markup.

getCurrentIndex()

Indicates the value of the MarkerIndex element that will be added when the current reviewer adds another comment to the document.

getDel()

A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.

getInitials()

Contains the initials of a document reviewer.

getIX()

The zero-based index of the element within its parent element.

getName()

Name element specifies the name of a document reviewer.

getReviewerID()

Contains the ID number of the reviewer adding markup to the document.

setDel()

A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.

setIX()

The zero-based index of the element within its parent element.