View Source GoogleApi.Docs.V1.Model.TextStyleSuggestionState (google_api_docs v0.17.0)
A mask that indicates which of the fields on the base TextStyle have been changed in this suggestion. For any field set to true, there's a new suggested value.
Attributes
-
backgroundColorSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to background_color. -
baselineOffsetSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to baseline_offset. -
boldSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to bold. -
fontSizeSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to font_size. -
foregroundColorSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to foreground_color. -
italicSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to italic. -
linkSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to link. -
smallCapsSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to small_caps. -
strikethroughSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to strikethrough. -
underlineSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to underline. -
weightedFontFamilySuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to weighted_font_family.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Docs.V1.Model.TextStyleSuggestionState{ backgroundColorSuggested: boolean() | nil, baselineOffsetSuggested: boolean() | nil, boldSuggested: boolean() | nil, fontSizeSuggested: boolean() | nil, foregroundColorSuggested: boolean() | nil, italicSuggested: boolean() | nil, linkSuggested: boolean() | nil, smallCapsSuggested: boolean() | nil, strikethroughSuggested: boolean() | nil, underlineSuggested: boolean() | nil, weightedFontFamilySuggested: boolean() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.