Skip to content

word footnote

zmworm edited this page Apr 29, 2026 · 51 revisions

Word: Footnote and Endnote

Reference notes appearing at the bottom of a page (footnote) or end of the document (endnote).

Path: /footnote[N], /endnote[N]

Operations

  • add - Add footnotes and endnotes

get

officecli get report.docx /footnote[1]
officecli get report.docx /endnote[1]

set

officecli set report.docx /footnote[1] --prop text="Updated footnote text"

remove

officecli remove report.docx /footnote[1]

Based on OfficeCLI v1.0.64

Clone this wiki locally