Package | Description |
---|---|
com.groupdocs.comparison | |
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)
|
Modifier and Type | Method and Description |
---|---|
LoadOptions |
LoadOptions.Builder.build() |