Package | Description |
---|---|
com.groupdocs.comparison.interfaces | |
com.groupdocs.comparison.result |
Modifier and Type | Method and Description |
---|---|
List<PageInfo> |
IDocumentInfo.getPagesInfo()
Pages Information ( Page Number, Width, Height )
|
Modifier and Type | Method and Description |
---|---|
void |
IDocumentInfo.setPagesInfo(List<PageInfo> pageInfos)
Pages Information ( Page Number, Width, Height )
|
Modifier and Type | Method and Description |
---|---|
PageInfo |
ChangeInfo.getPageInfo()
Page where current change is placed.
|
Modifier and Type | Method and Description |
---|---|
List<PageInfo> |
FileInfo.getPages()
List of pages
|
Modifier and Type | Method and Description |
---|---|
void |
ChangeInfo.setPageInfo(PageInfo value)
Page where current change is placed.
|
Modifier and Type | Method and Description |
---|---|
void |
FileInfo.setPages(List<PageInfo> value)
List of pages
|