Google Slides · JSON Structure

Google Slides Text Style Structure

Type: object Properties: 7
CollaborationGoogle WorkspacePresentationsProductivitySlides

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

Properties

bold italic fontFamily baselineOffset smallCaps strikethrough underline

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "TextStyle",
  "type": "object",
  "properties": {
    "bold": {
      "type": "boolean"
    },
    "italic": {
      "type": "boolean"
    },
    "fontFamily": {
      "type": "string"
    },
    "baselineOffset": {
      "type": "string"
    },
    "smallCaps": {
      "type": "boolean"
    },
    "strikethrough": {
      "type": "boolean"
    },
    "underline": {
      "type": "boolean"
    }
  }
}