DocumentStyleSuggestionState class

A mask that indicates which of the fields on the base DocumentStyle have been changed in this suggestion.

For any field set to true, there's a new suggested value.

Constructors

DocumentStyleSuggestionState({BackgroundSuggestionState? backgroundSuggestionState, bool? defaultFooterIdSuggested, bool? defaultHeaderIdSuggested, bool? evenPageFooterIdSuggested, bool? evenPageHeaderIdSuggested, bool? firstPageFooterIdSuggested, bool? firstPageHeaderIdSuggested, bool? flipPageOrientationSuggested, bool? marginBottomSuggested, bool? marginFooterSuggested, bool? marginHeaderSuggested, bool? marginLeftSuggested, bool? marginRightSuggested, bool? marginTopSuggested, bool? pageNumberStartSuggested, SizeSuggestionState? pageSizeSuggestionState, bool? useCustomHeaderFooterMarginsSuggested, bool? useEvenPageHeaderFooterSuggested, bool? useFirstPageHeaderFooterSuggested})
DocumentStyleSuggestionState.fromJson(Map json_)

Properties

backgroundSuggestionState ↔ BackgroundSuggestionState?
A mask that indicates which of the fields in background have been changed in this suggestion.
getter/setter pair
defaultFooterIdSuggested ↔ bool?
Indicates if there was a suggested change to default_footer_id.
getter/setter pair
defaultHeaderIdSuggested ↔ bool?
Indicates if there was a suggested change to default_header_id.
getter/setter pair
evenPageFooterIdSuggested ↔ bool?
Indicates if there was a suggested change to even_page_footer_id.
getter/setter pair
evenPageHeaderIdSuggested ↔ bool?
Indicates if there was a suggested change to even_page_header_id.
getter/setter pair
firstPageFooterIdSuggested ↔ bool?
Indicates if there was a suggested change to first_page_footer_id.
getter/setter pair
firstPageHeaderIdSuggested ↔ bool?
Indicates if there was a suggested change to first_page_header_id.
getter/setter pair
flipPageOrientationSuggested ↔ bool?
Indicates if there was a suggested change to flip_page_orientation.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
marginBottomSuggested ↔ bool?
Indicates if there was a suggested change to margin_bottom.
getter/setter pair
marginFooterSuggested ↔ bool?
Indicates if there was a suggested change to margin_footer.
getter/setter pair
marginHeaderSuggested ↔ bool?
Indicates if there was a suggested change to margin_header.
getter/setter pair
marginLeftSuggested ↔ bool?
Indicates if there was a suggested change to margin_left.
getter/setter pair
marginRightSuggested ↔ bool?
Indicates if there was a suggested change to margin_right.
getter/setter pair
marginTopSuggested ↔ bool?
Indicates if there was a suggested change to margin_top.
getter/setter pair
pageNumberStartSuggested ↔ bool?
Indicates if there was a suggested change to page_number_start.
getter/setter pair
pageSizeSuggestionState ↔ SizeSuggestionState?
A mask that indicates which of the fields in size have been changed in this suggestion.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
useCustomHeaderFooterMarginsSuggested ↔ bool?
Indicates if there was a suggested change to use_custom_header_footer_margins.
getter/setter pair
useEvenPageHeaderFooterSuggested ↔ bool?
Indicates if there was a suggested change to use_even_page_header_footer.
getter/setter pair
useFirstPageHeaderFooterSuggested ↔ bool?
Indicates if there was a suggested change to use_first_page_header_footer.
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