add_section_break
Add a section break to control document layout, starting a new page, continuous, or on odd/even pages.
Instructions
Add a new section break to the document.
Args: section_type: Type of section break: - 'NEW_PAGE': Start on new page (default) - 'CONTINUOUS': Continue on same page - 'ODD_PAGE': Start on next odd page - 'EVEN_PAGE': Start on next even page
Returns: Success or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| section_type | No | NEW_PAGE |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |