public class Reviewer
Constructor Summary |
---|
Reviewer()
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
ColorValue | getColor() | |
Color element specifies an RGB value representing the color assigned to a document reviewer's markup.
|
||
IntValue | getCurrentIndex() | |
Indicates the value of the MarkerIndex element that will be added when the current reviewer adds another comment to the document.
|
||
int | getDel() | |
void | setDel(intvalue) | |
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. | ||
Str2Value | getInitials() | |
Contains the initials of a document reviewer.
|
||
int | getIX() | |
void | setIX(intvalue) | |
The zero-based index of the element within its parent element. | ||
Str2Value | getName() | |
Name element specifies the name of a document reviewer.
|
||
IntValue | getReviewerID() | |
Contains the ID number of the reviewer adding markup to the document.
|
public int getIX() / public void setIX(int value)
public int getDel() / public void setDel(int value)
public Str2Value getName()
public Str2Value getInitials()
public ColorValue getColor()
public IntValue getReviewerID()
public IntValue getCurrentIndex()