1. GroupDocs.Metadata
  2. /
  3. GroupDocs.Metadata for .NET
  4. /
  5. GroupDocs.Metadata.Formats.Document
  6. /
  7. WordProcessingRevisionType

WordProcessingRevisionType

WordProcessingRevisionType enumeration

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

public enum WordProcessingRevisionType

Values

Name Value Description
Insertion 0 New content was inserted into the document.
Deletion 1 Content was removed from the document.
FormatChange 2 Change of formatting was applied to the parent node.
StyleDefinitionChange 3 Change of formatting was applied to the parent style.
Moving 4 Content was moved in the document.

See Also