Google Docs · JSON Structure

Google Docs V1 Paragraph Style Structure

Type: object Properties: 11
CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

ParagraphStyle 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

headingId namedStyleType alignment lineSpacing direction spacingMode tabStops keepLinesTogether keepWithNext avoidWidowAndOrphan pageBreakBefore

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ParagraphStyle",
  "type": "object",
  "properties": {
    "headingId": {
      "type": "string"
    },
    "namedStyleType": {
      "type": "string"
    },
    "alignment": {
      "type": "string"
    },
    "lineSpacing": {
      "type": "number"
    },
    "direction": {
      "type": "string"
    },
    "spacingMode": {
      "type": "string"
    },
    "tabStops": {
      "type": "array"
    },
    "keepLinesTogether": {
      "type": "boolean"
    },
    "keepWithNext": {
      "type": "boolean"
    },
    "avoidWidowAndOrphan": {
      "type": "boolean"
    },
    "pageBreakBefore": {
      "type": "boolean"
    }
  }
}