set_different_first_page
Enable or disable a unique header/footer on the first page of a document section, separating it from subsequent pages.
Instructions
Enable or disable a different first-page header/footer for a section.
When enabled, the section can have a unique header/footer on its first page, separate from the header/footer used on subsequent pages.
Args: section_index: Zero-based section index (use get_sections to find it). enabled: True to enable different first page, False to disable.
Returns: {"section_index": int, "different_first_page": bool}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| section_index | Yes | ||
| enabled | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |