Defines view settings for revision tracking in the document.

Type Information

Namespace http://schemas.microsoft.com/office/word/2003/wordml
Schema name wordnet

Elements and Attributes

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

XML

<xsd:complexType name="trackChangesViewElt" ">
    
    <xsd:attribute name="markup" type="onOffType" use="optional">
      
    </xsd:attribute>
    <xsd:attribute name="comments" type="onOffType" use="optional">
      
    </xsd:attribute>
    <xsd:attribute name="ins-del" type="onOffType" use="optional">
      
    </xsd:attribute>
    <xsd:attribute name="formatting" type="onOffType" use="optional">
      
    </xsd:attribute>
    <xsd:attribute name="ink-annotations" type="onOffType" use="optional">
      
    </xsd:attribute>
  </xsd:complexType>

©2006 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/odcXMLRefLegalNotice12.asp