com.aspose.diagram
Class Reviewer

java.lang.Object
    extended by com.aspose.diagram.Reviewer

public class Reviewer 
extends java.lang.Object

Contains elements that contain identifying information about a document reviewer.


Constructor Summary
Reviewer()
           Constructor.
 
Property Getters/Setters Summary
ColorValuegetColor()
           Color element specifies an RGB value representing the color assigned to a document reviewer's markup.
IntValuegetCurrentIndex()
           Indicates the value of the MarkerIndex element that will be added when the current reviewer adds another comment to the document.
intgetDel()
voidsetDel(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.
Str2ValuegetInitials()
           Contains the initials of a document reviewer.
intgetIX()
voidsetIX(int)
           The zero-based index of the element within its parent element.
Str2ValuegetName()
           Name element specifies the name of a document reviewer.
IntValuegetReviewerID()
           Contains the ID number of the reviewer adding markup to the document.
 

Constructor Detail

Reviewer

public Reviewer()
Constructor.

Property Getters/Setters Detail

getIX/setIX

public int getIX() / public void setIX(int value)
The zero-based index of the element within its parent element.

getDel/setDel

public int getDel() / public void setDel(int 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.

getName

public Str2Value getName()
Name element specifies the name of a document reviewer.

getInitials

public Str2Value getInitials()
Contains the initials of a document reviewer.

getColor

public ColorValue getColor()
Color element specifies an RGB value representing the color assigned to a document reviewer's markup.

getReviewerID

public IntValue getReviewerID()
Contains the ID number of the reviewer adding markup to the document.

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.

See Also:
          Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
          Aspose.Diagram Support Forum - our preferred method of support.