Reviewer Element

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

PropertyValue
NameReviewer 
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

©2003-2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp