google_api_slides v0.8.0 GoogleApi.Slides.V1.Model.DeleteParagraphBulletsRequest View Source

Deletes bullets from all of the paragraphs that overlap with the given text index range.

The nesting level of each paragraph will be visually preserved by adding indent to the start of the corresponding paragraph.

Attributes

  • cellLocation (type: GoogleApi.Slides.V1.Model.TableCellLocation.t, default: nil) - The optional table cell location if the text to be modified is in a table cell. If present, the object_id must refer to a table.
  • objectId (type: String.t, default: nil) - The object ID of the shape or table containing the text to delete bullets from.
  • textRange (type: GoogleApi.Slides.V1.Model.Range.t, default: nil) - The range of text to delete bullets from, based on TextElement indexes.

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.DeleteParagraphBulletsRequest{
  cellLocation: GoogleApi.Slides.V1.Model.TableCellLocation.t(),
  objectId: String.t(),
  textRange: GoogleApi.Slides.V1.Model.Range.t()
}

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.