Reviewer Element [Visio 2003 SDK Documentation]
Contains elements that contain identifying information about a document reviewer.
Syntax
<Reviewer
[IX]
[Del]>
</Reviewer>
Attributes
IX
Optional int. The zero-based index of the element within its parent element.
Del
Optional boolean. A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.
Element properties
Property | Value |
---|---|
Name | Reviewer |
Minimum Occurrences | 0 |
Maximum Occurrences | 1 |
Element information
Parent elements
Child elements
Remarks
The Reviewer element is relevant only when contained in a DocumentSheet element. It is ignored when contained in a PageSheet, Shape, or StyleSheet element.
Example
<Reviewer IX="0">
<Name>reviewername</Name>
<Initials>reviewerinitials</Initials>
<Color>#ff0000</Color>
<ReviewerID>1</ReviewerID>
<CurrentIndex>2</CurrentIndeX>
</Reviewer>
See also
Reviewer section