footnotes
footnotes
¶
Contains the footnotes of the document.
FootnotesPart
¶
FootnotesPart(
partname: PackURI,
content_type: str,
element: CT_Footnotes,
package: Package,
)
Bases: StoryPart
Container part for the footnotes of the document.
Source code in src/docx/parts/footnotes.py
footnotes
property
¶
footnotes: Footnotes
A Footnotes proxy for the w:footnotes root element of this part.
default
classmethod
¶
default(package: Package) -> Self
A newly created footnotes part.
It holds the two structural footnotes Word requires — the separator and the continuation separator, at ids -1 and 0 — and no author footnotes.