ChangeType Enumeration
Specifies change type.

Namespace: GroupDocs.Comparison.Options
Assembly: GroupDocs.Comparison (in GroupDocs.Comparison.dll) Version: 22.11.1.0 (22.11.1)
Syntax
public enum ChangeType
Members
  Member nameValueDescription
None0 The none.
Modified1 The modified.
Inserted2 The inserted.
Deleted3 The deleted.
Added4 The added.
NotModified5 The not modified.
StyleChanged6 Style changed.
Resized7 Resized.
Moved8 Moved.
MovedAndResized9 The moved and resized.
ShiftedAndResized10 The shifted and resized.
See Also