com.aspose.diagram

Class Reviewer

  • java.lang.Object
    • 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()
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.
Str2ValuegetInitials()
Contains the initials of a document reviewer.
intgetIX()
void
setIX(intvalue)
           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.