Google Slides · Schema

WordArt

A PageElement kind representing word art.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

Name Type Description
renderedText string The text rendered as word art.
View JSON Schema on GitHub

JSON Schema

google-slides-word-art-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "WordArt",
  "type": "object",
  "description": "A PageElement kind representing word art.",
  "properties": {
    "renderedText": {
      "type": "string",
      "description": "The text rendered as word art."
    }
  }
}