hwp_find_and_append
Find specific text in a document and append new text directly after it, preserving the original formatting. Optionally set the color of the appended text.
Instructions
문서에서 텍스트를 찾은 후 그 뒤에 텍스트를 추가합니다. 색상 지정 가능. 기존 텍스트 서식을 보존하면서 새 텍스트를 추가할 때 사용하세요.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| find | Yes | 찾을 텍스트 | |
| color | No | 텍스트 색상 [R, G, B] (0-255) | |
| append_text | Yes | 찾은 텍스트 뒤에 추가할 텍스트 |