Modifier and Type | Method and Description |
---|---|
ICompareResult |
Comparer.compare(InputStream source,
InputStream target,
ComparisonSettings settings)
Compares the specified source.
|
ICompareResult |
MultiComparer.compare(InputStream source,
List<InputStream> targetFiles,
ComparisonSettings options)
Compares the specified source.
|
ICompareResult |
Comparer.compare(InputStream source,
String sourcePassword,
InputStream target,
String targetPassword,
ComparisonSettings settings)
Compares the specified source.
|
ICompareResult |
MultiComparer.compare(InputStream source,
String sourcePassword,
List<InputStream> targetFiles,
List<String> filesPasswords,
ComparisonSettings settings)
Compares the specified source.
|
ICompareResult |
MultiComparer.compare(String source,
List<String> targetFiles,
ComparisonSettings settings)
Compares the specified source.
|
ICompareResult |
Comparer.compare(String source,
String target,
ComparisonSettings settings)
Compares the specified source.
|
ICompareResult |
MultiComparer.compare(String source,
String sourcePassword,
List<String> targetfiles,
List<String> filesPasswords,
ComparisonSettings settings)
Compares the specified source.
|
ICompareResult |
Comparer.compare(String source,
String sourcePassword,
String target,
String targetPassword,
ComparisonSettings settings)
Compares the specified source.
|
Modifier and Type | Class and Description |
---|---|
class |
CellsCompareResult
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ICellsCompareResult
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IHtmlCompareResult
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
ImageCompareResult
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IImageCompareResult
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
PdfComparedResult
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IPdfComparedResult
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
SlidesCompareResult
The compare result.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ISlidesCompareResult
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
TextCompareResult
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ITextCompareResult
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IWordsCompareResult
Deprecated.
|
Copyright © 2018. All rights reserved.