Skip to content

word watermark add

zmworm edited this page Apr 29, 2026 · 51 revisions

Word: Watermark - add

Add a text watermark displayed behind document content on every page.

Parent: / (document root)

Properties

Property Default Description
text DRAFT Watermark text
color silver Color (hex)
font Calibri Font
opacity .5 Opacity (decimal)
rotation 315 Degrees
size 1pt Font size
width 415pt Shape width
height 207.5pt Shape height

Examples

# Add default DRAFT watermark
officecli add report.docx / --type watermark

# Add custom watermark
officecli add report.docx / --type watermark --prop text=CONFIDENTIAL --prop color=FF0000 --prop opacity=0.3

Based on OfficeCLI v1.0.64

Clone this wiki locally