com.groupdocs.comparison.result
Contents
[
Hide
]
Provides classes and interfaces for working with the result of document comparison. The comparison result includes information about changes, revisions, differences, and other comparison-related data.
Key classes in this package:
- ChangeInfo - Represents information about a specific change in the comparison result.
- PageInfo - Represents information about a page in the comparison result.
- StyleChangeInfo - Represents information about a style change in a compared document.
For more details on working with result of the comparison process using GroupDocs.Comparison for Java, please refer to the GroupDocs.Comparison Documentation.
Classes
| Class | Description |
|---|---|
| ChangeInfo | The ChangeInfo class represents information about a specific change in a document comparison. |
| PageInfo | The PageInfo class represents information about a specific page in a document. |
| Rectangle | The Rectangle class represents changed area on a document. |
| StyleChangeInfo | The StyleChangeInfo class represents information about a style change in a compared document. |
Enumerations
| Enum | Description |
|---|---|
| ChangeType | The ChangeType enum represents the types of changes that can occur during the document comparison process. |
| ComparisonAction | The ComparisonAction enum represents the actions that can be applied to a change during the document comparison process. |
| FileType | The FileType enum represents the type of a file used in the document comparison process. |