Google Docs · JSON Structure

Google Docs V1 Section Style Structure

Type: object Properties: 13
CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

SectionStyle is a JSON Structure definition published by Google Docs, describing 13 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

columnProperties columnSeparatorStyle contentDirection sectionType defaultHeaderId defaultFooterId evenPageHeaderId evenPageFooterId firstPageHeaderId firstPageFooterId useFirstPageHeaderFooter pageNumberStart flipPageOrientation

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SectionStyle",
  "type": "object",
  "properties": {
    "columnProperties": {
      "type": "array"
    },
    "columnSeparatorStyle": {
      "type": "string"
    },
    "contentDirection": {
      "type": "string"
    },
    "sectionType": {
      "type": "string"
    },
    "defaultHeaderId": {
      "type": "string"
    },
    "defaultFooterId": {
      "type": "string"
    },
    "evenPageHeaderId": {
      "type": "string"
    },
    "evenPageFooterId": {
      "type": "string"
    },
    "firstPageHeaderId": {
      "type": "string"
    },
    "firstPageFooterId": {
      "type": "string"
    },
    "useFirstPageHeaderFooter": {
      "type": "boolean"
    },
    "pageNumberStart": {
      "type": "integer"
    },
    "flipPageOrientation": {
      "type": "boolean"
    }
  }
}