trim_whitespaces property

MailMerge.trim_whitespaces property

Gets or sets a value indicating whether trailing and leading whitespaces are trimmed from mail merge values.

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

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

Remarks

The default value is True.

See Also