Defines view settings for revision tracking in the document.
Namespace | http://schemas.microsoft.com/office/word/2003/wordml |
Schema name | XML Document 2003 |
None.
Attribute | Type | Required | Description | Possible Values |
---|---|---|---|---|
markup | onOffType | optional | Gets or sets displays track changes markup in document. Defaults to true if not specified. |
|
comments | onOffType | optional | When viewing markup, displays annotations (comments) in document. Defaults to true if not specified. |
|
ins-del | onOffType | optional | When viewing markup, displays track insertions and deletions in document. Defaults to true if not specified. |
|
formatting | onOffType | optional | When viewing markup, displays formatting changes markup in document. Defaults to true if not specified. |
|
ink-annotations | onOffType | optional | When viewing markup, displays annotations (comments) in document. Defaults to true if not specified. |
|
<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>