2.2.5.8 RevisionState

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Word.Server.Conversions

A string value specifying the preferred visibility of revision marking and comments in the output file of a conversion item.

 <xs:simpleType name="RevisionState" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="Final"/>
     <xs:enumeration value="FinalShowingMarkup"/>
     <xs:enumeration value="Original"/>
     <xs:enumeration value="OriginalShowingMarkup"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for the RevisionState simple type.

Value

Meaning

Final

Display the final document without revision marking and comments.

FinalShowingMarkup

Display the final document with revision marking and comments.

Original

Display the original document without revision marking and comments.

OriginalShowingMarkup

Display the original document with revision marking and comments.