aspose.diagram
Class Reviewer

Contains elements that contain identifying information about a document reviewer.

Constructor Summary
Reviewer()
           Constructor.
 
Property Getters/Setters Summary
functiongetColor()
           Color element specifies an RGB value representing the color assigned to a document reviewer's markup.
functiongetCurrentIndex()
           Indicates the value of the MarkerIndex element that will be added when the current reviewer adds another comment to the document.
functiongetDel()
functionsetDel(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.
functiongetInitials()
           Contains the initials of a document reviewer.
functiongetIX()
functionsetIX(value)
           The zero-based index of the element within its parent element.
functiongetName()
           Name element specifies the name of a document reviewer.
functiongetReviewerID()
           Contains the ID number of the reviewer adding markup to the document.
 

Constructor Detail

Reviewer

function Reviewer()
Constructor.

Property Getters/Setters Detail

getIX/setIX : Number 

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

getDel/setDel : Number 

function getDel() / function 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 

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

getInitials : Str2Value 

function getInitials()
Contains the initials of a document reviewer.

getColor : ColorValue 

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

getReviewerID : IntValue 

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

getCurrentIndex : IntValue 

function 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.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.