Aspose::Words::LowCode::Comparer class
Contents
[
Hide
]Comparer class
Provides methods intended to compare documents.
class Comparer
Methods
Method | Description |
---|---|
static Compare(const System::String&, const System::String&, const System::String&, const System::String&, System::DateTime) | Compares the document with another document producing changes as number of edit and format revisions. |
static Compare(const System::String&, const System::String&, const System::String&, Aspose::Words::SaveFormat, const System::String&, System::DateTime) | Compares the document with another document producing changes as number of edit and format revisions. |
static Compare(const System::String&, const System::String&, const System::String&, const System::String&, System::DateTime, const System::SharedPtr<Aspose::Words::Comparing::CompareOptions>&) | Compares the document with another document producing changes as number of edit and format revisions. |
static Compare(const System::String&, const System::String&, const System::String&, Aspose::Words::SaveFormat, const System::String&, System::DateTime, const System::SharedPtr<Aspose::Words::Comparing::CompareOptions>&) | Compares the document with another document producing changes as number of edit and format revisions. |
static Compare(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&, Aspose::Words::SaveFormat, const System::String&, System::DateTime) | Compares the document with another document producing changes as number of edit and format revisions. |
static Compare(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&, Aspose::Words::SaveFormat, const System::String&, System::DateTime, const System::SharedPtr<Aspose::Words::Comparing::CompareOptions>&) | Compares the document with another document producing changes as number of edit and format revisions. |
Comparer() |
See Also
- Namespace Aspose::Words::LowCode
- Library Aspose.Words for C++