asposediagram.api

Class Reviewer

Contains elements that contain identifying information about a document reviewer.

Constructor Summary
Reviewer()
Constructor.
 
Property Getters/Setters Summary
methodgetColor()
Color element specifies an RGB value representing the color assigned to a document reviewer's markup.
methodgetCurrentIndex()
Indicates the value of the MarkerIndex element that will be added when the current reviewer adds another comment to the document.
methodgetDel()
method
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.
methodgetInitials()
Contains the initials of a document reviewer.
methodgetIX()
method
setIX(value)
           The zero-based index of the element within its parent element.
methodgetName()
Name element specifies the name of a document reviewer.
methodgetReviewerID()
Contains the ID number of the reviewer adding markup to the document.
 

    • Constructor Detail

      • Reviewer

        Reviewer()
        Constructor.
    • Property Getters/Setters Detail

      • getIX/setIX : int 

        int getIX() / setIX(value)
        
        The zero-based index of the element within its parent element.
      • getDel/setDel : int 

        int getDel() / 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.
      • getName : Str2Value 

        Str2Value getName()
        
        Name element specifies the name of a document reviewer.
      • getInitials : Str2Value 

        Str2Value getInitials()
        
        Contains the initials of a document reviewer.
      • getColor : ColorValue 

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

        IntValue getReviewerID()
        
        Contains the ID number of the reviewer adding markup to the document.
      • getCurrentIndex : IntValue 

        IntValue getCurrentIndex()
        
        Indicates the value of the MarkerIndex element that will be added when the current reviewer adds another comment to the document.