-
Notifications
You must be signed in to change notification settings - Fork 530
word watermark add
zmworm edited this page Apr 29, 2026
·
51 revisions
Add a text watermark displayed behind document content on every page.
Parent: / (document root)
| 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 |
# 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.3Based on OfficeCLI v1.0.64