set_custom_property
Add or update a custom property in a Word document by specifying name, value, and data type (e.g., text, integer).
Instructions
Set (upsert) a custom document property.
Args: name: Property name. value: Property value as a string. vt_type: VT type element name (lpwstr, i4, bool, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| value | Yes | ||
| vt_type | No | lpwstr |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |