changeText

Replace every occurrence of text string throughout slides and masters. Search is case-insensitive by default.

JSON

{
"replace": string,
"shapeName": string,
"newText": string,
"matchCase": boolean,
}

Fields

replace
Text fragment to find. Optional; if omitted, the entire shape text is replaced.
shapeName
Apply only to shapes that match this name in full. Optional; if omitted all shapes, charts, layouts, masters, etc. are considered.
newText
Replacement text to substitute. Required.
matchCase
Do a case-sensitive search. Optional, defaults to false.