sectionType property
The type of section to insert. Possible string values are:
- "SECTION_TYPE_UNSPECIFIED" : The section type is unspecified.
- "CONTINUOUS" : The section starts immediately after the last paragraph of the previous section.
- "NEXT_PAGE" : The section starts on the next page.
Implementation
core.String? sectionType;