←Select platform
In This Topic ▼

DocumentDifference Class Members

Summary

The following tables list the members exposed by DocumentDifference.

Public Constructors

Name Description
Public Constructor
DocumentDifference Initializes a new instance of DocumentDifference.

Public Methods

Name Description
Public Method
CanGetNextDeletion Indicates whether the next PageCharactersDifference object tagged with DifferenceOperation.Delete can be retrieved from the result set.
Public Method CanGetNextInsertion Indicates whether the next PageCharactersDifference object tagged with DifferenceOperation.Insert can be retrieved from the result set.
Public Method CanGetPreviousDeletion Indicates whether the previous PageCharactersDifference object tagged with DifferenceOperation.Delete can be retrieved from the result set.
Public Method CanGetPreviousInsertion Indicates whether the previous PageCharactersDifference object tagged with DifferenceOperation.Insert can be retrieved from the result set.
Public Method GenerateMarkdownReport Generates a Markdown Report from the result set.
Public Method GetDeletions Retrieves all PageCharactersDifference objects tagged with DifferenceOperation.Delete.
Public Method GetInsertions Retrieves all PageCharactersDifference objects tagged with DifferenceOperation.Insert.
Public Method GetNextDeletion Retrieves the next PageCharactersDifference object tagged with DifferenceOperation.Delete from the result set.
Public Method GetNextInsertion Retrieves the next PageCharactersDifference object tagged with DifferenceOperation.Insert from the result set.
Public Method GetPreviousDeletion Retrieves the previous PageCharactersDifference object tagged with DifferenceOperation.Delete from the result set.
Public Method GetPreviousInsertion Retrieves the previous PageCharactersDifference object tagged with DifferenceOperation.Insert from the result set.
Public Method HasDeletions Indicates whether the result set has PageCharactersDifference objects tagged as DifferenceOperation.Delete.
Public Method HasInsertions Indicates whether the result set has PageCharactersDifference objects tagged as DifferenceOperation.Insert.
Public Method ResetDeletionCounter Resets the internal DifferenceOperation.Delete for the DocumentDifference object.
Public Method ResetInsertionCounter Resets the internal DifferenceOperation.Insert for the DocumentDifference object.

Public Properties

Name Description
Public Property
Differences List of all PageCharactersDifference for the result set.

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Compare Assembly