Modifier and Type | Method and Description |
---|---|
boolean |
DiffOperation.equals(DiffOperation op) |
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.List<DiffOperation> |
DiffSolver.findDiff(String oldText,
String newText)
Find the differences between two texts.
|
Modifier and Type | Method and Description |
---|---|
static String |
DiffUtils.assemblyDestinationText(com.aspose.ms.System.Collections.Generic.List<DiffOperation> diffs)
Gets the destination text by diffs.
|
static String |
DiffUtils.assemblySourceText(com.aspose.ms.System.Collections.Generic.List<DiffOperation> diffs)
Gets the source text by diffs.
|
Modifier and Type | Method and Description |
---|---|
void |
IDiffOptimizationOperation.execute(com.aspose.ms.System.Collections.Generic.List<DiffOperation> diffs)
Performs optimization of difference operations.
|
void |
MergingOptimizer.execute(com.aspose.ms.System.Collections.Generic.List<DiffOperation> diffs)
Performs optimization of difference operations.
|
void |
OperationsMerger.execute(com.aspose.ms.System.Collections.Generic.List<DiffOperation> diffs)
Executes merges.
|
void |
OperationsSlideMerger.execute(com.aspose.ms.System.Collections.Generic.List<DiffOperation> diffs)
Identifies single edits that are surrounded by equalities
and merge it with left or right equal operation.
|
Modifier and Type | Method and Description |
---|---|
String |
HtmlDiffOutputGenerator.generateOutput(List<List<DiffOperation>> diffrences)
Generates the output based on the differences between texts and saves it to a file.
|
String |
IStringOutputGenerator.generateOutput(List<List<DiffOperation>> diffrences)
Generates the output based on the differences between texts and saves it to a file.
|
String |
MarkdownDiffOutputGenerator.generateOutput(List<List<DiffOperation>> diffrences)
Generates the output based on the differences between texts and saves it to a file.
|
void |
HtmlDiffOutputGenerator.generateOutput(List<List<DiffOperation>> diffrences,
String targetFilePath)
Generates the output based on the differences between texts and saves it to a file.
|
void |
IFileOutputGenerator.generateOutput(List<List<DiffOperation>> diffrences,
String targetFilePath)
Generates the output based on the differences between texts and saves it to a file.
|
void |
MarkdownDiffOutputGenerator.generateOutput(List<List<DiffOperation>> diffrences,
String targetFilePath)
Generates the output based on the differences between texts and saves it to a file.
|
void |
PdfOutputGenerator.generateOutput(List<List<DiffOperation>> diffrences,
String targetFilePath)
Generates the output based on the differences between texts and saves it to a file.
|
String |
HtmlDiffOutputGenerator.generateOutput1(List<DiffOperation> diffrences)
Generates the output based on the differences between texts and saves it to a file.
|
String |
IStringOutputGenerator.generateOutput1(List<DiffOperation> diffrences)
Generates the output based on the differences between texts and saves it to a file.
|
String |
MarkdownDiffOutputGenerator.generateOutput1(List<DiffOperation> diffrences)
Generates the output based on the differences between texts and saves it to a file.
|
void |
HtmlDiffOutputGenerator.generateOutput1(List<DiffOperation> diffrences,
String targetFilePath)
Generates the output based on the differences between texts and saves it to a file.
|
void |
IFileOutputGenerator.generateOutput1(List<DiffOperation> diffrences,
String targetFilePath)
Generates the output based on the differences between texts and saves it to a file.
|
void |
MarkdownDiffOutputGenerator.generateOutput1(List<DiffOperation> diffrences,
String targetFilePath)
Generates the output based on the differences between texts and saves it to a file.
|
void |
PdfOutputGenerator.generateOutput1(List<DiffOperation> diffrences,
String targetFilePath)
Generates the output based on the differences between texts and saves it to a file.
|
String |
HtmlDiffOutputGenerator.generateOutputInternal(com.aspose.ms.System.Collections.Generic.List<com.aspose.ms.System.Collections.Generic.List<DiffOperation>> diffrences) |
String |
IStringOutputGenerator.generateOutputInternal(com.aspose.ms.System.Collections.Generic.List<com.aspose.ms.System.Collections.Generic.List<DiffOperation>> diffrences) |
String |
MarkdownDiffOutputGenerator.generateOutputInternal(com.aspose.ms.System.Collections.Generic.List<com.aspose.ms.System.Collections.Generic.List<DiffOperation>> diffrences) |
void |
HtmlDiffOutputGenerator.generateOutputInternal(com.aspose.ms.System.Collections.Generic.List<com.aspose.ms.System.Collections.Generic.List<DiffOperation>> diffrences,
String targetFilePath) |
void |
IFileOutputGenerator.generateOutputInternal(com.aspose.ms.System.Collections.Generic.List<com.aspose.ms.System.Collections.Generic.List<DiffOperation>> diffrences,
String targetFilePath) |
void |
MarkdownDiffOutputGenerator.generateOutputInternal(com.aspose.ms.System.Collections.Generic.List<com.aspose.ms.System.Collections.Generic.List<DiffOperation>> diffrences,
String targetFilePath) |
void |
PdfOutputGenerator.generateOutputInternal(com.aspose.ms.System.Collections.Generic.List<com.aspose.ms.System.Collections.Generic.List<DiffOperation>> diffrences,
String targetFilePath) |
String |
HtmlDiffOutputGenerator.generateOutputInternal1(com.aspose.ms.System.Collections.Generic.List<DiffOperation> diffrences)
Internal method
|
String |
IStringOutputGenerator.generateOutputInternal1(com.aspose.ms.System.Collections.Generic.List<DiffOperation> diffrences) |
String |
MarkdownDiffOutputGenerator.generateOutputInternal1(com.aspose.ms.System.Collections.Generic.List<DiffOperation> diffrences) |
void |
HtmlDiffOutputGenerator.generateOutputInternal1(com.aspose.ms.System.Collections.Generic.List<DiffOperation> diffrences,
String targetFilePath) |
void |
IFileOutputGenerator.generateOutputInternal1(com.aspose.ms.System.Collections.Generic.List<DiffOperation> diffrences,
String targetFilePath) |
void |
MarkdownDiffOutputGenerator.generateOutputInternal1(com.aspose.ms.System.Collections.Generic.List<DiffOperation> diffrences,
String targetFilePath) |
void |
PdfOutputGenerator.generateOutputInternal1(com.aspose.ms.System.Collections.Generic.List<DiffOperation> diffrences,
String targetFilePath) |
Modifier and Type | Method and Description |
---|---|
static List<List<DiffOperation>> |
TextPdfComparer.compareDocumentsPageByPage(Document document1,
Document document2,
ComparisonOptions options)
Compares two documents page by page.
|
static List<List<DiffOperation>> |
TextPdfComparer.compareDocumentsPageByPage(Document document1,
Document document2,
ComparisonOptions options,
String resultPdfDocumentPath)
Compares two documents page by page.
|
static List<DiffOperation> |
TextPdfComparer.compareFlatDocuments(Document document1,
Document document2,
ComparisonOptions options)
Compares two documents page by page.
|
static List<DiffOperation> |
TextPdfComparer.compareFlatDocuments(Document document1,
Document document2,
ComparisonOptions options,
String resultPdfDocumentPath)
Compares two documents page by page.
|
static List<DiffOperation> |
TextPdfComparer.comparePages(Page page1,
Page page2,
ComparisonOptions options)
Compares document pages.
|
Modifier and Type | Method and Description |
---|---|
static String |
TextPdfComparer.assemblyDestinationPageText(List<DiffOperation> diffs)
Restores changed text from the list of changes.
|
static String |
TextPdfComparer.assemblySourcePageText(List<DiffOperation> diffs)
Restores the original text from the list of changes.
|
static DocumentComparisonStatistics |
TextPdfComparer.createComparisonStatistics(List<List<DiffOperation>> diffs)
Gets documents comparison statistics.
|
static TextItemComparisonStatistics |
TextPdfComparer.createComparisonStatistics1(List<DiffOperation> diffs)
Gets comparison statistics.
|
Copyright © 2025 Aspose. All Rights Reserved.