Google Slides · JSON Structure

Google Slides Paragraph Style Structure

Type: object Properties: 4
CollaborationGoogle WorkspacePresentationsProductivitySlides

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

Properties

lineSpacing alignment direction spacingMode

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": {
    "lineSpacing": {
      "type": "number"
    },
    "alignment": {
      "type": "string"
    },
    "direction": {
      "type": "string"
    },
    "spacingMode": {
      "type": "string"
    }
  }
}