hwp_insert_textbox
Insert a textbox at exact coordinates (x, y) in millimeters with custom width and height. Ideal for positioning elements such as approval stamps in HWP documents.
Instructions
글상자(텍스트박스)를 생성합니다. x/y로 위치, width/height로 크기를 지정합니다. 결재란 등 위치 지정이 필요한 요소에 사용하세요.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | X 위치 (mm, 페이지 기준, 기본 0) | |
| y | No | Y 위치 (mm, 페이지 기준, 기본 0) | |
| text | No | 글상자 내 텍스트 | |
| width | No | 너비 (mm, 기본 60) | |
| border | No | 테두리 표시 (기본 true) | |
| height | No | 높이 (mm, 기본 30) |