get_paragraph_style
Retrieve the style name and break type of a paragraph in a LibreOffice Writer document by specifying its index. Defaults to the last paragraph if no index is given.
Instructions
Read a paragraph's style name and break type. Defaults to the last paragraph.
paragraph_index is 0-based; negative indices count from the end, Python-style.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | ||
| paragraph_index | No |