Reviewer

Reviewer class

Contains elements that contain identifying information about a document reviewer.

Constructors

NameDescription
ReviewerConstructor.

Properties

NameTypeDescription
IXintThe zero-based index of the element within its parent element.
DelintA flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca
NameStr2ValueName element specifies the name of a document reviewer.
InitialsStr2ValueContains the initials of a document reviewer.
ColorColorValueColor element specifies an RGB value representing the color assigned to a document reviewer’s markup.
ReviewerIDIntValueContains the ID number of the reviewer adding markup to the document.
CurrentIndexIntValueIndicates the value of the MarkerIndex element that will be added when the current reviewer adds another comment to the

Reviewer()

Constructor.

Reviewer.IX property

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

Type: int

Reviewer.Del property

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.

Type: int

Reviewer.Name property

Name element specifies the name of a document reviewer.

Type: Str2Value

Reviewer.Initials property

Contains the initials of a document reviewer.

Type: Str2Value

Reviewer.Color property

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

Type: ColorValue

Reviewer.ReviewerID property

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

Type: IntValue

Reviewer.CurrentIndex property

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

Type: IntValue