google_api_slides v0.4.0 GoogleApi.Slides.V1.Model.ReplaceAllTextRequest View Source

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

Attributes

  • containsText (SubstringMatchCriteria): Finds text in a shape matching this substring. Defaults to: null.
  • pageObjectIds ([String.t]): 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. Defaults to: null.
  • replaceText (String.t): The text that will replace the matched text. Defaults to: null.

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 Source
t() :: %GoogleApi.Slides.V1.Model.ReplaceAllTextRequest{
  containsText: GoogleApi.Slides.V1.Model.SubstringMatchCriteria.t(),
  pageObjectIds: [any()],
  replaceText: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.