set_paragraph_indentation
Set left, right, first-line, or hanging indentation on a specific paragraph in a Word document by providing its paragraph ID and indent values in centimeters.
Instructions
Set indentation on a paragraph.
Args: para_id: paraId of the target paragraph. left_cm: Left indent in centimetres (None = unchanged). right_cm: Right indent in centimetres (None = unchanged). first_line_cm: First-line indent in cm (mutually exclusive with hanging_cm). hanging_cm: Hanging indent in cm (mutually exclusive with first_line_cm).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| para_id | Yes | ||
| left_cm | No | ||
| right_cm | No | ||
| first_line_cm | No | ||
| hanging_cm | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |