google_api_slides v0.12.1 GoogleApi.Slides.V1.Model.ReplaceAllTextRequest View Source
Replaces all instances of text matching a criteria with replace text.
Attributes
containsText
(type:GoogleApi.Slides.V1.Model.SubstringMatchCriteria.t
, default:nil
) - Finds text in a shape matching this substring.pageObjectIds
(type:list(String.t)
, default:nil
) - If non-empty, limits the matches to page elements only on the given pages.Returns a 400 bad request error if given the page object ID of a notes master, or if a page with that object ID doesn't exist in the presentation.
replaceText
(type:String.t
, default:nil
) - The text that will replace the matched text.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Slides.V1.Model.ReplaceAllTextRequest{ containsText: GoogleApi.Slides.V1.Model.SubstringMatchCriteria.t(), pageObjectIds: [String.t()], replaceText: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.