google_api_docs v0.11.0 GoogleApi.Docs.V1.Model.ParagraphStyleSuggestionState View Source
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 is 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. -
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.
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.ParagraphStyleSuggestionState{ alignmentSuggested: boolean(), avoidWidowAndOrphanSuggested: boolean(), borderBetweenSuggested: boolean(), borderBottomSuggested: boolean(), borderLeftSuggested: boolean(), borderRightSuggested: boolean(), borderTopSuggested: boolean(), directionSuggested: boolean(), headingIdSuggested: boolean(), indentEndSuggested: boolean(), indentFirstLineSuggested: boolean(), indentStartSuggested: boolean(), keepLinesTogetherSuggested: boolean(), keepWithNextSuggested: boolean(), lineSpacingSuggested: boolean(), namedStyleTypeSuggested: boolean(), shadingSuggestionState: GoogleApi.Docs.V1.Model.ShadingSuggestionState.t(), spaceAboveSuggested: boolean(), spaceBelowSuggested: boolean(), spacingModeSuggested: boolean() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.