create_paragraph_style
Create a paragraph style with custom font, size, color, alignment, and spacing to format text consistently in InDesign documents.
Instructions
Create a paragraph style
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Style name | |
| fontFamily | No | Font family (use format: FontName\tStyle) | Arial\tRegular |
| fontSize | No | Font size in points | |
| textColor | No | Text color | Black |
| alignment | No | LEFT_ALIGN | |
| leading | No | Line spacing in points | |
| spaceBefore | No | Space before paragraph in points | |
| spaceAfter | No | Space after paragraph in points |