insert_text
Append text to a Writer document with options for line breaks, bold, italic, underline, and paragraph or character styles.
Instructions
Append text at the end of a Writer document.
break_before controls what precedes the text: "none" (default, keeps typing in the current paragraph), "line" (soft line break, same paragraph), "paragraph" (starts a new paragraph), or "page" (starts a new paragraph on a new page).
bold/italic/underline apply direct character formatting to just the text being inserted. style is a paragraph style name (e.g. "Heading 1", "Title") applied to the paragraph the text lands in; char_style is a character style name (e.g. "Emphasis", "Strong Emphasis") applied to just the inserted run. Use list_styles to see what's actually available in a given document rather than guessing names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bold | No | ||
| text | Yes | ||
| style | No | ||
| doc_id | Yes | ||
| italic | No | ||
| underline | No | ||
| char_style | No | ||
| break_before | No | none |