Specifies change type.
Namespace: GroupDocs.Comparison.OptionsAssembly: GroupDocs.Comparison (in GroupDocs.Comparison.dll) Version: 22.11.1.0 (22.11.1)
Syntax Public Enumeration ChangeType
public enum class ChangeType
Members
| Member name | Value | Description |
---|
| None | 0 |
The none.
|
| Modified | 1 |
The modified.
|
| Inserted | 2 |
The inserted.
|
| Deleted | 3 |
The deleted.
|
| Added | 4 |
The added.
|
| NotModified | 5 |
The not modified.
|
| StyleChanged | 6 |
Style changed.
|
| Resized | 7 |
Resized.
|
| Moved | 8 |
Moved.
|
| MovedAndResized | 9 |
The moved and resized.
|
| ShiftedAndResized | 10 |
The shifted and resized.
|
See Also