Reviewer
Reviewer class
Contains elements that contain identifying information about a document reviewer.
Constructors
| Name | Description |
|---|---|
| Reviewer | Constructor. |
Properties
| Name | Type | Description |
|---|---|---|
| IX | int | The zero-based index of the element within its parent element. |
| Del | int | A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca |
| Name | Str2Value | Name element specifies the name of a document reviewer. |
| Initials | Str2Value | Contains the initials of a document reviewer. |
| Color | ColorValue | Color element specifies an RGB value representing the color assigned to a document reviewer’s markup. |
| ReviewerID | IntValue | Contains the ID number of the reviewer adding markup to the document. |
| CurrentIndex | IntValue | Indicates 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