Package | Description |
---|---|
com.groupdocs.comparison |
The package provides classes to compare documents for all popular document formats.
|
com.groupdocs.comparison.options.load |
Modifier and Type | Method and Description |
---|---|
void |
Comparer.add(InputStream document,
LoadOptions loadOptions)
Adds document stream to comparison with loading options specified.
|
void |
Comparer.add(Path filePath,
LoadOptions loadOptions)
Adds file to comparison with loading options specified.
|
void |
Comparer.add(String filePath,
LoadOptions loadOptions)
Adds file to comparison with loading options specified.
|
Constructor and Description |
---|
Comparer(InputStream document,
LoadOptions loadOptions)
Initializes new instance of
Comparer with source document stream and LoadOptions . |
Comparer(InputStream document,
LoadOptions loadOptions,
ComparerSettings settings)
|
Comparer(Path filePath,
LoadOptions loadOptions)
Initializes new instance of
Comparer with source file path and LoadOptions . |
Comparer(Path filePath,
LoadOptions loadOptions,
ComparerSettings settings)
|
Comparer(String filePath,
LoadOptions loadOptions)
Initializes new instance of
Comparer with source file path and LoadOptions . |
Comparer(String filePath,
LoadOptions loadOptions,
ComparerSettings settings)
|
Document(InputStream inputStream,
LoadOptions loadOptions) |
Document(Path filePath,
LoadOptions loadOptions)
Initializes new instance of
Document class. |
Document(String filePath,
LoadOptions loadOptions)
Initializes new instance of
Document class. |
Modifier and Type | Method and Description |
---|---|
LoadOptions |
LoadOptions.Builder.build() |
Copyright © 2023. All rights reserved.