google_api_docs v0.8.0 GoogleApi.Docs.V1.Model.UpdateParagraphStyleRequest View Source

Update the styling of all paragraphs that overlap with the given range.

Attributes

  • fields (type: String.t, default: nil) - The fields that should be updated.

    At least one field must be specified. The root paragraph_style is implied and should not be specified.

    For example, to update the paragraph style's alignment property, 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.

  • paragraphStyle (type: GoogleApi.Docs.V1.Model.ParagraphStyle.t, default: nil) - The styles to set on the paragraphs.

    Certain paragraph style changes may cause other changes in order to mirror the behavior of the Docs editor. See the documentation of ParagraphStyle for more information.

  • range (type: GoogleApi.Docs.V1.Model.Range.t, default: nil) - The range overlapping the paragraphs to style.

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.Docs.V1.Model.UpdateParagraphStyleRequest{
  fields: String.t(),
  paragraphStyle: GoogleApi.Docs.V1.Model.ParagraphStyle.t(),
  range: GoogleApi.Docs.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.