insert_header_near_text
Add structured headers to Microsoft Word documents by inserting them before or after specific paragraphs, using text content or paragraph index for precise placement.
Instructions
Insert a header (with specified style) before or after the target paragraph. Specify by text or paragraph index. Args: filename (str), target_text (str, optional), header_title (str), position ('before' or 'after'), header_style (str, default 'Heading 1'), target_paragraph_index (int, optional).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| target_text | No | ||
| header_title | No | ||
| position | No | after | |
| header_style | No | Heading 1 | |
| target_paragraph_index | No |