Aspose::Words::LowCode::ComparerContext class

ComparerContext class

Document comparer context.

class ComparerContext : public Aspose::Words::LowCode::ProcessorContext

Methods

MethodDescription
ComparerContext()
get_AcceptRevisions() constIndicates whether to accept revisions in the documents before comparing them. If the compared documents contain revisions and this flag is set to false, the processor will reject revisions. Default is true.
get_Author() constThe author to be assigned to revisions created during document comparison.
get_CompareOptions() constOptions used upon comparing documents.
get_DateTime() constThe date and time assigned to revisions created during document comparison.
get_FontSettings() constFont settings used by the processor.
get_LayoutOptions() constDocument layout options used by the processor.
get_WarningCallback() constWarning callback used by the processor.
GetType() const override
Is(const System::TypeInfo&) const override
ProcessorContext()
set_AcceptRevisions(bool)Indicates whether to accept revisions in the documents before comparing them. If the compared documents contain revisions and this flag is set to false, the processor will reject revisions. Default is true.
set_Author(const System::String&)The author to be assigned to revisions created during document comparison.
set_DateTime(System::DateTime)The date and time assigned to revisions created during document comparison.
set_FontSettings(const System::SharedPtr<Aspose::Words::Fonts::FontSettings>&)Font settings used by the processor.
set_WarningCallback(const System::SharedPtr<Aspose::Words::IWarningCallback>&)Warning callback used by the processor.
static Type()

See Also