Google Docs · JSON Structure

Google Docs V1 Document Style Structure

Type: object Properties: 11
CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

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

Properties

defaultHeaderId defaultFooterId evenPageHeaderId evenPageFooterId firstPageHeaderId firstPageFooterId useFirstPageHeaderFooter useEvenPageHeaderFooter pageNumberStart useCustomHeaderFooterMargins flipPageOrientation

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DocumentStyle",
  "type": "object",
  "properties": {
    "defaultHeaderId": {
      "type": "string"
    },
    "defaultFooterId": {
      "type": "string"
    },
    "evenPageHeaderId": {
      "type": "string"
    },
    "evenPageFooterId": {
      "type": "string"
    },
    "firstPageHeaderId": {
      "type": "string"
    },
    "firstPageFooterId": {
      "type": "string"
    },
    "useFirstPageHeaderFooter": {
      "type": "boolean"
    },
    "useEvenPageHeaderFooter": {
      "type": "boolean"
    },
    "pageNumberStart": {
      "type": "integer"
    },
    "useCustomHeaderFooterMargins": {
      "type": "boolean"
    },
    "flipPageOrientation": {
      "type": "boolean"
    }
  }
}