<doNotSuppressParagraphBorders>
(Do Not Suppress Paragraph Borders Next To Frames)
This element specifies whether applications should suppress paragraph borders defined using the <pBdr>
element (§2.3.1.24) when those borders would be displayed next to the contents of paragraphs which have been defined as frames using the <framePr>
element (§2.3.1.11).
Typically, when a paragraph's borders appear next to a frame, those borders are suppressed to avoid having two borders in close proximity. This element, when present with a @val
attribute value of true
(or equivalent), specifies that those borders shall not be suppressed.
The default presentation would suppress the borders which intersect the frame (in this case, the right border of lines three through eight):
However, if this compatibility setting is turned on:
<w:compat> <w:doNotSuppressParagraphBorders /> </w:compat>
Then no border suppression shall take place, resulting in the following output:
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies a binary value for the property defined by the parent XML element. A value of A value of example:
<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>