MarkdownDiffOutputGenerator

Inheritance: java.lang.Object, com.aspose.pdf.comparison.outputgenerator.MarkdownDiffOutputGenerator

All Implemented Interfaces: IFileOutputGenerator, IStringOutputGenerator

public class MarkdownDiffOutputGenerator extends Object implements IStringOutputGenerator , IFileOutputGenerator

Represents a class for generating markdown representation of texts differences. Because of the markdown syntax, it is not possible to show changes to whitespace characters. Selection of changes makes adding whitespace characters around formatting, otherwise markdown viewer will not correctly display the text. Deleted line breaks are indicated by - paragraph mark.

Constructors

ConstructorDescription
MarkdownDiffOutputGeneratorCreates an instance of {@link MarkdownDiffOutputGenerator} class.

Methods

MethodDescription
generateOutputGenerates the output based on the differences between texts and saves it to a file.
generateOutputGenerates the output based on the differences between texts and saves it to a file.
generateOutput1Generates the output based on the differences between texts and saves it to a file.
generateOutput1Generates the output based on the differences between texts and saves it to a file.
generateOutputInternal
generateOutputInternal
generateOutputInternal1
generateOutputInternal1

MarkdownDiffOutputGenerator

public MarkdownDiffOutputGenerator()

Creates an instance of {@link MarkdownDiffOutputGenerator} class.

generateOutput

Generates the output based on the differences between texts and saves it to a file.

generateOutput

Generates the output based on the differences between texts and saves it to a file.

generateOutput1

Generates the output based on the differences between texts and saves it to a file.

generateOutput1

Generates the output based on the differences between texts and saves it to a file.

generateOutputInternal

generateOutputInternal

generateOutputInternal1

generateOutputInternal1