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
Maximum Occurrences

Element information

Parent elements

PageSheet

Shape

StyleSheet

DocumentSheet

Child elements

Name

Initials

Color

ReviewerID

CurrentIndex

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