Aspose::Words::LowCode::MailMerging::MailMergeOptions class
Contents
[
Hide
]MailMergeOptions class
Represents options for the mail merge functionality.
class MailMergeOptions : public System::Object
Methods
Method | Description |
---|---|
get_CleanupOptions() const | Gets a set of flags that specify what items should be removed during mail merge. |
get_CleanupParagraphsWithPunctuationMarks() const | Gets or sets a value indicating whether paragraphs with punctuation marks are considered as empty and should be removed if the RemoveEmptyParagraphs option is specified. |
get_MergeDuplicateRegions() const | Gets a value indicating whether all of the document mail merge regions with the name of a data source should be merged while executing of a mail merge with regions against the data source or just the first one. |
get_MergeWholeDocument() const | Gets a value indicating whether fields in whole document are updated while executing of a mail merge with regions. |
get_PreserveUnusedTags() const | Gets a value indicating whether the unused “mustache” tags should be preserved. |
get_RegionEndTag() const | Gets a mail merge region end tag. |
get_RegionStartTag() const | Gets a mail merge region start tag. |
get_RestartListsAtEachSection() const | Gets a value indicating whether lists are restarted at each section after executing of a mail merge. |
get_RetainFirstSectionStart() const | Gets a value indicating whether the section start of the first document section and its copies for subsequent data source rows are retained during mail merge or updated according to MS Word behaviour. |
get_TrimWhitespaces() const | Gets a value indicating whether trailing and leading whitespaces are trimmed from mail merge values. |
get_UnconditionalMergeFieldsAndRegions() const | Gets a value indicating whether merge fields and merge regions are merged regardless of the parent IF field’s condition. |
get_UseNonMergeFields() const | When true, specifies that in addition to MERGEFIELD fields, mail merge is performed into some other types of fields and also into “{{fieldName}}” tags. |
get_UseWholeParagraphAsRegion() const | Gets a value indicating whether whole paragraph with TableStart or TableEnd field or particular range between TableStart and TableEnd fields should be included into mail merge region. |
GetType() const override | |
Is(const System::TypeInfo&) const override | |
MailMergeOptions() | |
set_CleanupOptions(Aspose::Words::MailMerging::MailMergeCleanupOptions) | Sets a set of flags that specify what items should be removed during mail merge. |
set_CleanupParagraphsWithPunctuationMarks(bool) | Setter for Aspose::Words::LowCode::MailMerging::MailMergeOptions::get_CleanupParagraphsWithPunctuationMarks. |
set_MergeDuplicateRegions(bool) | Sets a value indicating whether all of the document mail merge regions with the name of a data source should be merged while executing of a mail merge with regions against the data source or just the first one. |
set_MergeWholeDocument(bool) | Sets a value indicating whether fields in whole document are updated while executing of a mail merge with regions. |
set_PreserveUnusedTags(bool) | Sets a value indicating whether the unused “mustache” tags should be preserved. |
set_RegionEndTag(const System::String&) | Sets a mail merge region end tag. |
set_RegionStartTag(const System::String&) | Sets a mail merge region start tag. |
set_RestartListsAtEachSection(bool) | Sets a value indicating whether lists are restarted at each section after executing of a mail merge. |
set_RetainFirstSectionStart(bool) | Sets a value indicating whether the section start of the first document section and its copies for subsequent data source rows are retained during mail merge or updated according to MS Word behaviour. |
set_TrimWhitespaces(bool) | Sets a value indicating whether trailing and leading whitespaces are trimmed from mail merge values. |
set_UnconditionalMergeFieldsAndRegions(bool) | Sets a value indicating whether merge fields and merge regions are merged regardless of the parent IF field’s condition. |
set_UseNonMergeFields(bool) | Setter for Aspose::Words::LowCode::MailMerging::MailMergeOptions::get_UseNonMergeFields. |
set_UseWholeParagraphAsRegion(bool) | Sets a value indicating whether whole paragraph with TableStart or TableEnd field or particular range between TableStart and TableEnd fields should be included into mail merge region. |
static Type() |
See Also
- Namespace Aspose::Words::LowCode::MailMerging
- Library Aspose.Words for C++