merge_whole_document property
MailMergeOptions.merge_whole_document property
Gets or sets a value indicating whether fields in whole document are updated while executing of a mail merge with regions.
@property
def merge_whole_document(self) -> bool:
...
@merge_whole_document.setter
def merge_whole_document(self, value: bool):
...
Remarks
The default value is False
.
See Also
- module aspose.words.lowcode.mailmerging
- class MailMergeOptions