CleanupParagraphsWithPunctuationMarks

MailMergeOptions.CleanupParagraphsWithPunctuationMarks property

Gets or sets a value indicating whether paragraphs with punctuation marks are considered as empty and should be removed if the RemoveEmptyParagraphs option is specified.

public bool CleanupParagraphsWithPunctuationMarks { get; set; }

Remarks

The default value is true.

Here is the complete list of cleanable punctuation marks:

  • !
  • ,
  • .
  • :
  • ;
  • ?
  • ¡
  • ¿

See Also