-
Notifications
You must be signed in to change notification settings - Fork 541
command set word
zmworm edited this page Mar 23, 2026
·
53 revisions
Settable elements in Word documents.
| Element | Path | Reference |
|---|---|---|
| Document Root | / |
Word-Document-Set |
| Paragraph | /body/p[N] |
Word-Paragraph-Set |
| Run | /body/p[N]/r[M] |
Word-Run-Set |
| Table / Row / Cell | /body/tbl[N] |
Word-Table-Set |
| Header / Footer |
/header[N], /footer[N]
|
Word-Header-Footer-Set |
| Watermark | /watermark |
Word-Watermark-Set |
| Section | /section[N] |
Word-Section-Set |
| Bookmark | /bookmark[Name] |
Word-Bookmark-Set |
| Footnote / Endnote |
/footnote[N], /endnote[N]
|
Word-Footnote |
| TOC | /toc[N] |
Word-TOC |
| Style | /styles/{StyleId} |
Word-Style-Set |
| Chart | /chart[N] |
Word-Chart-Set |
- set - Command syntax
- Word Reference - All Word elements
Based on OfficeCLI v1.0.18