| Package | Description |
|---|---|
| com.groupdocs.comparison |
The package provides classes to compare documents for all popular document formats.
|
| Constructor and Description |
|---|
Comparer(ComparerSettings settings)
Initializes new instance of Comparer class with the specified
ComparerSettings. |
Comparer(InputStream document,
ComparerSettings settings)
Initializes new instance of Comparer class with the specified source document stream and
ComparerSettings. |
Comparer(InputStream document,
LoadOptions loadOptions,
ComparerSettings settings)
Initializes new instance of Comparer class with the specified document stream,
LoadOptions and ComparerSettings. |
Comparer(Path filePath,
ComparerSettings settings)
Initializes new instance of Comparer class with the specified source file path and
ComparerSettings. |
Comparer(Path filePath,
LoadOptions loadOptions,
ComparerSettings settings)
Initializes new instance of Comparer class with the specified source file path,
LoadOptions and ComparerSettings. |
Comparer(Path filePath,
LoadOptions loadOptions,
ComparerSettings settings,
CompareOptions compareOptions)
Initializes new instance of Comparer class with the specified source file path,
LoadOptions and ComparerSettings. |
Comparer(String filePath,
ComparerSettings settings)
Initializes new instance of Comparer class with the specified source file path and
ComparerSettings. |
Comparer(String filePath,
LoadOptions loadOptions,
ComparerSettings settings)
Initializes new instance of Comparer class with the specified source file path,
LoadOptions and ComparerSettings. |
Comparer(String filePath,
LoadOptions loadOptions,
ComparerSettings settings,
CompareOptions compareOptions)
Initializes new instance of Comparer class with the specified source file path,
LoadOptions and ComparerSettings. |
Copyright © 2024. All rights reserved.