Aspose::Pdf::Comparison::MarkdownDiffOutputGenerator::GenerateOutput metod

MarkdownDiffOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>) method

Genererar utdata baserat på skillnaderna mellan texter och sparar den till en fil.

System::String Aspose::Pdf::Comparison::MarkdownDiffOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>> diffrences) override
ParameterTypBeskrivning
skillnaderSystem::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>Listan över skillnader mellan texter.

ReturnValue

Markdown-text.

Se även

MarkdownDiffOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>, System::String) method

Genererar utdata baserat på skillnaderna mellan texter och sparar den till en fil.

void Aspose::Pdf::Comparison::MarkdownDiffOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>> diffrences, System::String targetFilePath) override
ParameterTypBeskrivning
skillnaderSystem::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>Listan över skillnader mellan texter.
targetFilePathSystem::StringSökvägen till målfilen för att spara outputen.

Se även

MarkdownDiffOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>>) method

Genererar utdata baserat på skillnaderna mellan texter och sparar den till en fil.

System::String Aspose::Pdf::Comparison::MarkdownDiffOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>> diffrences) override
ParameterTypBeskrivning
skillnaderSystem::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>>Listan över skillnader mellan texter.

ReturnValue

Markdown-text.

Se även

MarkdownDiffOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>>, System::String) method

Genererar utdata baserat på skillnaderna mellan texter och sparar den till en fil.

void Aspose::Pdf::Comparison::MarkdownDiffOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>> diffrences, System::String targetFilePath) override
ParameterTypBeskrivning
skillnaderSystem::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>>Listan över skillnader mellan texter.
targetFilePathSystem::StringSökvägen till målfilen för att spara outputen.

Se även