add_zoned_header
Add a header to a document section with customizable left, center, and right text zones.
Instructions
Add a header with left, center, and right zones.
Args: section_index: Section to add header to left_text: Text for left zone center_text: Text for center zone right_text: Text for right zone
Returns: Success or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| left_text | No | ||
| right_text | No | ||
| center_text | No | ||
| section_index | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |