17.11.4 endnotePr

This element specifies the endnote properties for the current document. Each of these properties are stored as a child element within the endnotePr element.

These properties can be overridden for a specific section via the section-wide endnotePr element (17.11.5).

[Example: Consider the following document with two sections, where the endnotes for each section appears at the end of that section and use lower case roman numerals:

image

Since both sections are identical, the endnote properties are specified as document-wide level properties (this is not necessary but is most efficient) as follows:

<w:settings>
  <w:endnotePr>
    <w:pos w:val="sectEnd"/>
    <w:numFmt w:val="lowerRoman" />
  </w:endnotePr>
</w:settings>

Note that the pos element could have been omitted since it is using its default value. end example]

[Note: The W3C XML Schema definition of this element’s content model (CT_EdnDocProps) is located in A.1. end note]

Last updated on