... including URL and other Internet Web site references, is subject to change. without notice. ... does not give you any license to these patents, tr
Document source : download.microsoft.com
Microsoft Word Suite
158
no proofing
True if Word finds or replaces text that the spelling and grammar checker ignores.
Read/write.
paragraph format
Returns or sets a
paragraph format
object that represents the paragraph settings for the
replacement object. Read/write.
style
Returns or sets the style for the specified replacement object. To set this property, specify
either the local name of the style, an integer, a built-in Word style, or an object that represents
the style. Read/write.
Class: revision
Plural
revisions
Represents a change marked with a revision mark. The revisions list includes all the revision marks
in a range or document.
Use revision index, where index is the index number, to return a single revision object. The index
number represents the position of the revision in the range or document. The following example
displays the author name for the first revision in section one in the active document.
display dialog author of revision 1 of text object of section 1 of ¬
active document as string
Revision objects are added when change tracking is enabled. To track revisions made to the
document text, set the track revisions property to true. The following example enables revision
tracking and then inserts "Action " before the selection.
set track revisions of active document to true
insert text "Action " at text object of selection
Properties
author
Returns the name of the user who made the specified tracked change. Read-only.
date value
The date and time that the tracked change was made. Read-only.
entry index
Returns a number that indicates the position of an item in a list. Read-only.
Summary :
Use revision index, where index is the index number, to return a single revision object. display dialog author of revision 1 of text object of section 1 of ¬ active document as string Revision objects are added when change tracking is enabled.
Tags :
object,document,reisions,index,text,style,change,represents,returns,paragraph,number,made,word