Aspose::Words::LowCode::MailMergerContext class
Contents
[
Hide
]MailMergerContext class
Mail merge context.
class MailMergerContext : public Aspose::Words::LowCode::ProcessorContext
Methods
| Method | Description |
|---|---|
| get_FontSettings() const | Font settings used by the processor. |
| get_LayoutOptions() const | Document layout options used by the processor. |
| get_MailMergeOptions() const | Mail merge options. |
| get_WarningCallback() const | Warning 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
- Class ProcessorContext
- Namespace Aspose::Words::LowCode
- Library Aspose.Words for C++