Skip to content

word bookmark add

zmworm edited this page Apr 29, 2026 · 51 revisions

Word: Bookmark - add

Add a named anchor marking a location or range of text.

Parent: /body/p[N]

Properties

Property Default Description
name (required) Bookmark name
text - Bookmarked text

Examples

officecli add report.docx /body/p[1] --type bookmark --prop name=Introduction --prop text="Introduction section"

Based on OfficeCLI v1.0.64

Clone this wiki locally