| Package | Description |
|---|---|
| com.groupdocs.comparison |
The package provides classes to compare documents for all popular document formats.
|
| com.groupdocs.comparison.options.load |
Provides classes and options for configuring loading documents in GroupDocs.Comparison.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Comparer.add(InputStream document,
LoadOptions loadOptions)
Adds the specified target document to the comparison process with loading options specified.
|
void |
Comparer.add(Path filePath,
LoadOptions loadOptions)
Adds the specified target document to the comparison process with loading options specified.
|
void |
Comparer.add(String filePath,
LoadOptions loadOptions)
Adds the specified target document to the comparison process with loading options specified.
|
| Constructor and Description |
|---|
Comparer(InputStream document,
LoadOptions loadOptions)
Initializes new instance of Comparer with the specified source document stream and
LoadOptions. |
Comparer(InputStream document,
LoadOptions loadOptions,
ComparerSettings settings)
Initializes new instance of Comparer class with the specified document stream,
LoadOptions and ComparerSettings. |
Comparer(Path filePath,
LoadOptions loadOptions)
Initializes new instance of Comparer with the specified source file path and
LoadOptions. |
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,
LoadOptions loadOptions)
Initializes new instance of Comparer with the specified source file path and
LoadOptions. |
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. |
Document(InputStream inputStream,
LoadOptions loadOptions)
Initializes new instance of Document class with the specified document stream and load options.
|
Document(Path filePath,
LoadOptions loadOptions)
Initializes new instance of Document class with the specified document path and load options.
|
Document(String filePath,
LoadOptions loadOptions)
Initializes new instance of Document class with the specified document path and load options.
|
| Modifier and Type | Method and Description |
|---|---|
LoadOptions |
LoadOptions.Builder.build()
Returns the object that was created and configured along with the builder.
|
Copyright © 2024. All rights reserved.