revisionView element [Word 2003 XML Reference] --  Microsoft Office Word 2003 XML Software Development Kit

revisionView element [Word 2003 XML Reference]

Determines how document revisions are viewed.

Usage

<revisionView
    markup="onOffType"
    comments="onOffType"
    ins-del="onOffType"
    formatting="onOffType"
    ink-annotations="onOffType"
/>

Element Information

Element type trackChangesViewElt
Namespace http://schemas.microsoft.com/office/word/2003/wordml
Schema name XML Document 2003

Elements and Attributes

Parent Elements

Element Description
docPr Represents the document properties.

Child Elements

None.

Attributes

Attribute Type Required Description Possible Values
markup onOffType optional Gets or sets displays track changes markup in document. Defaults to true if not specified.
  • on
  • off
comments onOffType optional When viewing markup, displays annotations (comments) in document. Defaults to true if not specified.
  • on
  • off
ins-del onOffType optional When viewing markup, displays track insertions and deletions in document. Defaults to true if not specified.
  • on
  • off
formatting onOffType optional When viewing markup, displays formatting changes markup in document. Defaults to true if not specified.
  • on
  • off
ink-annotations onOffType optional When viewing markup, displays annotations (comments) in document. Defaults to true if not specified.
  • on
  • off

Definition

<xsd:element name="revisionView" type="trackChangesViewElt" minOccurs="0" >
</xsd:element>

©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