Aspose::Words::LowCode::MailMergerContext class

MailMergerContext class

Mail merge context.

class MailMergerContext : 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_MailMergeOptions() constMail merge options.
get_WarningCallback() constWarning callback used by the processor.
GetType() const override
Is(const System::TypeInfo&) const override
MailMergerContext()
ProcessorContext()
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.
SetRegionsDataSource(const System::SharedPtr<System::Data::DataTable>&)Sets data source used to execute mail merge with regions.
SetRegionsDataSource(const System::SharedPtr<System::Data::DataSet>&)Sets data source used to execute mail merge with regions.
SetSimpleDataSource(const System::ArrayPtr<System::String>&, const System::ArrayPtr<System::SharedPtr<System::Object>>&)Sets data source used to execute simple mail merge.
SetSimpleDataSource(const System::SharedPtr<System::Data::DataRow>&)Sets data source used to execute simple mail merge.
SetSimpleDataSource(const System::SharedPtr<System::Data::DataTable>&)Sets data source used to execute simple mail merge.
static Type()

See Also