hwp_enter_table
Enter a specified table in an HWP document, positioning the cursor in the first cell. Supports nested tables using a path index for multi-level entry.
Instructions
지정된 표에 진입하여 첫 셀에 커서를 위치시킵니다. (v0.6.8.1 + v0.7.3.1 path-based) 평탄 인덱스 (number) 또는 nested 진입을 위한 path (number[]) 지원. path 형식: [outer_idx, row, col, inner_idx, row, col, inner_idx, ...] — 첫 원소는 outer table_index, 그 다음 (row, col, inner_idx) 3-원소 그룹 반복. 예: [0, 1, 1, 0] = 0번 표 → (1,1) 셀 → 그 셀 안의 0번 nested 표 (2단). 진입 후 hwp_navigate_cell/hwp_insert_text/hwp_table_create_from_data 등으로 셀 단위 작업 가능. 작업 완료 후 hwp_exit_table 호출.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| select_cell | No | 진입 후 첫 셀을 블록으로 선택 (기본 false) | |
| table_index | Yes | 0-based 표 인덱스 (number) 또는 nested path (number[]) |