Reviewer
Inheritance: java.lang.Object
public class Reviewer
Contains elements that contain identifying information about a document reviewer.
Constructors
Constructor | Description |
---|---|
Reviewer() | Constructor. |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getColor() | Color element specifies an RGB value representing the color assigned to a document reviewer’s markup. |
getCurrentIndex() | Indicates the value of the MarkerIndex element that will be added when the current reviewer adds another comment to the document. |
getDel() | A flag indicating whether the element has been deleted locally. |
getIX() | The zero-based index of the element within its parent element. |
getInitials() | Contains the initials of a document reviewer. |
getName() | Name element specifies the name of a document reviewer. |
getReviewerID() | Contains the ID number of the reviewer adding markup to the document. |
hashCode() | |
notify() | |
notifyAll() | |
setDel(int value) | For the description of this property, please see getDel() |
setIX(int value) | For the description of this property, please see getIX() |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
Reviewer()
public Reviewer()
Constructor.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getColor()
public ColorValue getColor()
Color element specifies an RGB value representing the color assigned to a document reviewer’s markup.
Returns: ColorValue
getCurrentIndex()
public IntValue getCurrentIndex()
Indicates the value of the MarkerIndex element that will be added when the current reviewer adds another comment to the document.
Returns: IntValue
getDel()
public int getDel()
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.
Returns: int
getIX()
public int getIX()
The zero-based index of the element within its parent element.
Returns: int
getInitials()
public Str2Value getInitials()
Contains the initials of a document reviewer.
Returns: Str2Value
getName()
public Str2Value getName()
Name element specifies the name of a document reviewer.
Returns: Str2Value
getReviewerID()
public IntValue getReviewerID()
Contains the ID number of the reviewer adding markup to the document.
Returns: IntValue
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setDel(int value)
public void setDel(int value)
For the description of this property, please see getDel()
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setIX(int value)
public void setIX(int value)
For the description of this property, please see getIX()
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |