Aspose::Words::LowCode::MergerContext class

MergerContext class

Document merger context.

class MergerContext : public Aspose::Words::LowCode::ProcessorContext

Methods

MethodDescription
get_FontSettings() constFont settings used by the processor.
get_LayoutOptions() constDocument layout options used by the processor.
get_MergeFormatMode() constSpecifies how to merge formatting that clashes.
get_WarningCallback() constWarning callback used by the processor.
GetType() const override
Is(const System::TypeInfo&) const override
MergerContext()
ProcessorContext()
set_FontSettings(const System::SharedPtr<Aspose::Words::Fonts::FontSettings>&)Font settings used by the processor.
set_MergeFormatMode(Aspose::Words::LowCode::MergeFormatMode)Specifies how to merge formatting that clashes.
set_WarningCallback(const System::SharedPtr<Aspose::Words::IWarningCallback>&)Warning callback used by the processor.
static Type()

See Also