endnotes
endnotes
¶
Contains the endnotes of the document.
EndnotesPart
¶
EndnotesPart(
partname: PackURI,
content_type: str,
element: CT_Endnotes,
package: Package,
)
Bases: StoryPart
Container part for the endnotes of the document.
The endnote half of FootnotesPart; word/endnotes.xml holds the same shape of
content as word/footnotes.xml.
Source code in src/docx/parts/endnotes.py
endnotes
property
¶
endnotes: Endnotes
An Endnotes proxy for the w:endnotes root element of this part.
default
classmethod
¶
default(package: Package) -> Self
A newly created endnotes part.
It holds the two structural endnotes Word requires — the separator and the continuation separator, at ids -1 and 0 — and no author endnotes.