Add Heading to Document
add_heading_to_documentAdd a heading (H1-H6) to a Word document, customizing font size, color, alignment, and RTL direction.
Instructions
Appends a styled Heading (H1-H6) to a Word document with custom font size, color, alignment, and RTL support.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Heading text | |
| level | No | Heading level 1-6 | |
| colorHex | No | Text color hex | 1F4E78 |
| filePath | Yes | Path to .docx file | |
| alignment | No | Alignment | right |
| direction | No | Text direction | rtl |
| fontFamily | No | Font name | |
| fontSizePt | No | Font size in pt |