<doNotSuppressBlankLines>
(Remove Blank Lines from Merged Documents)
This element specifies how an application performing the mail merge shall handle blank lines in the merged documents resulting from the mail merge. Typically, when a mail merge is performed, any blank lines which result from lines whose sole contents are merge fields with no content are removed from the merged document in order to prevent extraneous blank lines from appearing in the merged documents. When this element is present, the merged documents which are generated from the mail merge shall not have any blank lines removed before they are sent to their destination format.
If this element is omitted, the merged documents generated from this mail merge shall have all blank lines suppressed if they consist of only merge fields with values consisting of empty strings.
Source Document |
<w:doNotSuppressBlankLines val="on" /> |
<w:doNotSuppressBlankLines val="off" /> |
---|---|---|
One Two {MERGEFIELD "Test" } Three |
One Two Three |
One Two Three |
With this element set to a value of on
, the blank lines in the resulting document shall not be suppressed when the resulting merged documents are created. ]
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies a binary value for the property defined by the parent XML element. A value of A value of <w:… w:val="off"/> The The possible values for this attribute are defined by the ST_OnOff simple type (§2.18.67). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_OnOff">
<attribute name="val" type="ST_OnOff"/>
</complexType>