<bordersDoNotSurroundFooter>
(Page Border Excludes Footer)
This element specifies that a given WordprocessingML document’s page border specified using the <pgBorders>
element (§2.6.10) should not surround contents of the footer.
If this element is omitted, then the page border shall not exclude the footer on the page. As well, this element shall be ignored if the <pgBorders>
element has an @offsetFrom
attribute which is not equal to text
.
If this WordprocessingML document is modified to leverage the behavior enabled by this element, this setting would be specified using the following WordprocessingML fragment in the document settings:
<w:bordersDontSurroundFooter w:val="true"/>
The <bordersDontSurroundFooter>
element's @val
attribute is equal to true
specifying that the page border shall not surround the text extents of the footer, as follows:
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>