Compare(Document, Document, CompareDocumentOptions, ComparisonTargetType)
static
|
originalDocument, revisedDocument, options, targetType
|
Compares the current document with another document. Returns the document with revisions. Allows you to specify where to load the resulting document.
|
Compare(Document, Document, CompareDocumentOptions)
static
|
original, revisedDocument, options
|
Compares the current document with another document. Returns the document with revisions. Allows you to specify comparison options.
|
Compare(Document, Document, ComparisonTargetType)
static
|
originalDocument, revisedDocument, targetType
|
Compares the current document with another document. Returns the document with revisions. Allows you to specify where to load the resulting document.
|
Compare(Document, Document)
static
|
original, revisedDocument
|
Compares the current document with another document. Returns the document with revisions.
|