use_whole_paragraph_as_region property

MailMerge.use_whole_paragraph_as_region property

Gets or 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.

@property
def use_whole_paragraph_as_region(self) -> bool:
    ...

@use_whole_paragraph_as_region.setter
def use_whole_paragraph_as_region(self, value: bool):
    ...

Remarks

The default value is True.

See Also