insert_section_break
Insert section breaks in Google Docs to create distinct page layouts within a single document, enabling different formatting for separate sections.
Instructions
Insert a section break at the specified index.
Section breaks allow different page layouts in different sections of the document.
CONTINUOUS: New section on same page
NEXT_PAGE: New section on next page
EVEN_PAGE: New section on next even page
ODD_PAGE: New section on next odd page
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_id | Yes | The ID of the Google Document | |
| index | Yes | Index where to insert section break (1-based) | |
| section_type | No | Type of section break: 'CONTINUOUS', 'NEXT_PAGE', 'EVEN_PAGE', 'ODD_PAGE' | CONTINUOUS |