set_paragraph_style
Set paragraph alignment and line spacing in HWP documents by specifying alignment (left, center, right, justify) and line spacing percentage to format the current paragraph.
Instructions
Set paragraph formatting for the current paragraph.
Args: doc_id: Document ID from open_document align: Text alignment ("left", "center", "right", "justify") line_spacing: Line spacing percentage (e.g., 160 = 160%)
Returns: Style confirmation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| align | No | ||
| doc_id | Yes | ||
| line_spacing | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||