View Source GoogleApi.Docs.V1.Model.UpdateTextStyleRequest (google_api_docs v0.14.0)

Update the styling of text.

Attributes

  • fields (type: String.t, default: nil) - The fields that should be updated. At least one field must be specified. The root text_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 text style to bold, set fields to "bold". To reset a property to its default value, include its field name in the field mask but leave the field itself unset.
  • range (type: GoogleApi.Docs.V1.Model.Range.t, default: nil) - The range of text to style. The range may be extended to include adjacent newlines. If the range fully contains a paragraph belonging to a list, the paragraph's bullet is also updated with the matching text style. Ranges cannot be inserted inside a relative UpdateTextStyleRequest.
  • textStyle (type: GoogleApi.Docs.V1.Model.TextStyle.t, default: nil) - The styles to set on the text. If the value for a particular style matches that of the parent, that style will be set to inherit. Certain text style changes may cause other changes in order to to mirror the behavior of the Docs editor. See the documentation of TextStyle for more information.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Docs.V1.Model.UpdateTextStyleRequest{
  fields: String.t() | nil,
  range: GoogleApi.Docs.V1.Model.Range.t() | nil,
  textStyle: GoogleApi.Docs.V1.Model.TextStyle.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.