document_insert_paragraph
Insert a new paragraph at a specific position in LibreOffice Writer documents. Specify text, location, and optional style for precise document editing.
Instructions
Insert a new paragraph at a specific index in a Writer document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docId | Yes | Document handle returned by document_open | |
| text | Yes | Paragraph text | |
| index | Yes | Index at which to insert the paragraph (0-based) | |
| style | No | Style name (e.g., "Heading 1", "Normal") |