google_api_slides v0.2.0 GoogleApi.Slides.V1.Model.UpdateParagraphStyleRequest View Source

Updates the styling for all of the paragraphs within a Shape or Table that overlap with the given text index range.

Attributes

  • cellLocation (TableCellLocation): The location of the cell in the table containing the paragraph(s) to style. If `object_id` refers to a table, `cell_location` must have a value. Otherwise, it must not. Defaults to: null.
  • fields (String.t): The fields that should be updated. At least one field must be specified. The root `style` is implied and should not be specified. A single `"*"` can be used as short-hand for listing every field. For example, to update the paragraph alignment, set `fields` to `"alignment"`. To reset a property to its default value, include its field name in the field mask but leave the field itself unset. Defaults to: null.
  • objectId (String.t): The object ID of the shape or table with the text to be styled. Defaults to: null.
  • style (ParagraphStyle): The paragraph's style. Defaults to: null.
  • textRange (Range): The range of text containing the paragraph(s) to style. 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.UpdateParagraphStyleRequest{
  cellLocation: GoogleApi.Slides.V1.Model.TableCellLocation.t(),
  fields: any(),
  objectId: any(),
  style: GoogleApi.Slides.V1.Model.ParagraphStyle.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.