Google Slides · Schema

TextRun

A TextElement kind that represents a run of text that all has the same styling.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

Name Type Description
content string The text of this run.
View JSON Schema on GitHub

JSON Schema

google-slides-text-run-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TextRun",
  "type": "object",
  "description": "A TextElement kind that represents a run of text that all has the same styling.\n",
  "properties": {
    "content": {
      "type": "string",
      "description": "The text of this run."
    }
  }
}