Edit

Share via


Word.Interfaces.RevisionLoadOptions interface

Represents a single tracked change in a document.

Remarks

[ API set: WordApiDesktop 1.4 ]

Properties

$all

Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).

author

Gets the name of the user who made the tracked change.

date

Gets the date and time when the tracked change was made.

formatDescription

Gets the description of tracked formatting changes in the revision.

index

Gets a number that represents the position of this item in a collection.

movedRange

Gets a Range object that represents the range of text that was moved from one place to another in the document with tracked changes.

range

Gets a Range object that represents the portion of the document that's contained within a revision mark.

type

Gets the revision type.

Property Details

$all

Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).

$all?: boolean;

Property Value

boolean

author

Gets the name of the user who made the tracked change.

author?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.4 ]

date

Gets the date and time when the tracked change was made.

date?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.4 ]

formatDescription

Gets the description of tracked formatting changes in the revision.

formatDescription?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.4 ]

index

Gets a number that represents the position of this item in a collection.

index?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.4 ]

movedRange

Gets a Range object that represents the range of text that was moved from one place to another in the document with tracked changes.

movedRange?: Word.Interfaces.RangeLoadOptions;

Property Value

Remarks

[ API set: WordApiDesktop 1.4 ]

range

Gets a Range object that represents the portion of the document that's contained within a revision mark.

range?: Word.Interfaces.RangeLoadOptions;

Property Value

Remarks

[ API set: WordApiDesktop 1.4 ]

type

Gets the revision type.

type?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.4 ]