insert_watermark
Insert a text watermark into a Word document's header, with support for diagonal or horizontal orientation.
Instructions
Insert a VML watermark into the document's default header.
Places a <v:shape> with a <v:textpath> inside the default header, which is the standard Word watermark pattern.
Args: text: Watermark text (e.g. "DRAFT", "CONFIDENTIAL"). diagonal: If True (default), diagonal orientation; if False, horizontal. document_handle: Optional handle for concurrent session isolation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| diagonal | No | ||
| document_handle | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |