compare method
Contents
[
Hide
]compare(document, author, dateTime)
Compares this document with another document producing changes as number of edit and format revisions Revision.
compare(document: Aspose.Words.Document, author: string, dateTime: Date)
Parameter | Type | Description |
---|---|---|
document | Document | Document to compare. |
author | string | Initials of the author to use for revisions. |
dateTime | Date | The date and time to use for revisions. |
Remarks
NOTE
Documents must not have revisions before comparison.
compare(document, author, dateTime, options)
Compares this document with another document producing changes as a number of edit and format revisions Revision. Allows to specify comparison options using CompareOptions.
compare(document: Aspose.Words.Document, author: string, dateTime: Date, options: Aspose.Words.Comparing.CompareOptions)
Parameter | Type | Description |
---|---|---|
document | Document | |
author | string | |
dateTime | Date | |
options | CompareOptions |
See Also
- module Aspose.Words
- class Document