Edit

Share via


Word.Interfaces.RevisionUpdateData interface

An interface for updating data on the Revision object, for use in revision.set({ ... }).

Properties

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.

Property Details

movedRange

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

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.RangeUpdateData;

Property Value

Remarks

[ API set: WordApi BETA (PREVIEW ONLY) ]

range

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

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

range?: Word.Interfaces.RangeUpdateData;

Property Value

Remarks

[ API set: WordApi BETA (PREVIEW ONLY) ]