ParagraphStyleSuggestionState class
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.
Constructors
- ParagraphStyleSuggestionState({bool? alignmentSuggested, bool? avoidWidowAndOrphanSuggested, bool? borderBetweenSuggested, bool? borderBottomSuggested, bool? borderLeftSuggested, bool? borderRightSuggested, bool? borderTopSuggested, bool? directionSuggested, bool? headingIdSuggested, bool? indentEndSuggested, bool? indentFirstLineSuggested, bool? indentStartSuggested, bool? keepLinesTogetherSuggested, bool? keepWithNextSuggested, bool? lineSpacingSuggested, bool? namedStyleTypeSuggested, bool? pageBreakBeforeSuggested, ShadingSuggestionState? shadingSuggestionState, bool? spaceAboveSuggested, bool? spaceBelowSuggested, bool? spacingModeSuggested})
- ParagraphStyleSuggestionState.fromJson(Map json_)
Properties
- alignmentSuggested ↔ bool?
- 
  Indicates if there was a suggested change to alignment.
  getter/setter pair
- avoidWidowAndOrphanSuggested ↔ bool?
- 
  Indicates if there was a suggested change to avoid_widow_and_orphan.
  getter/setter pair
- borderBetweenSuggested ↔ bool?
- 
  Indicates if there was a suggested change to border_between.
  getter/setter pair
- borderBottomSuggested ↔ bool?
- 
  Indicates if there was a suggested change to border_bottom.
  getter/setter pair
- borderLeftSuggested ↔ bool?
- 
  Indicates if there was a suggested change to border_left.
  getter/setter pair
- borderRightSuggested ↔ bool?
- 
  Indicates if there was a suggested change to border_right.
  getter/setter pair
- borderTopSuggested ↔ bool?
- 
  Indicates if there was a suggested change to border_top.
  getter/setter pair
- directionSuggested ↔ bool?
- 
  Indicates if there was a suggested change to direction.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- headingIdSuggested ↔ bool?
- 
  Indicates if there was a suggested change to heading_id.
  getter/setter pair
- indentEndSuggested ↔ bool?
- 
  Indicates if there was a suggested change to indent_end.
  getter/setter pair
- indentFirstLineSuggested ↔ bool?
- 
  Indicates if there was a suggested change to indent_first_line.
  getter/setter pair
- indentStartSuggested ↔ bool?
- 
  Indicates if there was a suggested change to indent_start.
  getter/setter pair
- keepLinesTogetherSuggested ↔ bool?
- 
  Indicates if there was a suggested change to keep_lines_together.
  getter/setter pair
- keepWithNextSuggested ↔ bool?
- 
  Indicates if there was a suggested change to keep_with_next.
  getter/setter pair
- lineSpacingSuggested ↔ bool?
- 
  Indicates if there was a suggested change to line_spacing.
  getter/setter pair
- namedStyleTypeSuggested ↔ bool?
- 
  Indicates if there was a suggested change to named_style_type.
  getter/setter pair
- pageBreakBeforeSuggested ↔ bool?
- 
  Indicates if there was a suggested change to page_break_before.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- shadingSuggestionState ↔ ShadingSuggestionState?
- 
  A mask that indicates which of the fields in shading have been changed in
this suggestion.
  getter/setter pair
- spaceAboveSuggested ↔ bool?
- 
  Indicates if there was a suggested change to space_above.
  getter/setter pair
- spaceBelowSuggested ↔ bool?
- 
  Indicates if there was a suggested change to space_below.
  getter/setter pair
- spacingModeSuggested ↔ bool?
- 
  Indicates if there was a suggested change to spacing_mode.
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited