View Source GoogleApi.Sheets.V4.Model.BaselineValueFormat (google_api_sheets v0.34.0)
Formatting options for baseline value.
Attributes
-
comparisonType
(type:String.t
, default:nil
) - The comparison type of key value with baseline value. -
description
(type:String.t
, default:nil
) - Description which is appended after the baseline value. This field is optional. -
negativeColor
(type:GoogleApi.Sheets.V4.Model.Color.t
, default:nil
) - Color to be used, in case baseline value represents a negative change for key value. This field is optional. Deprecated: Use negative_color_style. -
negativeColorStyle
(type:GoogleApi.Sheets.V4.Model.ColorStyle.t
, default:nil
) - Color to be used, in case baseline value represents a negative change for key value. This field is optional. If negative_color is also set, this field takes precedence. -
position
(type:GoogleApi.Sheets.V4.Model.TextPosition.t
, default:nil
) - Specifies the horizontal text positioning of baseline value. This field is optional. If not specified, default positioning is used. -
positiveColor
(type:GoogleApi.Sheets.V4.Model.Color.t
, default:nil
) - Color to be used, in case baseline value represents a positive change for key value. This field is optional. Deprecated: Use positive_color_style. -
positiveColorStyle
(type:GoogleApi.Sheets.V4.Model.ColorStyle.t
, default:nil
) - Color to be used, in case baseline value represents a positive change for key value. This field is optional. If positive_color is also set, this field takes precedence. -
textFormat
(type:GoogleApi.Sheets.V4.Model.TextFormat.t
, default:nil
) - Text formatting options for baseline value. The link field is not supported.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Sheets.V4.Model.BaselineValueFormat{ comparisonType: String.t() | nil, description: String.t() | nil, negativeColor: GoogleApi.Sheets.V4.Model.Color.t() | nil, negativeColorStyle: GoogleApi.Sheets.V4.Model.ColorStyle.t() | nil, position: GoogleApi.Sheets.V4.Model.TextPosition.t() | nil, positiveColor: GoogleApi.Sheets.V4.Model.Color.t() | nil, positiveColorStyle: GoogleApi.Sheets.V4.Model.ColorStyle.t() | nil, textFormat: GoogleApi.Sheets.V4.Model.TextFormat.t() | nil }