Revision Members

Include Protected Members
Include Inherited Members

Represents a change marked with a revision mark.

The Revision type exposes the following members.

Properties

  Name Description
Public property Application Returns a Application object that represents the Microsoft Word application.
Public property Author Returns the name of the user who made the specified tracked change.
Public property Cells Returns a Cells collection that represents the table cells that have been marked with revision marks. Read-only.
Public property Creator Returns a 32-bit integer that indicates the application in which the specified object was created.
Public property Date The date and time that the tracked change was made.
Public property FormatDescription Returns a String representing a description of tracked formatting changes in a revision.
Public property Index Returns an Integer that represents the position of an item in a collection.
Public property MovedRange Returns a Range object that represents a range of text that was moved from one place to another in a document with tracked changes. Read-only.
Public property Parent Returns an object that represents the parent object of the specified object.
Public property Range Returns a Range object that represents the portion of a document that's contained in the specified object.
Public property Style Returns a Style object that represents the style associated with the current author for revisions.
Public property Type Returns the revision type.

Top

Methods

  Name Description
Public method Accept Accepts the specified tracked change. The revision marks are removed, and the change is incorporated into the document.
Public method Reject Rejects the specified tracked change. The revision marks are removed, leaving the original text intact.

Top

See Also

Reference

Revision Interface

Microsoft.Office.Interop.Word Namespace