java.lang.Object
com.aspose.diagram.Reviewer
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(int) | |
| 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(int) | |
| 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. | ||
| Constructor Detail |
|---|
public Reviewer()
| Property Getters/Setters Detail |
|---|
getIX/setIX | |
public int getIX() / public void setIX(int value) | |
getDel/setDel | |
public int getDel() / public void setDel(int value) | |
getName | |
public Str2Value getName() | |
getInitials | |
public Str2Value getInitials() | |
getColor | |
public ColorValue getColor() | |
getReviewerID | |
public IntValue getReviewerID() | |
getCurrentIndex | |
public IntValue getCurrentIndex() | |