google_api_docs v0.11.0 GoogleApi.Docs.V1.Model.NamedStyle View Source

A named style. Paragraphs in the document can inherit their TextStyle and ParagraphStyle from this named style when they have the same named style type.

Attributes

  • namedStyleType (type: String.t, default: nil) - The type of this named style.
  • paragraphStyle (type: GoogleApi.Docs.V1.Model.ParagraphStyle.t, default: nil) - The paragraph style of this named style.
  • textStyle (type: GoogleApi.Docs.V1.Model.TextStyle.t, default: nil) - The text style of this named style.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Docs.V1.Model.NamedStyle{
  namedStyleType: String.t(),
  paragraphStyle: GoogleApi.Docs.V1.Model.ParagraphStyle.t(),
  textStyle: GoogleApi.Docs.V1.Model.TextStyle.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.