hwp_insert_picture
Insert an image at the current cursor position in an HWP document, including inside table cells. Customize size, text wrap behavior, and embedding options.
Instructions
현재 커서 위치에 이미지를 삽입합니다. 표 셀 안에서도 사용 가능. (v0.7.3) treat_as_char (글자처럼 취급) + embedded (본문에 박힘) 옵션 지원.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | No | 가로 크기 (mm, 0이면 원본) | |
| height | No | 세로 크기 (mm, 0이면 원본) | |
| embedded | No | v0.7.3 신규: 본문에 박힘 여부. treat_as_char 와 보완 관계. | |
| file_path | Yes | 이미지 파일 경로 (jpg, png, bmp 등) | |
| treat_as_char | No | v0.7.3 신규: 글자처럼 취급 (기본 true). false 면 본문과 분리된 그림 객체로 배치. |