set_text_file
Replace the content of an open HWP document with text from a string, supporting formats like TEXT, HWPML, and HTML.
Instructions
Set text content in the document from a string.
Args: doc_id: Document ID from open_document data: Text data to set format: Format type ("TEXT", "HWPML", "HTML", etc.) option: Additional format option string
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| doc_id | Yes | ||
| format | No | TEXT | |
| option | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||