Comparer Class |
Namespace: GroupDocs.Comparison
The Comparer type exposes the following members.
Name | Description | |
---|---|---|
![]() | Comparer(Stream) |
Initializes new instance of Comparer class with source document stream.
|
![]() | Comparer(String) |
Initializes new instance of Comparer class with source file path.
|
![]() | Comparer(Stream, ComparerSettings) |
Initializes new instance of Comparer class with source document stream and ComparerSettings.
|
![]() | Comparer(Stream, LoadOptions) |
Initializes new instance of Comparer with source document stream and LoadOptions.
|
![]() | Comparer(String, ComparerSettings) |
Initializes new instance of Comparer class with source file path and ComparerSettings.
|
![]() | Comparer(String, LoadOptions) |
Initializes new instance of Comparer with source file path and LoadOptions.
|
![]() | Comparer(Stream, LoadOptions, ComparerSettings) | |
![]() | Comparer(String, LoadOptions, ComparerSettings) |
Name | Description | |
---|---|---|
![]() | Source |
Source file that is being compared.
|
![]() | Targets |
List of target files to compare with source file.
|
Name | Description | |
---|---|---|
![]() | Add(Stream) |
Adds document stream to comparison.
|
![]() | Add(String) |
Adds file to comparison.
|
![]() | Add(Stream, LoadOptions) |
Adds document stream to comparison with loading options specified.
|
![]() | Add(String, LoadOptions) |
Adds file to comparison with loading options specified.
|
![]() | ApplyChanges(Stream, ApplyChangeOptions) |
Accepts or rejects changes and applies them to resultant document.
|
![]() | ApplyChanges(String, ApplyChangeOptions) |
Accepts or rejects changes and applies them to resultant document.
|
![]() | ApplyChanges(Stream, SaveOptions, ApplyChangeOptions) |
Accepts or rejects changes and applies them to resultant document.
|
![]() | ApplyChanges(String, SaveOptions, ApplyChangeOptions) |
Accepts or rejects changes and applies them to resultant document.
|
![]() | Compare |
Compares documents without saving result with default options
|
![]() | Compare(Stream) |
Compares documents and saves result to file stream
|
![]() | Compare(String) |
Compares documents and saves result to file path
|
![]() | Compare(CompareOptions) |
Compares documents without saving result.
|
![]() | Compare(Stream, CompareOptions) |
Compares documents and saves result to file stream
|
![]() | Compare(Stream, SaveOptions) |
Compares documents and save result to file stream
|
![]() | Compare(String, CompareOptions) |
Compares documents and saves result to file path
|
![]() | Compare(String, SaveOptions) |
Compares documents and save result to file path
|
![]() | Compare(SaveOptions, CompareOptions) |
Compares documents without saving result.
|
![]() | Compare(Stream, SaveOptions, CompareOptions) |
Compares documents and saves result to a stream.
|
![]() | Compare(String, SaveOptions, CompareOptions) |
Compares documents and saves result to file path
|
![]() | Dispose |
Releases resources.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetChanges |
Gets list of changes between source and target file(s).
|
![]() | GetChanges(GetChangeOptions) |
Gets list of changes between source and target file(s).
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetResultString |
Get result string after comparison (For Text Comparison only).
|
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |