MailMergeCheckErrors enumeration
MailMergeCheckErrors enumeration
Specifies how Microsoft Word will report errors detected during mail merge.
Members
Name | Description |
---|---|
SIMULATE | Simulate the merge and report errors in a new document. |
PAUSE_ON_ERROR | Complete the merge and pause to report errors. |
COLLECT_ERRORS | Complete the merge and report errors in a new document. |
DEFAULT | Equals to the MailMergeCheckErrors.PAUSE_ON_ERROR value. |
See Also
- module aspose.words.settings
- property MailMergeSettings.check_errors