create_paragraph_style
Creates a new paragraph style with customizable font, size, color, alignment, and spacing settings for consistent text formatting in Adobe InDesign.
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 |