class Google::Apis::DocsV1::ParagraphStyleSuggestionState
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
Indicates if there was a suggested change to alignment. Corresponds to the JSON property `alignmentSuggested` @return [Boolean]
Indicates if there was a suggested change to alignment. Corresponds to the JSON property `alignmentSuggested` @return [Boolean]
Indicates if there was a suggested change to avoid_widow_and_orphan. Corresponds to the JSON property `avoidWidowAndOrphanSuggested` @return [Boolean]
Indicates if there was a suggested change to avoid_widow_and_orphan. Corresponds to the JSON property `avoidWidowAndOrphanSuggested` @return [Boolean]
Indicates if there was a suggested change to border_between. Corresponds to the JSON property `borderBetweenSuggested` @return [Boolean]
Indicates if there was a suggested change to border_between. Corresponds to the JSON property `borderBetweenSuggested` @return [Boolean]
Indicates if there was a suggested change to border_bottom. Corresponds to the JSON property `borderBottomSuggested` @return [Boolean]
Indicates if there was a suggested change to border_bottom. Corresponds to the JSON property `borderBottomSuggested` @return [Boolean]
Indicates if there was a suggested change to border_left. Corresponds to the JSON property `borderLeftSuggested` @return [Boolean]
Indicates if there was a suggested change to border_left. Corresponds to the JSON property `borderLeftSuggested` @return [Boolean]
Indicates if there was a suggested change to border_right. Corresponds to the JSON property `borderRightSuggested` @return [Boolean]
Indicates if there was a suggested change to border_right. Corresponds to the JSON property `borderRightSuggested` @return [Boolean]
Indicates if there was a suggested change to border_top. Corresponds to the JSON property `borderTopSuggested` @return [Boolean]
Indicates if there was a suggested change to border_top. Corresponds to the JSON property `borderTopSuggested` @return [Boolean]
Indicates if there was a suggested change to direction. Corresponds to the JSON property `directionSuggested` @return [Boolean]
Indicates if there was a suggested change to direction. Corresponds to the JSON property `directionSuggested` @return [Boolean]
Indicates if there was a suggested change to heading_id. Corresponds to the JSON property `headingIdSuggested` @return [Boolean]
Indicates if there was a suggested change to heading_id. Corresponds to the JSON property `headingIdSuggested` @return [Boolean]
Indicates if there was a suggested change to indent_end. Corresponds to the JSON property `indentEndSuggested` @return [Boolean]
Indicates if there was a suggested change to indent_end. Corresponds to the JSON property `indentEndSuggested` @return [Boolean]
Indicates if there was a suggested change to indent_first_line. Corresponds to the JSON property `indentFirstLineSuggested` @return [Boolean]
Indicates if there was a suggested change to indent_first_line. Corresponds to the JSON property `indentFirstLineSuggested` @return [Boolean]
Indicates if there was a suggested change to indent_start. Corresponds to the JSON property `indentStartSuggested` @return [Boolean]
Indicates if there was a suggested change to indent_start. Corresponds to the JSON property `indentStartSuggested` @return [Boolean]
Indicates if there was a suggested change to keep_lines_together. Corresponds to the JSON property `keepLinesTogetherSuggested` @return [Boolean]
Indicates if there was a suggested change to keep_lines_together. Corresponds to the JSON property `keepLinesTogetherSuggested` @return [Boolean]
Indicates if there was a suggested change to keep_with_next. Corresponds to the JSON property `keepWithNextSuggested` @return [Boolean]
Indicates if there was a suggested change to keep_with_next. Corresponds to the JSON property `keepWithNextSuggested` @return [Boolean]
Indicates if there was a suggested change to line_spacing. Corresponds to the JSON property `lineSpacingSuggested` @return [Boolean]
Indicates if there was a suggested change to line_spacing. Corresponds to the JSON property `lineSpacingSuggested` @return [Boolean]
Indicates if there was a suggested change to named_style_type. Corresponds to the JSON property `namedStyleTypeSuggested` @return [Boolean]
Indicates if there was a suggested change to named_style_type. Corresponds to the JSON property `namedStyleTypeSuggested` @return [Boolean]
A mask that indicates which of the fields on the base Shading
have been changed in this suggested change. For any field set to true, there is a new suggested value. Corresponds to the JSON property `shadingSuggestionState` @return [Google::Apis::DocsV1::ShadingSuggestionState]
Indicates if there was a suggested change to space_above. Corresponds to the JSON property `spaceAboveSuggested` @return [Boolean]
Indicates if there was a suggested change to space_above. Corresponds to the JSON property `spaceAboveSuggested` @return [Boolean]
Indicates if there was a suggested change to space_below. Corresponds to the JSON property `spaceBelowSuggested` @return [Boolean]
Indicates if there was a suggested change to space_below. Corresponds to the JSON property `spaceBelowSuggested` @return [Boolean]
Indicates if there was a suggested change to spacing_mode. Corresponds to the JSON property `spacingModeSuggested` @return [Boolean]
Indicates if there was a suggested change to spacing_mode. Corresponds to the JSON property `spacingModeSuggested` @return [Boolean]
Public Class Methods
# File lib/google/apis/docs_v1/classes.rb, line 3498 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File lib/google/apis/docs_v1/classes.rb, line 3503 def update!(**args) @alignment_suggested = args[:alignment_suggested] if args.key?(:alignment_suggested) @avoid_widow_and_orphan_suggested = args[:avoid_widow_and_orphan_suggested] if args.key?(:avoid_widow_and_orphan_suggested) @border_between_suggested = args[:border_between_suggested] if args.key?(:border_between_suggested) @border_bottom_suggested = args[:border_bottom_suggested] if args.key?(:border_bottom_suggested) @border_left_suggested = args[:border_left_suggested] if args.key?(:border_left_suggested) @border_right_suggested = args[:border_right_suggested] if args.key?(:border_right_suggested) @border_top_suggested = args[:border_top_suggested] if args.key?(:border_top_suggested) @direction_suggested = args[:direction_suggested] if args.key?(:direction_suggested) @heading_id_suggested = args[:heading_id_suggested] if args.key?(:heading_id_suggested) @indent_end_suggested = args[:indent_end_suggested] if args.key?(:indent_end_suggested) @indent_first_line_suggested = args[:indent_first_line_suggested] if args.key?(:indent_first_line_suggested) @indent_start_suggested = args[:indent_start_suggested] if args.key?(:indent_start_suggested) @keep_lines_together_suggested = args[:keep_lines_together_suggested] if args.key?(:keep_lines_together_suggested) @keep_with_next_suggested = args[:keep_with_next_suggested] if args.key?(:keep_with_next_suggested) @line_spacing_suggested = args[:line_spacing_suggested] if args.key?(:line_spacing_suggested) @named_style_type_suggested = args[:named_style_type_suggested] if args.key?(:named_style_type_suggested) @shading_suggestion_state = args[:shading_suggestion_state] if args.key?(:shading_suggestion_state) @space_above_suggested = args[:space_above_suggested] if args.key?(:space_above_suggested) @space_below_suggested = args[:space_below_suggested] if args.key?(:space_below_suggested) @spacing_mode_suggested = args[:spacing_mode_suggested] if args.key?(:spacing_mode_suggested) end