insert_numbered_list_near_text
Add bulleted or numbered lists before or after specific paragraphs in Word documents by text or index position.
Instructions
Insert a bulleted or numbered list before or after the target paragraph. Specify by text or paragraph index. Args: filename (str), target_text (str, optional), list_items (list of str), position ('before' or 'after'), target_paragraph_index (int, optional), bullet_type ('bullet' for bullets or 'number' for numbered lists, default: 'bullet').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| target_text | No | ||
| list_items | No | ||
| position | No | after | |
| target_paragraph_index | No | ||
| bullet_type | No | bullet |