WordProcessingRevisionType enumeration

WordProcessingRevisionType enumeration

Specifies the type of the change being tracked by a revision.

The WordProcessingRevisionType type exposes the following members:

Fields

Field Description
INSERTION New content was inserted into the document.
DELETION Content was removed from the document.
FORMAT_CHANGE Change of formatting was applied to the parent node.
STYLE_DEFINITION_CHANGE Change of formatting was applied to the parent style.
MOVING Content was moved in the document.

See Also