Google Slides · Schema

ReplaceAllTextRequest

Replaces all instances of text matching a criteria with replace text.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

Name Type Description
replaceText string The text that will replace the matched text.
pageObjectIds array If non-empty, limits the matches to page elements only on the given pages.
View JSON Schema on GitHub

JSON Schema

google-slides-replace-all-text-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ReplaceAllTextRequest",
  "type": "object",
  "description": "Replaces all instances of text matching a criteria with replace text.\n",
  "properties": {
    "replaceText": {
      "type": "string",
      "description": "The text that will replace the matched text."
    },
    "pageObjectIds": {
      "type": "array",
      "description": "If non-empty, limits the matches to page elements only on the given pages.\n"
    }
  }
}