hwp_insert_row_at_cursor
Insert a new table row at the cursor position. Choose to add above, below, or append to the end of the table.
Instructions
현재 커서가 있는 셀 기준으로 행을 추가합니다. (v0.6.8 신규) 표 바깥이면 에러. above=위, below=아래, append=표 맨 끝. 기존 hwp_table_add_row는 table_index 지정 방식이고, 이 도구는 커서 위치 기반 — 사용자가 "여기에 한 줄 더" 요청 시 유용.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| position | Yes | 삽입 위치 (above=위, below=아래, append=표 맨 끝) |