| Package | Description |
|---|---|
| com.groupdocs.comparison.interfaces |
Provides interfaces that define contracts for various components and functionalities in GroupDocs.Comparison.
|
| com.groupdocs.comparison.result |
Provides classes and interfaces for working with the result of document comparison.
|
| Modifier and Type | Method and Description |
|---|---|
List<PageInfo> |
IDocumentInfo.getPagesInfo()
Gets information for each page of the file using
PageInfo class. |
| Modifier and Type | Method and Description |
|---|---|
void |
IDocumentInfo.setPagesInfo(List<PageInfo> pageInfos)
Sets information for each page of the file using
PageInfo class. |
| Modifier and Type | Method and Description |
|---|---|
PageInfo |
ChangeInfo.getPageInfo()
Gets information about the page, on which current change was found.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChangeInfo.setPageInfo(PageInfo value)
Sets information about the page, on which current change was found.
|
Copyright © 2024. All rights reserved.