cleanup_paragraphs_with_punctuation_marks property
MailMergeOptions.cleanup_paragraphs_with_punctuation_marks property
Gets or sets a value indicating whether paragraphs with punctuation marks are considered as empty and should be removed if the MailMergeCleanupOptions.REMOVE_EMPTY_PARAGRAPHS option is specified.
@property
def cleanup_paragraphs_with_punctuation_marks(self) -> bool:
...
@cleanup_paragraphs_with_punctuation_marks.setter
def cleanup_paragraphs_with_punctuation_marks(self, value: bool):
...
Remarks
The default value is True
.
Here is the complete list of cleanable punctuation marks:
!
,
.
:
;
?
¡
¿
See Also
- module aspose.words.lowcode.mailmerging
- class MailMergeOptions