Gets or sets a value indicating whether or not subsequent paragraphs are merged into one.

[VBScript]
Public Property MergeParagraphs As Boolean
[JScript]
public function get MergeParagraphs() : Boolean;
public function set MergeParagraphs(Boolean);

Property Value

true, if the paragraphs should be merged; otherwise false.

See Also

Style Object | Style Members | HelpProducer Namespace