Skip to content

word footnote add

zmworm edited this page Apr 29, 2026 · 51 revisions

Word: Footnote/Endnote - add

Add a footnote or endnote reference to a paragraph.

Parent: /body/p[N]

Properties

Property Default Description
text (required) Note content

Examples

officecli add report.docx /body/p[1] --type footnote --prop text="Source: Annual Report 2024"
officecli add report.docx /body/p[5] --type endnote --prop text="See appendix for details"

Based on OfficeCLI v1.0.64

Clone this wiki locally