fill_paragraph_by_index
Replace the text of a paragraph at a given index, preserving its original style and formatting. Use with get_all_paragraphs to locate the paragraph.
Instructions
Replace all text in a paragraph by its zero-based index, preserving the paragraph style and first run's formatting. Use get_all_paragraphs first to find the index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| index | Yes | ||
| document_handle | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |