do_not_supress_blank_lines property

MailMergeSettings.do_not_supress_blank_lines property

Specifies how an application performing the mail merge shall handle blank lines in the merged documents resulting from the mail merge. The default value is False.

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

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

See Also