RevisionType enumeration

RevisionType enumeration

Specifies the type of change being tracked.

The RevisionType type exposes the following members:

Fields

Field Description
INSERTION New content was inserted in 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