sectionType property

String? sectionType
getter/setter pair

The type of section.

Output only. 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;