add_paragraph
Appends a styled paragraph to a LibreOffice Writer document, with control over typography, alignment, spacing, and named styles. Use it to add headings or formatted body text.
Instructions
Append a styled paragraph to a Writer doc (the workhorse — use a large
bold size for headings). size is points; color is hex; align is
left|center|right|justify; space_before/after are cm. style optionally
applies a named paragraph style (e.g. "Heading 1").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bold | No | ||
| font | No | ||
| size | No | ||
| text | Yes | ||
| align | No | left | |
| color | No | #222222 | |
| style | No | ||
| doc_id | Yes | ||
| italic | No | ||
| space_after | No | ||
| space_before | No |