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
- namespace GroupDocs.Metadata.Formats.Document
- assembly GroupDocs.Metadata