View Source GoogleApi.Docs.V1.Model.NamedStyle (google_api_docs v0.17.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Docs.V1.Model.NamedStyle{ namedStyleType: String.t() | nil, paragraphStyle: GoogleApi.Docs.V1.Model.ParagraphStyle.t() | nil, textStyle: GoogleApi.Docs.V1.Model.TextStyle.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.