View Source GoogleApi.Docs.V1.Model.ParagraphStyleSuggestionState (google_api_docs v0.17.0)
A mask that indicates which of the fields on the base ParagraphStyle have been changed in this suggestion. For any field set to true, there's a new suggested value.
Attributes
-
alignmentSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to alignment. -
avoidWidowAndOrphanSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to avoid_widow_and_orphan. -
borderBetweenSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to border_between. -
borderBottomSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to border_bottom. -
borderLeftSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to border_left. -
borderRightSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to border_right. -
borderTopSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to border_top. -
directionSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to direction. -
headingIdSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to heading_id. -
indentEndSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to indent_end. -
indentFirstLineSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to indent_first_line. -
indentStartSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to indent_start. -
keepLinesTogetherSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to keep_lines_together. -
keepWithNextSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to keep_with_next. -
lineSpacingSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to line_spacing. -
namedStyleTypeSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to named_style_type. -
pageBreakBeforeSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to page_break_before. -
shadingSuggestionState
(type:GoogleApi.Docs.V1.Model.ShadingSuggestionState.t
, default:nil
) - A mask that indicates which of the fields in shading have been changed in this suggestion. -
spaceAboveSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to space_above. -
spaceBelowSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to space_below. -
spacingModeSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to spacing_mode.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Docs.V1.Model.ParagraphStyleSuggestionState{ alignmentSuggested: boolean() | nil, avoidWidowAndOrphanSuggested: boolean() | nil, borderBetweenSuggested: boolean() | nil, borderBottomSuggested: boolean() | nil, borderLeftSuggested: boolean() | nil, borderRightSuggested: boolean() | nil, borderTopSuggested: boolean() | nil, directionSuggested: boolean() | nil, headingIdSuggested: boolean() | nil, indentEndSuggested: boolean() | nil, indentFirstLineSuggested: boolean() | nil, indentStartSuggested: boolean() | nil, keepLinesTogetherSuggested: boolean() | nil, keepWithNextSuggested: boolean() | nil, lineSpacingSuggested: boolean() | nil, namedStyleTypeSuggested: boolean() | nil, pageBreakBeforeSuggested: boolean() | nil, shadingSuggestionState: GoogleApi.Docs.V1.Model.ShadingSuggestionState.t() | nil, spaceAboveSuggested: boolean() | nil, spaceBelowSuggested: boolean() | nil, spacingModeSuggested: boolean() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.