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